Skip to content

Releases: symfony/webpack-encore-bundle

v2.4.1

Choose a tag to compare

@Kocal Kocal released this 24 Jun 07:22
Immutable release. Only release title and notes can be modified.
cac8d6c

What's Changed

  • Fix Symfony 8.1 DependencyInjection deprecation warning by @30Sana in #258
  • Update .gitattributes by @gharlan in #256
  • Add Zizmor, Dependabot, and upgrade+pin actions by @Kocal in #259
  • Don't let Composer advisory blocking break CI by @Kocal in #261

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

Choose a tag to compare

@Kocal Kocal released this 30 Nov 20:48
5b932e0

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

Choose a tag to compare

@Kocal Kocal released this 05 Aug 11:44
7ae70d4

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

Choose a tag to compare

@Kocal Kocal released this 02 Oct 07:34
e335394

Hi Webpackers!

Almost a year later, here's a new release containing support for PHP 8.3 and 8.4, support remote entrypoints.json file, and the addition of the integrity attribute in the Link header for preloading.

Features

  • Ensure PHP 8.3 and 8.4 are supported by @Kocal in #233
  • Allow entrypoints.json to be hosted remotely by @rlvdx and @Kocal in #236

Bug

Other

New Contributors

Full Changelog: v2.1.1...v2.2.0

Happy packing!

Fix type support for Symfony 7

Choose a tag to compare

@weaverryan weaverryan released this 22 Oct 18:54

Hi Webpackers!

A small bug fix to match return types in Symfony 7.

Full Changes: v2.1.0...v2.1.1

Have fun!

Adding Symfony 7 support

Choose a tag to compare

@weaverryan weaverryan released this 26 Sep 14:43

Hi Webpackers!

Full Changelog: v2.0.1...v2.1.0

Happy packing!

Fix Stimulus bug with controller classes

Choose a tag to compare

@weaverryan weaverryan released this 26 Sep 14:40

Hi Webpackers!

  • Fix incorrect classes assignation and controller rendering by @ker0x in #208

Diff: v1.17.1...v1.17.2

Happy packing!

Relaxing symfony/service-contracts requirement

Choose a tag to compare

@weaverryan weaverryan released this 31 May 14:30

Hi Webpackers!

This release is relaxes the version requirements for symfony/service-contracts to allow upgrading on 5.4 projects - see #214

Diff: v2.0.0...v2.0.1

Happy packing!

Fix: StimulusBundle compatibility with webpack_encore.twig_stimulus_extension

Choose a tag to compare

@weaverryan weaverryan released this 29 May 00:20

Hi Webpackers!

A quick fix for version 1.17.0 that fixes this error when used with StimulusBundle:

The service "twig" has a dependency on a non-existent service "webpack_encore.twig_stimulus_extension". Did you mean this: "webpack_encore.twig_entry_files_extension"

Upgrading should resolve the error. See #213.

Diff: v1.17.0...v1.17.1

Happy packing!

WebpackEncoreBundle 2.0: Removal of deprecations

Choose a tag to compare

@weaverryan weaverryan released this 26 May 17:15

Hi Webpackers!

This release is identical to 1.17.0 except that it removes deprecated code.

Version 2.0 also requires PHP 8.1 or higher and Symfony 5.4 or higher.

Recipe Upgrade Note

If you're using symfony/flex, when you upgrade your symfony/webpack-encore-bundle recipe to the 2.0 version, it may try to remove certain files like assets/controllers.json or assets/bootstrap.js. You should ignore these changes and restore the files. This happens because these files moved from the recipe for symfony/webpack-encore-bundle to symfony/stimulus-bundle. To the update system, it looks like the files are being removed.

Diff: v1.17.0...v2.0.0

Happy packing!