Skip to content

Deprecating stimulus_* Twig functions in favor of symfony/stimulus-bundle

Compare
Choose a tag to compare
@weaverryan weaverryan released this 26 May 17:13
· 4 commits to main since this release

Hi Webpackers!

This release deprecates the stimulus_controller(), stimulus_action() and stimulus_target functions because they are now included with the new symfony/stimulus-bundle. Run composer require symfony/stimulus-bundle to grab the functions from that package instead.

Diff: v1.16.1...v1.17.0

Happy packing!