mirror of
https://github.com/symfony/ux-vue.git
synced 2026-03-24 00:02:30 +01:00
959 B
959 B
CHANGELOG
2.30
- Ensure compatibility with PHP 8.5
2.29.0
- Add Symfony 8 support
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
-
Replace
symfony/webpack-encore-bundlebysymfony/stimulus-bundlein dependencies -
Add support for symfony/asset-mapper
-
Minimum PHP version is now 8.1
2.7.0
-
Add
assets/srcto.gitattributesto exclude source TypeScript files from installing. -
TypeScript types are now included.
2.6.0
-
[BC BREAK] The
assets/directory was moved fromResources/assets/toassets/. Make sure the path in yourpackage.jsonfile is updated accordingly. -
The directory structure of the bundle was updated to match modern best-practices.
2.5
-
Added support for lazily-loaded Vue components - #482.
-
Added
vue:before-mountJavaScript event - #444.
2.4
- Component added