webpack-atoms
Version:
Small atomic bits for crafting webpack configs
376 lines (113 loc) • 8.03 kB
Markdown
# [17.1.0](https://github.com/jquense/webpack-atoms/compare/v17.0.1...v17.1.0) (2021-08-10)
### Features
* add enableCssProp to typescript ([#69](https://github.com/jquense/webpack-atoms/issues/69)) ([50119cb](https://github.com/jquense/webpack-atoms/commit/50119cbb72c1dce6979738287997b4efebc31b53))
* webpack 5 asset modules ([#74](https://github.com/jquense/webpack-atoms/issues/74)) ([a231483](https://github.com/jquense/webpack-atoms/commit/a231483e804265c9642381b6623666d5a1ccbc92))
## [17.0.1](https://github.com/jquense/webpack-atoms/compare/v17.0.0...v17.0.1) (2021-08-06)
### Bug Fixes
* forgot these deps ([acbc5fb](https://github.com/jquense/webpack-atoms/commit/acbc5fb17c0c42857165f04e29ff411f535e7912))
# [17.0.0](https://github.com/jquense/webpack-atoms/compare/v16.1.0...v17.0.0) (2021-08-06)
### chore
* bump dependencies ([f350d3c](https://github.com/jquense/webpack-atoms/commit/f350d3cc20a95720f5b5d88da3ff4246565b1505))
### BREAKING CHANGES
* bump a bunch of major loader versions, mostly around node and webpack min versions
# [16.1.0](https://github.com/jquense/webpack-atoms/compare/v16.0.1...v16.1.0) (2021-07-08)
### Features
* add useAltLoader to AstroturfOptions ([#62](https://github.com/jquense/webpack-atoms/issues/62)) ([b74dff0](https://github.com/jquense/webpack-atoms/commit/b74dff0))
## [16.0.1](https://github.com/jquense/webpack-atoms/compare/v16.0.0...v16.0.1) (2021-02-08)
### Bug Fixes
* swap out minimizer plugin for supported one ([ed5c6f5](https://github.com/jquense/webpack-atoms/commit/ed5c6f5))
# [16.0.0](https://github.com/jquense/webpack-atoms/compare/v15.0.1...v16.0.0) (2021-02-03)
### Features
* bump deps, remove fastSass, support ts with js rule ([2cff22c](https://github.com/jquense/webpack-atoms/commit/2cff22c))
### BREAKING CHANGES
* remove fastSass, and add ts file sto js rule
## [15.0.1](https://github.com/jquense/webpack-atoms/compare/v15.0.0...v15.0.1) (2020-11-05)
### Bug Fixes
* PostCSS loader ([#53](https://github.com/jquense/webpack-atoms/issues/53)) ([15e08a4](https://github.com/jquense/webpack-atoms/commit/15e08a4))
# [15.0.0](https://github.com/jquense/webpack-atoms/compare/v14.0.0...v15.0.0) (2020-10-22)
### Features
* upgrade to webpack4 ([fca4186](https://github.com/jquense/webpack-atoms/commit/fca4186))
### BREAKING CHANGES
* lots of plugin updates
# [14.0.0](https://github.com/jquense/webpack-atoms/compare/v13.1.0...v14.0.0) (2020-09-15)
### chore
* **deps:** update dependency imports-loader to v1 ([#21](https://github.com/jquense/webpack-atoms/issues/21)) ([45971f3](https://github.com/jquense/webpack-atoms/commit/45971f3))
### Features
* bump deps ([a148e9b](https://github.com/jquense/webpack-atoms/commit/a148e9b))
* **sass-loader:** update dependency sass-loader to v9 ([#23](https://github.com/jquense/webpack-atoms/issues/23)) ([65b67fd](https://github.com/jquense/webpack-atoms/commit/65b67fd))
* update dependency terser-webpack-plugin to v3 ([#22](https://github.com/jquense/webpack-atoms/issues/22)) ([69a46ad](https://github.com/jquense/webpack-atoms/commit/69a46ad))
### BREAKING CHANGES
* **sass-loader:** sass major bump, defaults to dart-sass
* **deps:** bump imports-loader major bump
# [13.1.0](https://github.com/jquense/webpack-atoms/compare/v13.0.1...v13.1.0) (2020-05-04)
### Features
* remove astroturf dep ([9c64c4a](https://github.com/jquense/webpack-atoms/commit/9c64c4a))
* remove astroturf dep ([bebddb6](https://github.com/jquense/webpack-atoms/commit/bebddb6))
## [13.0.1](https://github.com/jquense/webpack-atoms/compare/v13.0.0...v13.0.1) (2020-04-29)
### Bug Fixes
* type import ([cb40c86](https://github.com/jquense/webpack-atoms/commit/cb40c86))
# [13.0.0](https://github.com/jquense/webpack-atoms/compare/v12.1.0...v13.0.0) (2020-04-29)
### Features
* bump everything ([6abe0c9](https://github.com/jquense/webpack-atoms/commit/6abe0c9))
### BREAKING CHANGES
* bumped everythning
# [12.1.0](https://github.com/jquense/webpack-atoms/compare/v12.0.2...v12.1.0) (2020-01-30)
### Features
* rm unneeded flexbugs ([7f1fd0c](https://github.com/jquense/webpack-atoms/commit/7f1fd0cf98cb044e22bd01422e56977ee7024e8e))
## [12.0.2](https://github.com/jquense/webpack-atoms/compare/v12.0.1...v12.0.2) (2019-12-11)
### Bug Fixes
* css-laoder ([9b3803c](https://github.com/jquense/webpack-atoms/commit/9b3803c5ee75a1dcbb30adaee5ada6c813ae00aa))
## [12.0.1](https://github.com/jquense/webpack-atoms/compare/v12.0.0...v12.0.1) (2019-12-11)
### Bug Fixes
* postcss plugin ordering and copy-plugin version ([9da0d70](https://github.com/jquense/webpack-atoms/commit/9da0d7090e1413f2b21a47724ddf511a7bb863fc))
# [12.0.0](https://github.com/jquense/webpack-atoms/compare/v11.1.1...v12.0.0) (2019-10-24)
### chore
* bump deps ([1ca83d7](https://github.com/jquense/webpack-atoms/commit/1ca83d7))
### BREAKING CHANGES
* lots of breaking loader and plugin updates
## [11.1.1](https://github.com/jquense/webpack-atoms/compare/v11.1.0...v11.1.1) (2019-10-24)
### Bug Fixes
* extract option for style rules ([8ab964e](https://github.com/jquense/webpack-atoms/commit/8ab964e))
# [11.1.0](https://github.com/jquense/webpack-atoms/compare/v11.0.4...v11.1.0) (2019-08-30)
### Features
* use fork of unused files plugin ([b41f407](https://github.com/jquense/webpack-atoms/commit/b41f407))
## [11.0.4](https://github.com/jquense/webpack-atoms/compare/v11.0.3...v11.0.4) (2019-07-12)
### Bug Fixes
* options on css loaders ([66190a0](https://github.com/jquense/webpack-atoms/commit/66190a0))
## [11.0.3](https://github.com/jquense/webpack-atoms/compare/v11.0.2...v11.0.3) (2019-06-26)
### Bug Fixes
* new css loader options ([715d261](https://github.com/jquense/webpack-atoms/commit/715d261))
## [11.0.2](https://github.com/jquense/webpack-atoms/compare/v11.0.1...v11.0.2) (2019-06-26)
### Bug Fixes
* astroturf rule properties ([9a8d6c9](https://github.com/jquense/webpack-atoms/commit/9a8d6c9))
## [11.0.1](https://github.com/jquense/webpack-atoms/compare/v11.0.0...v11.0.1) (2019-06-26)
### Bug Fixes
* exports ([74581b6](https://github.com/jquense/webpack-atoms/commit/74581b6))
# [11.0.0](https://github.com/jquense/webpack-atoms/compare/v10.0.2...v11.0.0) (2019-06-26)
### Features
* bump all the deps ([04d2a9e](https://github.com/jquense/webpack-atoms/commit/04d2a9e))
### BREAKING CHANGES
* update everything
## [10.0.2](https://github.com/jquense/webpack-atoms/compare/v10.0.1...v10.0.2) (2019-02-26)
### Bug Fixes
* css-loader options not passed ([bc6afda](https://github.com/jquense/webpack-atoms/commit/bc6afda))
## [10.0.1](https://github.com/jquense/webpack-atoms/compare/v10.0.0...v10.0.1) (2019-02-26)
### Bug Fixes
* css-loader extra options ([ec09d8a](https://github.com/jquense/webpack-atoms/commit/ec09d8a))
# [10.0.0](https://github.com/jquense/webpack-atoms/compare/v9.1.0...v10.0.0) (2019-02-15)
### chore
* bump deps ([140b203](https://github.com/jquense/webpack-atoms/commit/140b203))
### BREAKING CHANGES
* various dep major upgrades
# [9.1.0](https://github.com/jquense/webpack-atoms/compare/v9.0.0...v9.1.0) (2018-10-29)
### Features
* add astroturf loader and rule ([43db27c](https://github.com/jquense/webpack-atoms/commit/43db27c))
* add copy, unusedFiles, favicon plugins ([9c3ebe3](https://github.com/jquense/webpack-atoms/commit/9c3ebe3))
# [9.0.0](https://github.com/jquense/webpack-atoms/compare/v8.3.0...v9.0.0) (2018-10-29)
### Features
* consolidate module and plain css configs ([8b6c2d6](https://github.com/jquense/webpack-atoms/commit/8b6c2d6))
### BREAKING CHANGES
* rules.css (sass, less, etc) now include modules by default via oneOf
# [8.3.0](https://github.com/jquense/webpack-atoms/compare/v8.2.0...v8.3.0) (2018-10-24)
### Features
* add fast-sass-loader ([ae5ca70](https://github.com/jquense/webpack-atoms/commit/ae5ca70))