9.0.0-beta.0
Pre-release
Pre-release
·
1474 commits
to develop
since this release
Tooltip (#596)
- Introduce Tooltip component
Label (#596, #629)
- Add tooltipComponent, contentClassName, wrapperProps and style props
- Breaking Changes:
- LabelProps now extend HtmlSpanProps instead of HtmlDivProps
- Props are passed to inner content wrapper instead of the top most element, except for className and wrapperProps.
- Remove labelSpanProps
- ClassName is passed to top most element instead of inner content wrapper
- Rename main class
.fi-label-text
to.fi-label
- Rename class
.fi-label-text_optionalText
to.fi-label_optional-text
Notification (#617)
- Breaking change: Rehaul accessibility features
- Remove
ariaLiveMode
prop - Add
role="region"
for the main container - Add
regionAriaLabel
prop
- Remove
CheckboxGroup (#624)
- Add
groupStatus
andgroupStatusText
props.
LoadingSpinner (#607)
- Introduce LoadingSpinner component