Skip to content

9.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Riippi Riippi released this 09 Jun 08:15
· 1474 commits to develop since this release
2eecf97

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

CheckboxGroup (#624)

  • Add groupStatus and groupStatusText props.

LoadingSpinner (#607)

  • Introduce LoadingSpinner component

Full changelog

v8.0.0...v9.0.0-beta.0