Skip to content

v1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 20:44
· 90 commits to main since this release

1.8.0 (2023-12-14)

In this version we introduce the Tabs Components, technical documentation is available here.

✨ Features

πŸ› Bug Fixes

  • reports disclosure collapsed state to screen readers (43ef06)
  • core: solve low contrast with TextField border and white background (0f0c0e)
  • react: solve disappearing checked state in ChoiceField and RadioGroup (adfa78)
  • added an extra validation to avoid making focus (0c7bfd)
  • link: use default link display value (60da30)

πŸ“ Documentation

  • react: improve Tabs stories (6d5a76d)
  • react: remove default arg types from Storybook preview (bab933c)

New Contributors