Skip to content

Commit d34dcbb

Browse files
committed
4.10 changelog
1 parent a95b8b2 commit d34dcbb

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

CHANGELOG.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## [v4.1.0](https://github.com/symfony/webpack-encore/releases/tag/v4.1.0)
4+
5+
*October 17th, 2022*
6+
7+
### Features
8+
9+
* Add support for Svelte - #781 thanks to @zairigimad
10+
11+
### Bug Fixes
12+
13+
* Support for Vue 2 was accidentally dropped in 4.0.0, and was re-added - #157 thanks to @Kocal.
14+
315
## [v4.0.0](https://github.com/symfony/webpack-encore/releases/tag/v4.0.0)
416

517
This major release makes Encore compatible with [Yarn Plug'n'Play](https://yarnpkg.com/features/pnp) and [pnpm](https://pnpm.io/).
@@ -14,7 +26,7 @@ npm install webpack webpack-cli @babel/core @babel/preset-env --save-dev
1426
yarn add webpack webpack-cli @babel/core @babel/preset-env --dev
1527
```
1628

17-
* The following dependencies **must be removed** from your `package.json` and Babel configuration: `@babel/plugin-syntax-dynamic-import @babel/plugin-proposal-class-properties`,
29+
* The following dependencies **must be removed** from your `package.json` and Babel configuration: `@babel/plugin-syntax-dynamic-import @babel/plugin-proposal-class-properties`,
1830
since they are already included in `@babel/preset-env` (#1150):
1931
```shell
2032
npm remove @babel/plugin-syntax-dynamic-import @babel/plugin-proposal-class-properties
@@ -31,7 +43,7 @@ Encore.configureBabel((options) => {
3143
})
3244
```
3345

34-
## [v3.1.0](https://github.com/symfony/webpack-encore/releases/tag/v3.0.0)
46+
## [v3.1.0](https://github.com/symfony/webpack-encore/releases/tag/v3.1.0)
3547

3648
*August 24th, 2022*
3749

@@ -93,7 +105,7 @@ of Encore:
93105
* `css-minimizer-webpack-plugin` Version `2` to `3`: dropped old Node version support
94106
* `loader-utils` REMOVED
95107
* `mini-css-extract-plugin` Version `1.5` to `2.2.1`: dropped old Node & Webpack version support & [CHANGELOG](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md#-breaking-changes)
96-
* `pretty-error` Version `3.0` to `4.0`: dropped old Node version support
108+
* `pretty-error` Version `3.0` to `4.0`: dropped old Node version support
97109
* `resolve-url-loader` Version `3.0` to `5.0`: dropped old Node version support, requires postcss `^8.0`, remove `rework` engine & [CHANGELOG](https://github.com/bholloway/resolve-url-loader/blob/v4-maintenance/packages/resolve-url-loader/CHANGELOG.md)
98110
* `style-loader` Version `2` to `3`: dropped old Node and Webpack version support & [CHANGELOG](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#-breaking-changes)
99111
* `yargs-parser` Version `20.2` to `21`: dropped old Node version support
@@ -753,7 +765,7 @@ for a full description of all of the valid browser descriptions.
753765
## 0.15.0
754766

755767
* Add support for [Preact](https://preactjs.com/) - #144 via @Lyrkan
756-
768+
757769
* Added `Encore.configureManifestPlugin()` method - #142 via @Seikyo
758770

759771
* Added 5 new methods to configure plugins! #152 via @Lyrkan

0 commit comments

Comments
 (0)