File tree 1 file changed +33
-0
lines changed
1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ v3.0.0] ( https://github.com/symfony/webpack-encore/releases/tag/v3.0.0 )
4
+
5
+ * July 8th, 2022*
6
+
7
+ This major release drops support for Node 12 (minimum is now Node 14) and
8
+ also bumps some dependencies up a new major version.
9
+
10
+ ## BC Breaks
11
+
12
+ * In #1122 support for Node 12 was dropped.
13
+
14
+ * In #1133 , the following dependencies were bumped a major version:
15
+
16
+ * ` css-minimizer-webpack-plugin ` 3.4 -> 4.0 (4.0 just drops Node 12 support)
17
+ * ` less-loader ` 10 -> 11
18
+ * ` postcss-loader ` 6 -> 7
19
+ * ` sass-loader ` 12 -> 13
20
+ * ` stylus ` 0.57 -> 0.58
21
+ * ` stylus-loader ` 6 -> 7
22
+
23
+ If you're using any of these (all are optional except for ` css-minimizer-webpack-plugin `
24
+ and are extended them with custom configuration, check the CHANGELOG of each for
25
+ any possible BC breaks).
26
+
27
+ ### Feature
28
+
29
+ - [ #1133 ] ( https://github.com/symfony/webpack-encore/pull/1133 ) - Increasing dependencies - * @weaverryan *
30
+ - [ #1125 ] ( https://github.com/symfony/webpack-encore/pull/1125 ) - Changing to support the "server" options object for webpack-dev-server - * @weaverryan *
31
+ - [ #1122 ] ( https://github.com/symfony/webpack-encore/pull/1122 ) - Allow sass-loader:^13.0.0, require node >= 14 - * @jmsche *
32
+ - [ #1118 ] ( https://github.com/symfony/webpack-encore/pull/1118 ) - Use cli param server-type to define devServer https mode - * @thegillou *
33
+
34
+
35
+
3
36
## [ v2.1.0] ( https://github.com/symfony/webpack-encore/releases/tag/v2.1.0 )
4
37
5
38
* May 5th, 2022*
You can’t perform that action at this time.
0 commit comments