Skip to content

Releases: livewire/flux

v1.0.23

12 Nov 16:26
Compare
Choose a tag to compare

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

07 Nov 18:57
6e7062e
Compare
Choose a tag to compare

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

07 Nov 17:21
Compare
Choose a tag to compare

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

05 Nov 12:03
Compare
Choose a tag to compare

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

31 Oct 13:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.18...v1.0.19

v1.0.18

24 Oct 01:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.15...v1.0.18

v1.0.17

22 Oct 14:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.14...v1.0.17

v1.0.16

21 Oct 18:18
Compare
Choose a tag to compare

This release is solely for the missing dependency in livewire/flux-pro.

Full Changelog: v1.0.15...v1.0.16

v1.0.15

21 Oct 15:04
Compare
Choose a tag to compare

⚠️ Important: This release has a broken composer dependancy. Please upgrade to v1.0.16 instead

What's Changed

Full Changelog: v1.0.14...v1.0.15

v1.0.14

17 Oct 19:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.12...v1.0.14