File tree 1 file changed +17
-0
lines changed 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.1.0
4
+
5
+ * [ DEPENDENCY UPGRADE] ` css-minimizer-webpack-plugin ` was upgraded from version 1
6
+ to version 2. This should not affect you directly, unless you were passing
7
+ custom options to this plugin (e.g. via ` configureCssMinimizerPlugin() ` ). #966
8
+ thanks to @stof .
9
+
10
+ * [ FEATURE] Added ` Encore.when() ` , which can be used to easily add conditional code
11
+ (e.g. code that should be run only in "dev"). See the ` index.js ` file for
12
+ more details - #963 thanks to @Kocal .
13
+
14
+ * [ BUG] When using ` webpack-dev-server ` , if the target port (e.g. 8080) was
15
+ unavailable, previously, a different port would be fine (e.g. 8081). This
16
+ has now been disabled and you will get an error instead. This was done
17
+ because there is no way for Encore to detect this change and update its
18
+ config properly - #943 thanks to @weaverryan .
19
+
3
20
## 1.0.0
4
21
5
22
* [ DEPENDENCY UPGRADE] Webpack was upgraded from version 4 to 5.
You can’t perform that action at this time.
0 commit comments