Skip to content

8.0.0

Compare
Choose a tag to compare
@ketsappi ketsappi released this 07 Jun 10:57
· 1482 commits to develop since this release
4dcd4ad

Release notes

MultiSelect (#600, #603)

  • Add optional prop disabled
  • Use internal <InputToggleButton> component to display the caret icon.
    • This adds a new behavior to MultiSelect: the popover can now be closed (in addition to opening) by pressing the caret icon
  • Change cursor from default to pointer in popover item list

Dropdown (#600)

  • Change cursor from default to pointer in popover item list

SingleSelect (#600, #603, #614)

  • Change cursor from default to pointer in popover item list
  • Fix issue regarding controlled state nullification
  • Add optional prop onClearSelection()
  • Add optional prop disabled

Expander group (#604)

  • Fix CSS selector which targeted all .fi-icon elements inside the component and determined their color

ToggleButton (#609)

  • Remove white background color

Link (#611)

  • Breaking change: Fix CSS specificity issue which caused unpredictable component styling

ExternalLink (#622)

  • Breaking change: labelNewWindow no longer required or allowed when toNewWindow is set to false

Checkbox (#616)

  • Breaking change: Fix issue with label vertical alignment

Chip (#618)

  • Remove duplicate CSS
  • Move focus related styling inside .fi-chip class

RadioButton (#602, #613)

  • Decrease font size of label from 18px to 16px.
  • Add white background to RadioButton icon

RadioButtonGroup (#602)

  • Breaking change: Rename hintText prop to groupHintText.
  • Update spacings to match with the design.
  • New optionalText prop added.

General changes (#612, #615, #623, #627)

  • Update suomifi-icons version to 6.2.0
  • Delete redundant suomifi-ui-components.png file from project root
  • Improve API documentation readability in Styleguidist
  • Remove subsections from Styleguidist components menu and put all components under one heading
  • Order components alphabetically in Styleguidist menu

Full changelog

v7.0.0...v8.0.0