Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.08 KB

File metadata and controls

49 lines (28 loc) · 1.08 KB

CHANGELOG

2.30

  • Ensure compatibility with PHP 8.5

2.29.0

  • Add Symfony 8 support

2.20

  • Enable file replacement via "drag-and-drop"

2.13.2

  • Revert "Change JavaScript package to type: module"

2.13.0

  • Add Symfony 7 support.
  • Change JavaScript package to type: module

2.9.0

  • Add support for symfony/asset-mapper

2.7.0

  • The JavaScript events now bubble up.

  • Add assets/src to .gitattributes to exclude source TypeScript files from installing.

  • TypeScript types are now included.

2.6.0

  • [BC BREAK] The assets/ directory was moved from Resources/assets/ to assets/. Make sure the path in your package.json file is updated accordingly.

  • The directory structure of the bundle was updated to match modern best-practices.

2.0

  • Support for stimulus version 2 was removed and support for @hotwired/stimulus version 3 was added. See the @symfony/stimulus-bridge CHANGELOG for more details.
  • Support added for Symfony 6