v2.11.0: TogglePassword Component, Anonymous Twig Components + more!
Hi UX People!
This release contains a bucketload of good stuff:
New Component!
- UX Toggle Password: add "hide/show" links to toggle the password to plain-text!
TwigComponent
- Support ...spread operator with html syntax (requires Twig 3.7.0 or higher)
- Add support for anonymous Twig components.
- Add
RenderedComponent::crawler()
andtoString()
methods. - Allow a block outside a Twig component to be available inside via
outerBlocks
. - Fix
<twig:component>
syntax where an attribute is set to an empty value.
LiveComponent
- Add helper for testing live components.
- Add initial file upload support.
- Respect
data-turbo="false"
when handling redirects. - Fix checksum calculation for deeply nested data.
New Contributors
- @youassi made their first contribution in #987
- @ngrie made their first contribution in #993
- @DennisdeBest made their first contribution in #1001
- @gpetraroli made their first contribution in #1011
- @asispts made their first contribution in #1019
- @feymo made their first contribution in #1000
- @leonardsimonse made their first contribution in #1020
- @sponno made their first contribution in #1035
- @yassinefikri made their first contribution in #1040
- @jcrombez made their first contribution in #1054
- @Jasperator made their first contribution in #1067
Full Changes: v2.10.0...v2.11.0