Blog post: https://fluxui.dev/blog/2024-11-03-custom-icon-sets-file-inputs-click-outside-modals-more
What's Changed
- Add flux:icon command to import third-party icons from Lucide for icons Heroicons is missing by @calebporzio in #590
- Support clearable buttons on listbox, searchable input, and command input - ref #346 by @calebporzio
- Swap deprecated 'color-adjust' CSS property for 'print-color-adjust' - fixes #557 by @calebporzio
- Fix profile name not being truncated in sidebar layout - fixes #558 by @calebporzio
- Fix wire:model bugs on checkbox, radios, and switches due to errant input/change events being fired - fixes #559 by @calebporzio
- Fix dynamic-component bug where attributes are double escaped - fixes #579 by @calebporzio
- Fix checkbox group using an initial value of null - fixes #585 by @calebporzio
- Preserve selected display event when selected option element is removed - fixes #581 by @calebporzio
- Support closing modals by clicking outside by @calebporzio
- Add custom file input component by @calebporzio
Full Changelog: v1.0.19...v1.0.20