Skip to content

15.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@LJKaski LJKaski released this 27 Jun 12:57
· 159 commits to develop since this release
d90c14a

This release introduces multiple new components:

  • FileInput
  • Details
  • SpacingProvider

In addition it fixes several other issues as specified below.

Release notes

General (#854)

  • Breaking change: Margin props are now implemented using !important CSS styles instead of style attributes

FileInput (#862)

  • Introduce the <FileInput> component

SpacingProvider (#854)

  • Introduce SpacingProvider HOC for providing context or even site-specific spacing rules.

Details (#858)

  • Introduce <Details> component

DateInput (#856, #855)

  • Allow custom date picker positioning via new datePickerPosition prop
  • Fix accessibility issues related to Windows high contrast mode

SingleSelect (#859)

  • Add fullWidth prop
  • Fix an issue where input value could not be updated in certain controlled state situation

MultiSelect (#859, #855)

  • Add fullWidth prop
  • Fix accessibility issues related to Windows high contrast mode

Chip (#855)

  • Fix accessibility issues related to Windows high contrast mode