- Add support for
intervention/image
3.0+
- Revert "Change JavaScript package to
type: module
"
- Add Symfony 7 support.
- Change JavaScript package to
type: module
-
Add support for symfony/asset-mapper
-
Minimum required Symfony version is now 5.4
-
The JavaScript events now bubble up.
-
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.
- 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. - The
data-hd-src
attribute was changed to use a Stimulus value calledsrc
. See the updated README for usage. - For both JavaScript events -
lazy-image:connect
andlazy-image:ready
- theevent.detail.hd
Image
instance was moved toevent.detail.image
. - Support added for Symfony 6