Skip to content

Adding Symfony UX integration: enableStimulusBridge()

Compare
Choose a tag to compare
@weaverryan weaverryan released this 03 Dec 11:42
· 460 commits to main since this release

Hi Webpackers!

This release introduces a new feature to work with Symfony's new UX system 🎆 https://symfony.com/blog/new-in-symfony-the-ux-initiative-a-new-javascript-ecosystem-for-symfony

To upgrade run:

yarn upgrade "@symfony/webpack-encore@^0.32.0"

Changes: v0.31.1..v0.32.0

Documentation: http://symfony.com/doc/current/frontend.html

Highlights:

  • [enableStimulusBridge] The new enableStimulusBridge() method was
    added to enable the Stimulus bridge and Symfony UX features. See
    https://symfony.com/ux for more details and #859 thanks to @tgalopin.

Happy packing!