mirror of
https://github.com/symfony/stimulus-bundle.git
synced 2026-03-24 01:12:07 +01:00
1.1 KiB
1.1 KiB
CHANGELOG
2.33
- Change AssetMapper
excluded_patternsfrom**/controllers.jsonto*/controllers.json
2.30
- Ensure compatibility with PHP 8.5
2.29.0
- Add Symfony 8 support
2.20.1
- Normalize Stimulus controller name in event name
2.14.2
- Fix bug with finding UX Packages with non-standard project structure
2.14.1
- Fixed bug with Stimulus controllers in subdirectories on Windows
2.14.0
- Added Typescript controllers support
2.13.2
- Revert "Change JavaScript package to
type: module"
2.13.0
- Normalize parameters names given to twig helper 'stimulus_action()'.
BC Break: previously, parameters given in camelCase (eg.
bigCrocodile) were incorrectly registered by the controller as flatcase (event.params.bigcrocodile). This was fixed, which means they are now correctly registered as camelCase (event.params.bigCrocodile). - Added AssetMapper 6.4 support.
- Add Symfony 7 support.
- Fix missing double dash in namespaced Stimulus outlets.
- Change JavaScript package to
type: module
2.10.0
- Handle Stimulus outlets
2.9.0
- Introduce the bundle