|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 | 4 |
|
| 5 | +<a name="3.0.0-rc.2"></a> |
| 6 | +# [3.0.0-rc.2](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2017-07-10) |
| 7 | + |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +* Modules shouldn't be passed to sort ([#568](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/568)) ([113cabb](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/113cabb)) |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +<a name="3.0.0-rc.1"></a> |
| 16 | +# [3.0.0-rc.1](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2017-07-07) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* Module sorting ([27e3a28](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/27e3a28)) |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | +<a name="3.0.0-rc.0"></a> |
| 26 | +# [3.0.0-rc.0](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-beta.3...v3.0.0-rc.0) (2017-07-07) |
| 27 | + |
| 28 | + |
| 29 | +### Code Refactoring |
| 30 | + |
| 31 | +* Update deprecated `chunk.modules` functions ([#553](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/553)) ([be7936d](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/be7936d)) |
| 32 | + |
| 33 | + |
| 34 | +### BREAKING CHANGES |
| 35 | + |
| 36 | +* Updates to `Chunk.mapModules | forEachModule | getNumberOfModules`. This release is not backwards compatible with `Webpack 2.x` due to breaking changes in webpack/webpack#4764 |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | +<a name="3.0.0-beta.3"></a> |
| 41 | +# [3.0.0-beta.3](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2017-06-24) |
| 42 | + |
| 43 | +### Bug Fixes |
| 44 | + |
| 45 | +* Distribute schema with package ([5d0c28f](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/5d0c28f)) |
| 46 | + |
| 47 | + |
| 48 | +<a name="3.0.0-beta.2"></a> |
| 49 | +# [3.0.0-beta.2](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2017-06-24) |
| 50 | + |
| 51 | + * Skipped due to deployment issues with schema |
| 52 | + |
| 53 | +<a name="3.0.0-beta.1"></a> |
| 54 | +# [3.0.0-beta.1](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2017-06-24) |
| 55 | + |
| 56 | + |
| 57 | + * Skipped due to deployment issues with schema |
| 58 | + |
| 59 | + |
| 60 | +<a name="3.0.0-beta.0"></a> |
| 61 | +# [3.0.0-beta.0](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v2.1.2...v3.0.0-beta.0) (2017-06-23) |
| 62 | + |
| 63 | + |
| 64 | +### Bug Fixes |
| 65 | + |
| 66 | +* add missing `options.ignoreOrder` details in Error message ([#539](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/539)) ([dd43832](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/dd43832)) |
| 67 | + |
| 68 | + |
| 69 | +### Code Refactoring |
| 70 | + |
| 71 | +* Apply webpack-defaults ([#542](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/542)) ([292e217](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/292e217)) |
| 72 | +* Chunk.modules deprecation warning ([28171b2](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/28171b2)) |
| 73 | + |
| 74 | + |
| 75 | +### BREAKING CHANGES |
| 76 | + |
| 77 | +* Updates to `Chunk.mapModules`. This release is not backwards compatible with `Webpack 2.x` due to breaking changes in webpack/webpack#4764 |
| 78 | +* Enforces `peerDependencies` of `"webpack": ">= 3.0.0-rc.0 || ^3.0.0"`. |
| 79 | +* Enforces `engines` of `"node": ">=4.3.0 < 5.0.0 || >= 5.10` |
| 80 | + |
| 81 | + |
| 82 | + |
5 | 83 | <a name="2.1.2"></a>
|
6 | 84 | ## [2.1.2](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v2.1.1...v2.1.2) (2017-06-08)
|
7 | 85 |
|
|
0 commit comments