What's Changed
- Fix modal trying to initialize in a clone tree with the open attribute attached by @calebporzio in #1803
- Add badge variant to
navlist.badge
andnavlist.item
by @JonPurvis in #1690 - Fix profile initials by @joshhanley in #1743
- Fix text component to use
<p>
tag by @joshhanley in #1744 - Fix navbar and navlist falsey badge check by @joshhanley in #1769
- Fix
navlist.badge
and add badge variant tonavbar.badge
andnavbar.item
by @joshhanley in #1848 - Fix modal trying to initialize in a clone tree with the open attribute attached by @calebporzio
- Fix checkbox group blocking text selection by @joshhanley
- Make date picker and calendar extra days clickable by @joshhanley
- Fix custom select label focus by @joshhanley
- Fix date picker name forwarding by @joshhanley
- Fix select clearable to not be shown when disabled by @joshhanley
- Fix calendar and date picker submittable value not loading from Livewire by @joshhanley
- Fix tooltip to be dynamically disableable by @joshhanley
- Fix pagination in small containers by @joshhanley
- Fix checkbox all to not be checked if there are no checkboxes by @joshhanley
- Fix autocomplete input pointer event issues by @joshhanley
- Fix all dropdowns to not scroll by @joshhanley
- Add
registerExtensions()
Editor hook to support registering multiple extensions by @joshhanley - Fix date picker label focus by @joshhanley
New Contributors
- @JonPurvis made their first contribution in #1690
Full Changelog: v2.2.3...v2.2.4