v2.15.0 - LiveComponents & Autocomplete improvements & more
Hi UX'ers!
This release contains a mixture of new features and important bug fixes, especially LiveComponents & Autocomplete, which were discovered after the morphing library change in 2.14.0.
Autocomplete
Add doctrine/orm 3 support #1468
- Allow passing extra options to the autocomplete fields #1322
- Fix 2 bugs where TomSelect would reset when not necessary #1502
- Add one missing German translation #1521
Chartjs
- Remove restriction that prevented Chart.js 3.9 #1518
LiveComponent
- [BC BREAK] The
data-live-id
attribute was changed toid
#1484 - Fixed child handling bug during re-rendering introduced with the
new morphing library in 2.14.0 #1484 - Fix bug where the active input would maintain its value, but lose its cursor position #1501
- Restrict Twig 3.9 for now #1486
Turbo
TwigComponent
- Add the ability to render specific attributes from the
attributes
variable #1442 - Restrict Twig 3.9 for now #1486
- Build reproducible TemplateMap to fix possible post-deploy breakage #1497
New Contributors
- @jrushlow made their first contribution in #1475
- @partulaj made their first contribution in #1485
- @simonsolutions made their first contribution in #1521
Full Changelog: v2.14.2...v2.15.0
Have fun!