|
2 | 2 |
|
3 | 3 | ## 0.29.0
|
4 | 4 |
|
5 |
| - * [BC BREAK] `css-loader` was bumped from version 2 to version 3. |
6 |
| - This change shouldn't affect most users, but that loader did |
7 |
| - contain breaking changes from v2 to v3. See their |
8 |
| - [CHANGELOG](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#300-2019-06-11) |
9 |
| - for details. You are most likely to be affected if you're |
10 |
| - using `Encore.configureCssLoader()` - #729 thanks to @weaverryan. |
11 |
| - |
12 |
| - * [BC BREAK] `style-loader` was bumped from version 0.21 to at least 1.1. |
13 |
| - Unless you're doing custom configuration, it's unlikely you're affected. |
14 |
| - However, that libraries breaking changes can be seen in their |
15 |
| - [CHANGELOG](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#100-2019-08-06). |
16 |
| - This happened in #710 thanks to @Grafikart. |
| 5 | + * Support for Node 8 was dropped. |
| 6 | + |
| 7 | + * [BC BREAK] Several loader dependencies we upgraded across major versions. |
| 8 | + These won't affect most users, but could affect you if you have custom |
| 9 | + configuration for those loaders that changed between versions: |
| 10 | + |
| 11 | + * `css-loader` upgraded from version 2 to 3 - #729 thanks to @weaverryan. |
| 12 | + [CHANGELOG](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#300-2019-06-11) |
| 13 | + This shouldn't affect most users - you are most likely to be affected |
| 14 | + if you're using `Encore.configureCssLoader()`. |
| 15 | + |
| 16 | + * `style-loader` upgraded from 0.21 to 1.1 - #710 thanks to @Grafikart. |
| 17 | + [CHANGELOG](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#100-2019-08-06) |
| 18 | + Unless you're doing custom configuration, it's unlikely you're affected. |
| 19 | + |
| 20 | + * `file-loader` upgraded from 1.1 to 6 - #731 thanks to @weaverryan. |
| 21 | + [CHANGELOG](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#600-2020-03-17) |
| 22 | + Unless you're doing custom configuration, it's unlikely you're affected. |
| 23 | + |
| 24 | + * `url-loader` upgraded from allowing version 1 or 2 to allowing version 4 - #731 thanks to @weaverryan. |
| 25 | + [CHANGELOG](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#400-2020-03-17) |
| 26 | + Unless you're doing custom configuration, it's unlikely you're affected. |
17 | 27 |
|
18 | 28 | * [BC BREAK] If you're using `enableEslintLoader()`, Encore no longer
|
19 | 29 | configures eslint for you: you now *must* configure your own
|
|
0 commit comments