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.
Support @close listeners on modal component
Add badge-color property to navlist and navbar
Use .includes() instead of .startsWith() for autocomplete/combobox/command search
Fix listbox/combobox not showing newly selected option if added dynamically
Make accordion heading text full-width
Silence error when non-valid colors are passed to badge component
Prevent radio/checkbox group labels from being grayed out if individual controls are disabled
Expose slots for select button and input in listbox/combobox
Make select full-width and forward classes to the <ui-selected> element instead of the <button> element
Polyfill the popover attribute for Safari 16 and lower
Provide fallbacks for unsupported CSS in older browsers