Releases: livewire/flux
Releases Β· livewire/flux
v1.0.25
What's Changed
- Fix checkbox groups when using wire:model with non-array initial value
Full Changelog: v1.0.24...v1.0.25
v1.0.24
What's Changed
- Dropdown menu had excess left-padding when submenu contained leading icons - ref #655 by @calebporzio in #710
- Fix navbar current item detection on Livewire update(ajax) requests - ref #685 by @calebporzio in #714
- Fix missing background colors on print layouts - ref #695 by @calebporzio in #718
- Switch print background strategy to print-color-adjust:exact in CSS - ref #695 by @calebporzio in #719
- Fix :dismissible="false" on modal component - ref #647
- Add x-data to input.clearable - ref #644
- Fix checkbox.all not being set on page initialization - ref #632
- Support :expanded="false"
- Hide clearable x-mark buttons on disabled inputs - ref #627
- Support dynamically added tabs and panels - ref #646
- Automatically derive wire:key from names of tabs and panels
- Enable debounced keyboard option searching on listboxes - ref #663
- Fix select handling option with empty string value - ref #665
- Partially fix tooltips around select buttons - ref #671
- Prevent tooltips from closing other unrelated popovers like dropdown menus - ref #682
- Remove trailing newline from flux:link component: ref #687
- Switch print background strategy to print-color-adjust:exact in CSS - ref #695
- Fix sr-only use in file input component from causing weird overlow issues - ref #701
- Add translation for searchable select 'Search...' placeholder - ref #713
- Clear Flux file input filenames when input is cleared via Livewire or elsewhere - ref #711
Full Changelog: v1.0.23...v1.0.24
v1.0.23
What's Changed
- Support for multi-selects by @calebporzio
- Dispatch input events when select listbox clearable button is clicked so that wire:model.live picks up the change - fixes #614 by @calebporzio
Full Changelog: v1.0.22...v1.0.23
v1.0.22
What's Changed
- Update FluxTagCompiler.php to fix #620 by @rzv-me in #621
- Allow empty icon="" and iconTrailing="" props on button component - ref #604 by @calebporzio in #622
- Add option to disable click outside on modals - fixes #607
- Fix viewable prop on password inputs resetting after wire:model.live requests - fixes #606
New Contributors
Full Changelog: v1.0.21...v1.0.22
v1.0.21
What's Changed
- Fix dynamic component bug preventing checkboxes/radios from using wire:model.live - fixes #601 by @calebporzio in #619
- Clicking a checkbox/radio label now triggers wire:model
Full Changelog: v1.0.20...v1.0.21
v1.0.20
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
v1.0.19
What's Changed
- Add radio cards variant by @calebporzio in livewire/flux-pro#65
- Add checkbox cards variant by @calebporzio in livewire/flux-pro#66
- Add segmented radio group variant by @calebporzio in livewire/flux-pro#64
- Change to solid icons for segmented tabs and radios by @calebporzio in livewire/flux-pro#67
- Add two pixel focus outline offset to radio, checkbox, and switch to match native outlines by @calebporzio in livewire/flux-pro#68
- Sortable column backgrounds were getting cut off on mobile - fixes #296 by @calebporzio in livewire/flux-pro#61
- Translate "No results found" strings in combobox and listbox - fixes #546 by @calebporzio in livewire/flux-pro#63
:href
properties were being escaped, causing links with ampersands to be malformed - fixes #535 by @calebporzio in #539- Support
as="div"
to render a button as a div by @calebporzio in #560
Full Changelog: v1.0.18...v1.0.19
v1.0.18
What's Changed
- Remove number formatting on pagination page numbers - fixes #479 by @calebporzio in livewire/flux-pro#58
- Prevent click events on disabled checkboxes, radios, and switches - fixes #502 by @calebporzio in livewire/flux-pro#59
- The combobox initial input value is now set from wire:model - fixes #526 by @calebporzio in livewire/flux-pro#60
Full Changelog: v1.0.15...v1.0.18
v1.0.17
What's Changed
- Fix container component broken Flux facade reference - fixes #500 by @calebporzio in livewire/flux-pro#57
Full Changelog: v1.0.14...v1.0.17
v1.0.16
This release is solely for the missing dependency in livewire/flux-pro.
Full Changelog: v1.0.15...v1.0.16