Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 838 Bytes

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 838 Bytes

CHANGELOG

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