General:
- Added
theme.icon.matchSize
to use a component’ssize
property as thesize
property value on its icon. (#6653) - Added
theme.icon.disableScaleDown
to theme Typescript definition. (#6668) - Added responsive behavior to PageHeader subtitle so it sizes down to
medium
at small breakpoint. (#6689) - Fixed Checkbox
children
Typescript definition. (#6648) - Fixed FormField to allow fields to flex. (#6669)
Button:
- Added
pad
property. (#6686) - Added
theme.button.badge.align
to allow a theme to specify if the badge should align to the button’s edge. (#6692) - Fixed a bug with calculation of badge dimensions. (#6692)
- Fixed a bug with how Safari renders SVGs in icon-only buttons to ensure no additional vertical height is added. (#6666, #6702)
SelectMultiple:
Beta features: