Skip to content

v10.0.0

Choose a tag to compare

@meriouma meriouma released this 23 Feb 05:15
· 81 commits to master since this release
36736db

What's Changed

⚠ BREAKING CHANGES

  • GlobalNavigation,Legend,ProgressCircle,ProgressLine,Status: remove deprecated components (#1249)
  • Tabs: replaced global flag with size property (#1094)
  • expose only DesignSystem as root component (#1247)
  • update React to v18 (#1096)

New Components

  • FilterMulti (alpha stage)
  • FilterSingle (alpha stage)
  • ViewControl (alpha stage)

Features

Bug Fixes

  • add displayName to React components (#1359) (375c158)
  • Badge,BentoMenuButton: add missing react keys (#1277) (0276aca)
  • BentoMenuButton,Breadcrumb,Combobox,DropdownList,DropdownMenuButton,DropdownNavigation,MenuButton,UserProfile: use portal for all dropdowns (DS-1387) (#1269) (dc714de)
  • Combobox: apply font-family to input (#1276) (8522aa3)
  • Combobox: display label instead of value when available (#1245) (e148671)
  • Dropdowns: fix keyboard interaction with all dropdowns (#1289) (0f7c606)
  • Link: add aria-label icon only (#1105) (88de11f)
  • MenuButton: onClick is not called (#1306) (695b0ed)
  • MenuButton: prevent toolip content from being constrained by parent (DS-1488) (#1378) (f383095)
  • ProgressIndicator: allow data attributes on the component (DS-1474) (#1356) (dd383ae)
  • Table: apply default text-align left to header (#1167) (8701fbe)
  • Tabs: update panelId de TabItem pour ne pas unmount le tab (dc4de53)
  • Tabs: update visuel global vs section (#1094) (01c5eb4)
  • Tooltip: move aria-describedby to children (#1104) (a32ba77)

Dependencies

Docs

  • storybook: add form validation inline and on submit patterns (#1064) (3b3aa8e)

Other

  • remove legacy-tests package (1dfc061)

Full Changelog: v9.11.4...v10.0.0