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.
- Allow
styleLoaders
to depend on the environment variable 'NODE_PATH' #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.