Skip to content

v13.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@LJKaski LJKaski released this 15 Nov 13:00
· 366 commits to develop since this release
73f252b

Release notes

General (#796, #788)

  • Breaking change: Update suomifi-design-tokens to 6.0.0
  • 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 forward style 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 type ButtonProps

Dropdown, ActionMenu (#788)

  • Breaking change: Remove** wrapperProps and forward style prop to the outer wrapper
  • Props now extend ButtonProps

DateInput, Label, SearchInput, TextInput (#788)

  • Breaking change: Remove** wrapperProps and forward style prop to the outer wrapper

ToggleButton, ToggleInput (#788)

  • Breaking change: Remove toggleWrapperProps property and forward style prop to the outer wrapper

Textarea (#788)

  • Breaking change: Remove containerProps property and forward style 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 generic style attribute to the outermost div element of the component
  • Change width: 290px to max-width: 290px