Skip to content

7.1.0 - The "Wait, We Forgot Some Things" Release

Latest

Choose a tag to compare

@Kocal Kocal released this 22 Jun 13:29
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
v7.1.0
c1850cc

Note

A small follow-up to 7.0.0: a few dependency updates didn't make it into that release, so 7.1.0 ships them now. You get support for sass-loader v17 (v16 still works), @vue/babel-plugin-jsx bumped to v3, webpack-manifest-plugin requiring at least v6.0.1, and JS/CSS minifier peer dependencies relaxed to optional with no version constraint. No upgrade steps needed for most projects, just bump and go.

What's Changed

  • Update @vue/babel-plugin-jsx from ^1.0.0 to ^3.0.0 by @Kocal in #1497
  • Update webpack-manifest-plugin to 6.0.1 by @Kocal in #1495
  • Relax the peerDependencies of the JS/CSS minifiers by @Kocal in #1498
  • Add support for sass-loader ^17.0.0 by @Kocal in #1499
  • Tweak CHANGELOG.md for StimulusBundle & ESM by @Kocal in #1500

Full Changelog: v7.0.0...v7.1.0


Thanks to everyone who contributed to this release! 🙌

Update Encore in your project:

npm install @symfony/webpack-encore@latest --save-dev
pnpm add --save-dev @symfony/webpack-encore@latest
yarn add --dev @symfony/webpack-encore@latest