All notable changes to this project will be documented in this file. Items under Unreleased
is upcoming features that will be out in next version.
Contributors: please follow the recommendations outlined at keepachangelog.com. Please use the existing headings and styling as a guide, and add a link for the version diff at the bottom of the file. Also, please update the Unreleased
link to compare to the latest release version.
Please add entries here for your pull requests.
3.0.1 - 2017-08-14
v3.0.0 - 2017-05-11
- Update to Webpack 4:
extract-text-webpack-plugin
is replaced withmini-css-extract-plugin
. — Updatebasic
&css-modules
examples.
2.2.0 - 2017-08-14
- Replaced support for Bootstrap 4.0.0-alpha.6 with 4.0.0-beta. #299 by Ivan Kalinin.
- Removed
useFlexbox
option since BS4 uses flexboxes by default - Removed
normalize
option from your bootstrap v4 config. It was dropped in beta. - Updated dependencies in examples
2.1.0 - 2017-05-01
2.0.0 - 2017-03-15
No changes to the package. Examples are updated. We're ONLY supporting:
"extract-text-webpack-plugin": ">=2.1.0",
"webpack": ">=2.2.0"
You might need to update these peer dependencies!
2.0.0.beta.22 - 2017-02-26
- Fix deprecated warning with loader-utils. #269 by ryani33.
- Move lint dependencies to dev dependencies. #270 by ruiaraujo.
- Make
bootstrap
/bootstrap-sass
path configurable so that it can be found whenbootstrap-loader
is symlinked in development. #255 by vjpr.
2.0.0.beta.21 - 2017-02-16
2.0.0.beta.20 - 2017-02-16
No changes
2.0.0.beta.19 - 2017-01-10
- Allow RC builds of webpack
2.0.0.beta.18 - 2016-12-15
- Allow
styleLoaders
config with onlyenv
config. #227 by bertho-zero.
2.0.0.beta.17 - 2016-12-04
- Allow
styleLoaders
to depend on the environment variableNODE_ENV
#222 by bertho-zero.
2.0.0.beta.16 - 2016-11-23
- Improved webpack performance. createUserImport should pass an absolute path to webpack.addDependency. #212 by stephanwilliams.
2.0.0.beta.15 - 2016-11-18
- Ensures
-loader
suffix automatically for style loaders to safely keep compatibility with old Webpack versions as well as new versions with the suffix requirement from Webpack v2.1.0-beta.26 and onward. #205 by kevinzwhuang.
2.0.0.beta.14 - 2016-11-14
Support for multiple config files allowing both BS3 and BS4 in the same build. #195 by navarroaxel with help from judahmeek.
2.0.0.beta.13 - 2016-11-13
Nothing changed. Meant to include PR 195
2.0.0.beta.12 - 2016-10-03
Support for disabling injection of SASS sourceMap or resolve-url-loader. #184 by judahmeek.
Support for Bootstrap 4.0.0-alpha.4. #167 by rmobis.
Includes all bug fixes for v1
Changes from v1.1.1 to 2.0.0.beta.2
1.1.6 - 2016-09-08
1.1.5 - 2016-09-07
1.1.4 - 2016-08-31
- Fix for improper handling of defaults when the default .bootstraprc location is used #154 by justin808.
- Support for Webpack v2.
1.1.3 - 2016-08-30
- Fix for missing default params
appStyles
,preBootstrapCustomizations
, andbootstrapCustomizations
#151 by bmancini42
1.1.2 - 2016-08-29
- Fixes regression for supporting the default location of the .bootstraprc by justin808 and alexkval.
- Major cleanup of code in #147 by alexkval.
1.1.1 - 2016-08-28
- Only logging configuration file name if DEBUG is enabled.
- Properly support both the DEBUG env variable so that it is something like TRUE, true, Yes, yes.