Skip to content

Commit b2af0c3

Browse files
committed
bumping 1.1 changelog
1 parent c068073 commit b2af0c3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# CHANGELOG
22

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+
320
## 1.0.0
421

522
* [DEPENDENCY UPGRADE] Webpack was upgraded from version 4 to 5.

0 commit comments

Comments
 (0)