v31.15.0
Minor Changes
-
IconArrow: Add component (#1130)
Add new
IconArrowcomponent. The orientation of the arrow can be controlled using thedirectionprop.EXAMPLE USAGE:
<IconArrow direction="left" />
-
Stepper: Add align prop (#1126)
Provide the
alignprop which now includes support forleftalignment.EXAMPLE USAGE:
<Stepper align="left">...</Stepper>
Patch Changes
-
RadioGroup: Remove surrounding white space with no visual label (#1129)
Removes additional white space applied above the
RadioItems when no visiblelabelis provided, i.e. when labelling viaaria-labeloraria-labelledby. -
Stepper: Fix clipping of step name in Safari (#1126)
Fixes issue where the descenders in Step labels were being clipped only in Safari.