You can now customize the color of navigation badges using the
badge-color
property:
You can now run any Livewire action when a Flux modal closes for any reason—escape, cancel, close button, etc.
All searchable inputs in Flux—searchable selects, comboboxes, command palettes—will now use JavaScript
.includes(...)
instead of
.startsWith(...)
when matching results so that searches are more inclusive.
This behavior mirrors the browser's native autocomplete behavior for the
<datalist>
element.