14.0.0-beta.1
Pre-release
Pre-release
·
314 commits
to develop
since this release
Release notes
Block (#830)
- Breaking change: Change spacing props to use CSS spaced implementation instead of style prop. This reverts the implementation back to the way it was in library version 12
Button (#832)
- Add
loading
andariaLoadingText
props. Applies a loading spinner to the button and disables it
Tooltip (#833)
- Prevent an unwanted prop from showing up in DOM
ExpanderGroup (#834)
- Remove
aria-expanded
from open/close all button
LinkListItem (#831)
- Remove redundant color prop from default icon
TextInput (#835)
- Breaking change: Remove redundant root level font styles and set line-height to 0 on top level.
- Breaking change: Increase character counter top margin by 1px
Textarea (#835)
- Breaking change: Set the correct bottom margin for the label
- Breaking change: Increase character counter top margin by 1px
Checkbox (#837)
- Fix an issue where checkmark was not visible in disabled state
General (#836)
- Add exports for several types:
TextInputValue
from TextInputPaddingProps
,MarginProps
,SpacingProps
andSpacingWithoutInsetProp