What's Changed
- Improve combobox performance by @calebporzio in #3898
- [Docs] Add range type to x-model inputs by @peterfox in #3911
- Fix x-id when used with morph by @calebporzio in #3919
- Rework mutation observer by @calebporzio in #3929
- add explanation of passing an object to
x-for
by @browner12 in #3928 - x-mask: Cleanup of event listeners by @beholdr in #3908
- Update refs.md by @Simsz in #3851
- Add CSP-friendly Alpine build by @calebporzio in #3959
- docs: typo by @mhanberg in #3960
- Bug in code example of documentation for x-anchor to an ID by @MaximVanhove in #3942
- Fix typo by @aerni in #3932
- 🐛 Gracefully handles bad throws by @ekwoka in #3570
- Fix x-mask when used with wire:model by @calebporzio in #3988
- Fix issue where error message would not print directive name properly by @mattvague in #3572
- Add named exports to build files by @ypconstante in #3644
- fix: reset input on init so default value is displayed by @coder2000 in #3881
- Clear combobox bugfix by @gdebrauwer in #3934
- fix/x-model with fill modifier takes input value on undefined by @rgbc-alex in #3941
- fix: already init component by @Matsa59 in #3951
- Listbox compare null value bugfix by @gdebrauwer in #3962
- Fix error message in listbox.js by @gdebrauwer in #3965
- Add x-trap noinitialfocus modifier by @richcarni in #3977
- Combobox and listbox: Save optionKey in x-data to fix usage in Livewire by @gdebrauwer in #3990
New Contributors
- @peterfox made their first contribution in #3911
- @beholdr made their first contribution in #3908
- @Simsz made their first contribution in #3851
- @MaximVanhove made their first contribution in #3942
- @aerni made their first contribution in #3932
- @mattvague made their first contribution in #3572
- @ypconstante made their first contribution in #3644
- @coder2000 made their first contribution in #3881
- @rgbc-alex made their first contribution in #3941
- @Matsa59 made their first contribution in #3951
- @richcarni made their first contribution in #3977
Full Changelog: v3.13.3...v3.13.4