v31.4.0
Minor Changes
-
AccordionItem: Add badge support (#1057)
The
AccordionItemnow has support for thebadgeprop.EXAMPLE USAGE:
<AccordionItem label="Label" badge={<Badge>New</Badge>}> ... </AccordionItem>
Patch Changes
-
Autosuggest: Scroll list into view (#1058)
The suggestions list will now be scrolled into view (on tablet and above) if it extends beyond the bottom of the window. This prevents suggestions (particularly those loaded asynchronously) from being obscured by the edge of the window.