- Revert "Change JavaScript package to
type: module
"
- Add Symfony 7 support.
- Change JavaScript package to
type: module
-
Add support for symfony/asset-mapper
-
Replace
symfony/webpack-encore-bundle
bysymfony/stimulus-bundle
in dependencies
-
Add
assets/src
to.gitattributes
to exclude source TypeScript files from installing. -
TypeScript types are now included.
-
[BC BREAK] The
assets/
directory was moved fromResources/assets/
toassets/
. Make sure the path in yourpackage.json
file is updated accordingly. -
The directory structure of the bundle was updated to match modern best-practices.