Skip to content

Commit 446518a

Browse files
committed
chore: add changelog for 4.0.0
1 parent 79fb073 commit 446518a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [v4.0.0](https://github.com/symfony/webpack-encore/releases/tag/v4.0.0)
4+
5+
This major release makes Encore compatible with [Yarn Plug'n'Play](https://yarnpkg.com/features/pnp) and [pnpm](https://pnpm.io/fr/).
6+
7+
### BC Breaks
8+
9+
* The following dependencies **must be added** in your `package.json`: `webpack webpack-cli @babel/core @babel/preset-env` (#1142 and #1150)
10+
* The following dependencies **must be removed** from your `package.json` and Babel configuration: `@babel/plugin-syntax-dynamic-import @babel/plugin-proposal-class-properties`,
11+
since they are already included in `@babel/preset-env` (#1150)
12+
313
## [v3.1.0](https://github.com/symfony/webpack-encore/releases/tag/v3.0.0)
414

515
*August 24th, 2022*
@@ -13,7 +23,7 @@
1323
This major release drops support for Node 12 (minimum is now Node 14) and
1424
also bumps some dependencies up a new major version.
1525

16-
## BC Breaks
26+
### BC Breaks
1727

1828
* In #1122 support for Node 12 was dropped.
1929

0 commit comments

Comments
 (0)