-
-
Notifications
You must be signed in to change notification settings - Fork 200
chore: add changelog for 4.0.0 #1152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| # CHANGELOG | ||
|
|
||
| ## [v4.0.0](https://github.com/symfony/webpack-encore/releases/tag/v4.0.0) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The release date is missing
weaverryan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this :)
CHANGELOG.md
Outdated
|
|
||
| * The following dependencies **must be added** in your `package.json`: `webpack webpack-cli @babel/core @babel/preset-env` (#1142 and #1150) | ||
| * The following dependencies **must be removed** from your `package.json` and Babel configuration: `@babel/plugin-syntax-dynamic-import @babel/plugin-proposal-class-properties`, | ||
| since they are already included in `@babel/preset-env` (#1150) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unless I'm mistaken, for 99% of users, this will just involve removing this line: https://github.com/symfony/recipes/blob/96d11c2e2ed2a33a796740ed47de0d6d25263fe8/symfony/webpack-encore-bundle/1.10/webpack.config.js#L49
Let's add a diff code block showing that 1 line being removed. I want the upgrade path to be as clear as (A) run this command and (B) remove this line
|
Thank you Hugo! I'm going to trigger a release next week |
|
Alright perfect :) |
As asked in #1150 (comment).