What's Changed
- Remove focus styles so safari doesn't focus menu on first click by @joshhanley in #400
- Fix modal trigger buttons having double borders in button.groups - fixes #408 by @calebporzio in #434
- Fix off-center inset buttons in table cells - fixes #409 by @calebporzio in #436
- Fix character encoding in pass-through props - fixes #420 by @calebporzio in #444
- Fixes popovers closing after network roundtrips from Livewire - fixes #424 by @calebporzio in #447
- Allow checkboxes to be wire:model bound to Livewire array properties - fixes #336 by @calebporzio in https://github.com/livewire/flux-pro/pull/23
- Prevent whitespace-nowrap no tables from bleeding into modals and dropdowns inside cells - fixes #75 by @calebporzio in https://github.com/livewire/flux-pro/pull/24
- Support native HTML size attribute on inputs/selects - fixes #193 by @calebporzio in https://github.com/livewire/flux-pro/pull/25
- Prevent Livewire requests from removing dropdown anchor positioning - fixes #238 by @calebporzio in https://github.com/livewire/flux-pro/pull/26
- Clear Firefox console warning - fixes #310 by @calebporzio in https://github.com/livewire/flux-pro/pull/27
- Add missing translation for 'No results found' message on select options - fixes #326 by @calebporzio in https://github.com/livewire/flux-pro/pull/28
- Support calling .showModal() on ui-modal instead of only on - fixes #339 by @calebporzio in https://github.com/livewire/flux-pro/pull/29
- Allow disabling checkbox.group components dynamically after page load - fixes #368 by @calebporzio in https://github.com/livewire/flux-pro/pull/30
- Add aria-label for sidebar toggle - fixes #376 by @calebporzio in https://github.com/livewire/flux-pro/pull/31
- Support 'alt' attribute on flux:brand component - fixes #378 by @calebporzio in https://github.com/livewire/flux-pro/pull/32
- Fix pagination link spacing on extremely large data sets - fixes #416 by @calebporzio in https://github.com/livewire/flux-pro/pull/33
- Show full red border on invalid inputs inside input groups - fixes #421 by @calebporzio in https://github.com/livewire/flux-pro/pull/35
Full Changelog: v1.0.10...v1.0.11