|
2 | 2 |
|
3 | 3 | ## 0.30.0
|
4 | 4 |
|
| 5 | + * [DEPENDENCY UPGRADE] `sass-loader` was upgraded from version 7 to 8. |
| 6 | + See the [CHANGELOG](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#800-2019-08-29) |
| 7 | + for breaking changes. This likely will not affect you unless pass |
| 8 | + custom options to `Encore.enableSassLoader()`: several options were |
| 9 | + moved or renamed - #758 thanks to @Kocal. |
| 10 | + |
5 | 11 | * [BEHAVIOR CHANGE] Encore now resolves loaders directly form its
|
6 | 12 | `node_modules/`, instead of by name. This change will cause a behavior
|
7 | 13 | change if you do any of the following:
|
|
18 | 24 |
|
19 | 25 | See #739 thanks to @Lyrkan.
|
20 | 26 |
|
21 |
| - * Upgraded `clean-webpack-plugin` from `^0.1.19` to `^3.0.0`. You |
22 |
| - should not notice significant changes unless you use |
| 27 | + * [DEPENDENCY UPGRADE] Webpack minimum version was changed from |
| 28 | + `4.20.0` to `4.36.0` - see #746 and #758. |
| 29 | + |
| 30 | + * [DEPENDENCY UPGRADE] Upgraded `clean-webpack-plugin` from `^0.1.19` to `^3.0.0`. |
| 31 | + You should not notice significant changes unless you use |
23 | 32 | `Encore.cleanupOutputBeforeBuild()` and pass custom options.
|
24 | 33 | For more info, see [v1 to v2 upgrade notes](https://github.com/johnagan/clean-webpack-plugin/issues/106)
|
25 | 34 | and [v2 to v3 upgrade notes](https://github.com/johnagan/clean-webpack-plugin/releases/tag/v3.0.0).
|
26 |
| - There were no changes from `0.1.19` to `1.0.0`. |
| 35 | + There were no changes from `0.1.19` to `1.0.0`. See #760 thanks to @weaverryan. |
27 | 36 |
|
28 | 37 | * Encore will now correctly recognize a project-wide `babel.config.js` file - #738
|
29 | 38 | thanks to @jdreesen.
|
30 | 39 |
|
31 |
| - * The `fork-ts-checker-webpack-plugin` package was upgraded for the tests |
| 40 | + * [DEPENDENCY UPGRADE] The `fork-ts-checker-webpack-plugin` package was upgraded for the tests |
32 | 41 | from `^0.4.1` to `^4.0.0`. If you're using `enableForkedTypeScriptTypesChecking()`,
|
33 | 42 | you control the `fork-ts-checker-webpack-plugin` version in your
|
34 | 43 | `package.json` file. You should upgrade to `^4.0.0` to ensure
|
35 | 44 | that the plugin works correctly with Encore. See
|
36 | 45 | [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin)
|
37 |
| - for details about the changes. |
| 46 | + for details about the changes. See #759 thanks to @weaverryan. |
| 47 | + |
| 48 | + * Added support for Vue3 - #746 thanks to @weaverryan. |
38 | 49 |
|
39 | 50 | ## 0.29.0
|
40 | 51 |
|
|
0 commit comments