v2.12.0 LiveComponent DTO support & much more
Hi UX People!
This release contains a basket-load of goodness.
TwigComponent
- Added a
debug:twig-component
command. - Fixed bad exception when the error comes from a Twig template.
- Fixed deprecation with
TemplateCacheWarmer
return type.
LiveComponent
- Add support for (de)hydrating DTO classes in
LiveProp
. - Fixed
emit()
method ofTestLiveComponent
to properly test events. - Add
actingAs()
toTestLiveComponent
. - Fixed rendering bug when using Chrome's translation feature.
- Add
onUpdated()
hook forLiveProp
. - Fix support for Alpine.js & live components.
TogglePassword
- Added default values for the Stimulus controller values.
New Contributors
- @OskarStark made their first contribution in #1109
- @MirakuSan made their first contribution in #1101
- @StevenRenaux made their first contribution in #1088
- @rdavaillaud made their first contribution in #1134
Full Changelog: v2.11.2...v2.12.0
Have fun!