Skip to content

v2.11.0: TogglePassword Component, Anonymous Twig Components + more!

Compare
Choose a tag to compare
@weaverryan weaverryan released this 28 Aug 13:05
· 1507 commits to 2.x since this release
v2.11.0

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() and toString() 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

Full Changes: v2.10.0...v2.11.0