Skip to content

Latest commit

 

History

History
100 lines (78 loc) · 5.95 KB

CHANGELOG.md

File metadata and controls

100 lines (78 loc) · 5.95 KB

Change Log

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.

[2.0.0.beta.17] - 2016-12-04

Added
  • Allow styleLoaders to depend on the environment variable 'NODE_PATH' #222 by bertho-zero.

2.0.0.beta.16 - 2016-11-23

Fixed
  • Improved webpack performance. createUserImport should pass an absolute path to webpack.addDependency. #212 by stephanwilliams.

2.0.0.beta.15 - 2016-11-18

Added
  • 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

Added

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

Added

Support for disabling injection of SASS sourceMap or resolve-url-loader. #184 by judahmeek.

Changed

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

Fixed
  • Allows chaining with some style loaders such as the isomorphic-style-loader. #98 by horyd.

1.1.5 - 2016-09-07

Fixed
  • Fix for false could be interpretted as true for config file, scripts option #159 by justin808.

1.1.4 - 2016-08-31

Fixed
Added
  • Support for Webpack v2.

1.1.3 - 2016-08-30

Fixed
  • Fix for missing default params appStyles, preBootstrapCustomizations, and bootstrapCustomizations #151 by bmancini42

1.1.2 - 2016-08-29

Fixed

1.1.1 - 2016-08-28

Fixed
  • 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.

1.1.0 - 2016-08-01

Added

1.0.10 - 2016-03-17

Fixed
  • Fixes polyfill require for node < v4.0.0. #72 by mdgraser.

1.0.9 - 2016-02-28

Fixed
  • Updated to support Bootstrap 4, Alpha 2, including examples. See #56 by justin808.