⚠️ Important: This release has a broken composer dependancy. Please upgrade to v1.0.16 instead
What's Changed
- Make accordion.heading content full-width - closes #454 by @calebporzio in https://github.com/livewire/flux-pro/pull/43
- Add badge-color property to navlist and navbar by @calebporzio in https://github.com/livewire/flux-pro/pull/45
- Support close listeners on modal component by @calebporzio in https://github.com/livewire/flux-pro/pull/46
- Dont throw error when non-valid colors are passed to badge component - fixes #452 by @calebporzio in https://github.com/livewire/flux-pro/pull/47
- Fix listbox not showing newly selected option if added dynamically - fixes #453 by @calebporzio in https://github.com/livewire/flux-pro/pull/48
- Prevent radio/checkbox group labels from being grayed out if individual controls are disabled - fixes #460 by @calebporzio in https://github.com/livewire/flux-pro/pull/49
- Make select full-width and capture TW classes, then expose slot for button - fixes #465 by @calebporzio in https://github.com/livewire/flux-pro/pull/50
- branch 8d29092f by @calebporzio in https://github.com/livewire/flux-pro/pull/51
- Use .includes() instead of .startsWith() to make autocomplete/combobox/command palette search more 'fuzzy' - fixes #364 by @calebporzio in https://github.com/livewire/flux-pro/pull/52
- Polyfill CSSStyleSheet API for older browsers by @calebporzio in https://github.com/livewire/flux-pro/pull/53
- Polyfill the popover attribute for Safari 16 and lower by @calebporzio in https://github.com/livewire/flux-pro/pull/54
- Disable modal triggering on disabled buttons - fixes #478 by @calebporzio in https://github.com/livewire/flux-pro/pull/55
- branch 1c704108 by @calebporzio in https://github.com/livewire/flux-pro/pull/56
Full Changelog: v1.0.14...v1.0.15