- #236 Allow entrypoints.json to be hosted remotely (@rlvdx & @Kocal)
- #232 fix: correctly wire the build-time file into kernel.build_dir (@dkarlovi)
- #237 Fix missing integrity hash on preload (@arnaud-ritti & @Kocal)
- #233 Add support for PHP 8.3 and PHP 8.4 (@Kocal)
- Minimum PHP version is now 8.1
- Minimum Symfony version is now 5.4
- Deprecated the
stimulus_controller()
,stimulus_action()
andstimulus_target
functions and related classes. Installsymfony/stimulus-bundle
instead.
October 18th, 2022
- #191 - Handle Stimulus CSS Classes - @jmsche
July 13th, 2022
- #189 - Moving deprecated code handling for stimulus_ functions into Twig extension - @weaverryan
- #187 - Improve Stimulus phpdoc - @jmsche
- #186 - Stimulus: move deprecations from DTOs to filters/functions - @jmsche
July 6th, 2022
- #178 - Add Stimulus Twig filters, handle action parameters & allow filters/functions to return array - @jmsche
May 3rd, 2022
- #172 - Fixing reset assets trigger on sub-requests - @TarikAmine
- #171 - Do not JSON encode stringable values - @jderusse
February 14th, 2022
- #147 - Add encore_entry_exists() twig functions to check if entrypoint has files - @acrobat
- #115 - Reset assets on FINISH_REQUEST - @Warxcell
December 2nd, 2021
- #155 - Increase version constraint of symfony/service-contracts - @luca-rath
November 28th, 2021
- #153 - Skipping null values from rendering - @sadikoff
November 19th, 2021
- #136 - Allow Symfony6 - @Kocal, @weaverryan
- #126 - Remove fallback cache on cache warmer - @deguif
June 18th, 2021
- #124 - feat(twig): implements stimulus_action() and stimulus_target() Twig functions, close #119 - @Kocal
- #111 - fix: fix EntrypointLookup Exception - @jeremyFreeAgent
April 26th, 2021
- #122 - handle request deprecations - @jrushlow
- #121 - [stimulus-controller] fix bool attributes from being rendered incorrectly - @jrushlow
February 17th, 2021
- #113 - Fixing null and false attributes - @weaverryan
- #112 - Fix the safety of the stimulus_controller function - @stof
February 10th, 2021
- #110 - Adding a simpler syntax for single stimulus controller elements - @weaverryan
February 10th, 2021
- #109 - Introduce stimulus_controller to ease Stimulus Values API usage - @tgalopin
- #104 - Allow custom EntrypointLookupCollection when instantiating the TagRenderer - @richardhj
January 15th, 2021
- #102 - Adding support for custom attributes on rendered script and link tags - @weaverryan
October 28th, 2020
- #98 - PHP 8.0 compatibility - @jmsche