v9.0.0-beta.3
Pre-release
Pre-release
·
1384 commits
to develop
since this release
Release notes
Alert & InlineAlert
- Breaking change: InlineAlert now uses
fi-inline-alert
instead offi-alert--inline
(#644) - Breaking change: Change label content type from
string
toReactNode
(#652) - Fix InlineAlert styles bleeding out to children. (#644)
SingleSelect & MultiSelect
- Breaking change: Change label content type from
string
toReactNode
(#652) - Add support for functions as means to provide text content for screen readers in MultiSelect (#649)
Dropdown, SearchInput, TextInput, TextArea, CheckboxGroup, RadiobuttonGroup
- Breaking change: Change label content type from
string
toReactNode
(#652)
Block
- Add separate props for margin & padding to each side. The props accept suomifi-design-token spacing values (#650)
General changes
- Add 'displayName' property to all components (#643)