|
2 | 2 |
|
3 | 3 | ## 6.0.0 |
4 | 4 |
|
5 | | -* Drop support for Node.js <22.13.0 |
6 | | -* Update @nuxt/friendly-errors-webpack-plugin to @kocal/friendly-errors-webpack-plugin, an updated fork of the original plugin |
7 | | -* Update css-minimizer-webpack-plugin to ^8.0.0, see [release notes](https://github.com/webpack/css-minimizer-webpack-plugin/releases/tag/v8.0.0) |
| 5 | +This is a new major version that contains several backwards-compatibility breaks, but for the best! |
| 6 | + |
| 7 | +### BC Breaks |
| 8 | + |
| 9 | +* Remove support of Node.js <22.13.0 |
| 10 | +* Remove support of babel-loader@^9.1.3, see possible BC breaks in [10.0.0 release notes](https://github.com/babel/babel-loader/releases/tag/v10.0.0) |
| 11 | +* Remove support of style-loader@^3.3.0, see possible BC breaks in [4.0.0 release notes](https://github.com/webpack/style-loader/releases/tag/v4.0.0) |
| 12 | +* Remove support of less-loader@^11.0.0, see possible BC breaks in [12.0.0 release notes](https://github.com/webpack/less-loader/releases/tag/v12.0.0) |
| 13 | +* Remove support of postcss-loader@^7.0.0, see possible BC breaks in [8.0.0 release notes](https://github.com/webpack/postcss-loader/releases/tag/v8.0.0) |
| 14 | +* Remove support of stylus-loader@^7.0.0, see possible BC breaks in [8.0.0 release notes](https://github.com/webpack/stylus-loader/releases/tag/v8.0.0) |
| 15 | +* Remove support of webpack-cli@^5.0.0, see possible BC breaks in [6.0.0 release notes](https://github.com/webpack/webpack-cli/releases/tag/webpack-cli%406.0.0) |
| 16 | +* Remove unmaintained file-loader dependency |
| 17 | + The `[N]` placeholder (regex capture groups in filename patterns) is no longer supported. |
| 18 | + If you were using patterns like `[1]` or `[2]` in your `Encore.copyFiles()` filename option, you will need to restructure your file organization or use a different naming strategy. |
| 19 | + |
| 20 | +### Features |
| 21 | + |
| 22 | +* Update @nuxt/friendly-errors-webpack-plugin to @kocal/friendly-errors-webpack-plugin, a maintained fork of the original plugin |
8 | 23 | * Update webpack from ^5.74.0 to ^5.82.0 |
9 | | -* Remove support for babel-loader ^9.1.3, see [10.0.0 release notes](https://github.com/babel/babel-loader/releases/tag/v10.0.0) |
10 | | -* Remove support for style-loader ^3.3.0, see [4.0.0 release notes](https://github.com/webpack/style-loader/releases/tag/v4.0.0) |
11 | | -* Remove support for less-loader ^11.0.0, see [12.0.0 release notes](https://github.com/webpack/less-loader/releases/tag/v12.0.0) |
12 | | -* Remove support for postcss-loader ^7.0.0, see [8.0.0 release notes](https://github.com/webpack/postcss-loader/releases/tag/v8.0.0) |
13 | | -* Remove support for stylus-loader ^7.0.0, see [8.0.0 release notes](https://github.com/webpack/stylus-loader/releases/tag/v8.0.0) |
14 | | -* Remove support for webpack-cli ^5.0.0, see [6.0.0 release notes](https://github.com/webpack/webpack-cli/releases/tag/webpack-cli%406.0.0) |
15 | | -* Remove `file-loader` dependency - `Encore.copyFiles()` now uses Webpack 5's native Asset Modules ([#1396](https://github.com/symfony/webpack-encore/issues/1396)) |
16 | | - |
17 | | - **BC Break:** The `[N]` placeholder (regex capture groups in filename patterns) is no longer supported. If you were using patterns like `[1]` or `[2]` in your `copyFiles()` filename option, you will need to restructure your file organization or use a different naming strategy. |
| 24 | +* Update css-minimizer-webpack-plugin to ^8.0.0, see [release notes](https://github.com/webpack/css-minimizer-webpack-plugin/releases/tag/v8.0.0) |
18 | 25 |
|
19 | 26 | ## 5.3.0 |
20 | 27 |
|
|
0 commit comments