Skip to content

Latest commit

 

History

History
204 lines (161 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

204 lines (161 loc) · 11.6 KB

Change Log

  • ShakaCode offers support for upgrading dependencies. If interested, contact Justin Gordon, justin@shakacode.com.
  • 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.

4.0.4 - 2023-03-07

Fixed

  • Remove type entry from package.json introduced in 4.0.3 PR419 by ahangarha.

4.0.3 - 2023-03-03

Fixed

  • Upgraded dependencies to fix vulnerabilities, included loader-utils PR418 by ahangarha.

4.0.2 - 2023-01-04

Dependabot

  • Bump is-my-json-valid from 2.15.0 to 2.20.6 (#406).
  • Bump ini from 1.3.4 to 1.3.8 (#405).

4.0.1 - 2022-11-08

Improved

  • update loader-utils to v1.4.1 to fix GHSA-76p3-8jx3-jpfq with CVSS 9.8 / 10. PR 410 by dargmuesli.

4.0.0 - 2022-09-03

Fixed

  • Now compatible with Webpack 5. Removed relative bootstraprc paths & addition of sourceMap to sass-loader querystring PR 401 by judahmeek.

3.0.3 - 2019-03-27

Fixed

  • Upgraded dependencies for security advisories. PR 365 by alecf.

3.0.2 - 2018-10-31

Fixed

  • Make work with sass-resources-loader. sass-resources-loader imports specified SASS files load into every SASS file bootstrap-loader processes. PR 357 by x-yuri.

3.0.1 - 2017-08-14

Improved
  • Env specific settings will override default settings. PR 356 by justin808.

v3.0.0 - 2017-05-11

Updated
  • Update to Webpack 4: extract-text-webpack-plugin is replaced with mini-css-extract-plugin. — Update basic & css-modules examples.

2.2.0 - 2017-08-14

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

Updated
  • Replaced support for Bootstrap 4.0.0-alpha.4 with 4.0.0-alpha.6. #299 by tc-imba.

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

Fixed
  • Fix deprecated warning with loader-utils. #269 by ryani33.
  • Move lint dependencies to dev dependencies. #270 by ruiaraujo.
Added
  • Make bootstrap/bootstrap-sass path configurable so that it can be found when bootstrap-loader is symlinked in development. #255 by vjpr.

2.0.0.beta.21 - 2017-02-16

Updates

2.0.0.beta.20 - 2017-02-16

No changes

2.0.0.beta.19 - 2017-01-10

Fixed
  • Allow RC builds of webpack

2.0.0.beta.18 - 2016-12-15

Fixed

2.0.0.beta.17 - 2016-12-04

Added
  • Allow styleLoaders to depend on the environment variable NODE_ENV #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.