Skip to content

v9.0.0

Latest
Compare
Choose a tag to compare
@meriouma meriouma released this 31 Oct 21:09
1b974b2

⚠ BREAKING CHANGES

  • SegmentedControl: renamed component design tokens (#995)
  • SectionalBanner: headingTag prop doesn't accept "span" value anymore (#988)

New Components

  • Link
  • Fieldset
  • ProgressCircular
  • Slider

Features

  • Button: add loading state (#990) (851ac49)
  • Fieldset: implement fieldset component (#952) (a519381)
  • Icon: add table and export icons (#996) (9c9e005)
  • Link: implement link component (#953) (512bb43)
  • Modal: adjust styling, adds width flexibility and header is now bold (#984) (509e7a1)
  • ProgressCircular: new component (#1011) (967abcf)
  • RadioButton, RadioCard, RadioButtonGroup: extract radio input (#999) (c691a0c)
  • SectionalBanner: fix html and less restrictive usage (#988) (9a8b3fc)
  • SegmentedControl: new Style and add icon (#995) (0a78376)
  • Slider: add new slider component (#893) (4d8cdab)
  • Table: adds single rowselectionmode to table (#976) (a7958f4)
  • TextInput: add adornment (#949) (aea2a85)

Bug Fixes

  • DatePicker: when entering a date without separators, valid date should call onChange (#972) (91b42e4)
  • Icon: change color 'link' icon to currentColor (#966) (0439711)
  • Modal: icon add ariaHidden (#970) (4ecca0f)
  • MoneyInput: update styling and behavior (#1010) (ac166db)
  • Pagination: change span for div (#965) (2eb2827)
  • RadioButton: not centered when zoomed (#967) (b409142)
  • Spinner: replace svg (#983) (c8ee565)
  • Theme: resolve alias tokens to ref token values (#1013) (d940897)
  • Token: replace visited color (#1015) (ec3f204)

Dependencies

Docs

Full Changelog: v8.0.0...v9.0.0