Skip to content

7.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@forrestbaer forrestbaer released this 16 Jun 17:33
· 525 commits to main since this release
Beta release details

Design System [7.0-beta.2]

🚨 Breaking

  • Re-implemented Dropdown as combobox using Downshift (#2498, #2483)
  • Fixed JAWS issue with Dropdown caused by empty aria-activedescendant attribute (#2529)
  • Autocomplete input no longer clears on blur (#2483)
  • Removed heading bottom margins (#2534)
  • Removed unused form token --form-label__color--not-error (#2486)

💅 Changed

  • Converted from absolute (px) font sizes to relative (rem) (#2505)
  • Updated ThirdPartyExternalLink to use anchor instead of button (#2525)
  • Updated <Autocomplete> styles and class names to more closely match new <Dropdown> component styles (#2539)

🚀 Added

  • Added DrawerManager context provider and useDrawerManager hook to manage state of multiple drawers on a single page. (#2482)

🛠 Fixed

  • Fixed rendering issue for Alert experienced by Learn team (#2513)
  • Improved VoiceOver support for Dropdown (#2508)
  • Fixed package CSS exports (#2485)
  • Fixed labelId leaking through TextField into the DOM (#2484)

📦 Internal

  • Cleaned up Storybook build dir (#2473)

Documentation

💅 Changed

  • Updated dev docs for v7 changes (#2537)
  • Moved CSS reset migration guide to a Foundation section (#2531)
  • Supplied additional information in CSS Reset docs according to beta-testing feedback (#2521)
  • Simplified story/example default states (#2512)
  • Improved the Autocomplete stories (#2495)

🛠 Fixed

  • UsaBanner now appears on mobile/tablet versions of the doc site. (#2506)
  • Fixed headings on blog pages and fine-tune spacing on doc pages (#2518)

📦 Internal

  • Reorganized story files so they're easier to find (#2509)