braid-design-system@32.24.0
Minor Changes
- Autosuggest: Optimise automatic scrolling to selected suggestion by using native browser methods. (#1571)
Patch Changes
-
Stack, Tiles: Deprecate
dividersprop (#1574)In preparation for migrating Braid layout components to use CSS gap, the
dividersprop has been deprecated onStackandTiles.Consumers are encouraged to migrate now in advance of its removal in v33.
Migration Guide
See the migration guide for details on how to migrate off the
dividersprop. -
Autosuggest: Improve handling of
suggestionHighlightprop when set toremaining(#1572)Fixes a bug in
Autosuggestwhen usingsuggestionHighlightprop set toremaining.
If the input contained multiple words, the highlighted portion would be appended to the end of matching suggestions. -
Divider: Ensure full width in flex container (#1574)
Ensures the
Dividercomponent remains full width when used as a flex child inside a flex container.