Skip to content

13.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@riitasointi riitasointi released this 23 Oct 11:55
· 477 commits to develop since this release
28a8cf6

Release notes

TimeInput (#782)

  • Introduce the TimeInput component

DateInput (#782)

  • Add onDatePickerButtonBlur() prop

SingleSelect (#773)

  • Fix input to show updated value when item array is changed externally

Block (#755)

  • Breaking change: changed implementation of margins and spacing from CSS-based styles to style-attribute

Paragraph (#755)

  • Breaking change: changed implementation of margin from CSS-based styles to style-attribute
  • Breaking change: marginBottomSpacing prop is replaced by mb
  • New props margin, mx, my, mt, mr, mb, ml

ExpanderTitle (#776)

  • Breaking change: Combine ariaOpenText and ariaCloseText props to toggleButtonAriaLabel

ExpanderGroup (#777)

  • openAllText and closeAllText are optional when showToggleAllButton is set to false

ActionMenuDivider (#779)

  • Improve HTML structure

LanguageMenu (#783)

  • Breaking change:: Change the popover width to match the width of the widest element in the list

General

  • New props margin, mx, my, mt, mr, mb, ml to following components (#755)
    • ActionMenu
    • Alert
    • BreadCrumb
    • Button
    • Checkbox
    • CheckboxGroup
    • Chip
    • DateInput
    • Dropdown
    • Expander
    • ExpanderGroup
    • ExternalLink
    • Heading
    • HintText
    • InlineAlert
    • Label
    • LanguageMenu
    • Link
    • LinkList
    • LoadingSpinner
    • MultiSelect
    • Notification
    • Pagination
    • RadioButton
    • RadioButtonGroup
    • RouterLink
    • SearchInput
    • ServiceNavigation
    • SideNavigation
    • SingleSelect
    • StaticChip
    • StatusText
    • Text
    • Textarea
    • TextInput
    • Toast
    • ToggleButton
    • ToggleInput
    • Tooltip
    • WizardNavigation
  • Internal tools: switch from Yarn to NPM (#767)
  • Documentation on accessibility support, and how the accessibility of components was tested (#781)