v29.31.0
Minor Changes
-
Checkbox,RadioGroup,Toggle: Add
sizesupport to Checkbox, RadioGroup & Toggle (#928)Adds support for adjusting the
sizeof aCheckbox, the RadioItems within aRadioGroupor aToggle. Setting the size adjusts both the visual control and the text size of the label.EXAMPLE USAGE:
<Checkbox size="small" label="Label" />
<RadioGroup size="small" label="Label"> ... </RadioGroup>
<Toggle size="small" label="Label" />
Patch Changes
-
Pagination: Add keyline to improve active page indicator contrast (#926)
Improves the contrast of the active page indicator by adding a keyline when
Paginationis used outside of aCard.