Skip to content

v7.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ketsappi ketsappi released this 21 Mar 10:36
· 1692 commits to develop since this release
66eb996

Release notes

Components

LogoIcon (#577)

  • Introduce LogoIcon component

Alert (#564)

  • Change internal structure and styling

InlineAlert (#564)

  • Add smallScreen prop
  • Remove icon from neutral variant

MultiSelect (#579)

  • Improve API documentation concerning onItemSelectionsChange event.

SingleSelect (#580)

  • Fix bug where list didn't open from clicking field after user removed selection once.

Link (#582)

  • Fix example where as prop was used instead the asProp

ExternalLink (#582)

  • Fix logic of labelNewWindow prop when used with toNewWindow prop.

baseStyle changes (#576)

Breaking changes:
Following components had their baseStyle changed a little by moving the styles to top level (root). Actual styling should not have been changed on purpose. These might cause changes in services using the library if the previous styles was used for overriding some of the default styles.

  • BaseChip
  • Breadcrumb
  • BreadcrumbLink
  • Button
  • Chip
  • Dropdown
  • Expander
  • ExpanderContent
  • ExpanderTitle
  • ExpanderTitleButton
  • FilterInput
  • Hintext
  • HintText
  • Icon
  • InputClearButton
  • InputToggleButton
  • Modal
  • ModalTitle
  • RadioButton
  • SearchInput
  • Select
  • StaticIcon
  • StatusText
  • Textarea
  • TextInput
  • Toggle

General

Logger (#563)

  • Breaking change Fix logger. No longer using environment variables.
  • Add Logger util

Dependencies (#577, #581)

  • Update suomifi-icons to 6.1.0
  • Update vulnerable dependencies

Full changelog

v6.2.1...v7.0.0-beta.0