Skip to content

v1.0.24

Compare
Choose a tag to compare
@calebporzio calebporzio released this 22 Nov 22:35
· 1 commit to main since this release

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