Skip to content

Releases: symfony/webpack-encore-bundle

1.4.0 Automatic Integrity Hash & Option to disable default build

29 Mar 14:16
Compare
Choose a tag to compare

Hi friends! Another release with a few nice features 👐

  • Automatic integrity attributes on script & link tags. Just use the new Encore. enableIntegrityHashes() function from @symfony/webpack-encore version 0.26.0 and this will instantly work. #42 thanks to @Lyrkan

  • Ability to disable the "default" build if you want only named builds - #37 thanks to @emodric

Happy Webpacking!

Adding autowireable interfaces

26 Mar 00:36
Compare
Choose a tag to compare

Release time!

This contains one small feature:

  • #45 Adding Autowireable interfaces & docs for reset

Have fun!

Fix bug problem with cache + multiple builds

04 Mar 15:10
Compare
Choose a tag to compare

Hey friends!

This fixes an issue related to the new caching option for the entrypoints.json file when used with multiple builds as well as an issue with warming the cache.

Have fun!

Fix to new cache warmer

03 Mar 20:03
Compare
Choose a tag to compare

Hi folks!

This patch release includes a bug fix that cached cache warming to incorrectly fail - see #48 (thanks to @NotDvaMain)

Cheers!

Entrypoints Caching & some bug fixes

01 Mar 19:02
Compare
Choose a tag to compare

Hi friends!

This release includes the ability to cache your entrypoints.json file parsing (#12) for a small performance boost, and a few other fixes.

v1.1.0...v1.2.0

Enjoy!

Now with multi-build support!

17 Jan 02:42
9c89795
Compare
Choose a tag to compare

Woo! Our second release for this small bundle adds an important missing feature: support for multiple Webpack builds and reading the different entrypoints.json files.

Highlights:

  • #17 Allow to define multiple entrypoints and load assets from each of them - thanks to @shulard
  • #27 Extend from the ResetInterface - thanks to @fionera

Enjoy!

First Release!

05 Nov 13:37
Compare
Choose a tag to compare

The first release for WebpackEncoreBundle - containing 2 new Twig functions that help you generate the script and link tags needed for working with Webpack Encore.

Enjoy!