v13.0.0-beta.1
Pre-release
Pre-release
LJKaski
released this
15 Nov 13:00
·
366 commits
to develop
since this release
Release notes
General (#796, #788)
- Breaking change: Update
suomifi-design-tokens
to 6.0.0- Contains some color changes
- Style prop is forwarded to the outermost wrapper in all components
- Documentation improvements
Modal (#793)
- Breaking change: Decrease padding of smallScreen variant
LanguageMenu (#795)
- Breaking change: Change
buttonText
prop type from string to ReactNode - Breaking change: Remove**
wrapperProps
and forwardstyle
prop to the outer wrapper - Props now extend
ButtonProps
Alert, InlineAlert (#796, #797)
- Breaking change: update styles to match new designs
Notification (#796)
- Breaking change: update styles to match new designs
- Breaking change:
closeButtonProps
are now of typeButtonProps
Dropdown, ActionMenu (#788)
- Breaking change: Remove**
wrapperProps
and forwardstyle
prop to the outer wrapper - Props now extend
ButtonProps
DateInput, Label, SearchInput, TextInput (#788)
- Breaking change: Remove**
wrapperProps
and forwardstyle
prop to the outer wrapper
ToggleButton, ToggleInput (#788)
- Breaking change: Remove
toggleWrapperProps
property and forwardstyle
prop to the outer wrapper
Textarea (#788)
- Breaking change: Remove
containerProps
property and forwardstyle
prop to the outer wrapper
DropdownItem (#788)
- Props now extend HTML
li
element props
Expander, ExpanderGroup, ExpanderTitleButton, MultiSelect, , SingleSelect, LoadingSpinner, ServiceNavigation, SideNavigation, WizarNavigation, Toast (#788)
- Props now extend HTML
div
element props
Checkbox, RadioButton (#788)
- Props now extend HTML input element props
Pagination (#788)
- Props now extend general HTML element props
Tooltip (#788)
- Props now extend HTML
button
element props
TimeInput (#794, #798)
- Remove
wrapperProps
and place the genericstyle
attribute to the outermost div element of the component - Change
width: 290px
tomax-width: 290px