github-actions
released this
20 Mar 12:32
·
504 commits
to main
since this release
Minor Changes
-
53a7f22: Removed
DropdownNext
,Option
,OptionGroup
andComboBoxNext
from labs and promoted to core. -
6cdfe94: Add
SegmentedButtonGroup
to labs
SegmentedButtonGroup
should be used to display a list of actionable buttons, flush with separatorsconst SegmentedButtonGroup = () => ( <SegmentedButtonGroup> <Button> Button </Button> <Button> Button </Button> <Button> Button </Button> </SegmentedButtonGroup> );
Patch Changes
- 91074aa: - Fixed tabs container height to fit its contents and display as block so it can take 100% width without an extra wrapper.