Skip to content

8.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@pwolfert pwolfert released this 22 Aug 18:24
· 410 commits to main since this release
ee004af
Beta release details

Design System [8.0.0-beta.1]

🚨 Breaking

  • Updated UsaBanner, which also changed the following CSS variables: (#2578)
    • Renamed tokens:
      • --usa-banner-action__color to --usa-banner-link__color
      • --usa-banner-lock-icon__color to --usa-banner-security-icon__color
      • --usa-banner-close-button__background-color to --usa-banner-close-button__background-color--mobile
    • Updated token values:
      • --usa-banner__color
      • --usa-banner-heading__font-size
    • Added new tokens:
      • --usa-banner__max-width
      • --usa-banner-gutter-width
      • --usa-banner-heading__font-family
      • --usa-banner-heading__line-height
      • --usa-banner-panel__font-family
      • --usa-banner-panel__line-height
      • --usa-banner-panel__font-size
      • --usa-banner-panel__font-family
      • --usa-banner-domain-icon__color
      • --usa-banner-heading__font-family
      • --usa-banner-close-button__color--mobile

💅 Changed

  • Expanded the following props from accepting only string to any ReactNode:
    • tab prop on TabPanel (#2612)
    • heading prop on Alert (#2642)
    • heading and footerTitle props on Drawer and HelpDrawer (#2642)
    • heading prop on IdleTimeout (#2642)

🛠 Fixed

  • Fixed possibility of null reference in Dropdown (#2635)

📦 Internal

  • Converted the FormLabel component to a functional component (#2585)

Healthcare.gov Design System [12.0.0-beta.1]

All changes from the core design system and...

🚨 Breaking

  • Added the USA banner component to HealthCare.gov global header behind a default-ON feature flag prop (#2603, #2616)

🛠 Fixed

  • Added list role to HealthCare.gov header lists (#2630)

Medicare.gov Design System [10.0.0-beta.1]

All changes from the core design system and...

🚨 Breaking

  • Removed glossary link from the Medicare.gov footer (#2615)

Documentation

💅 Changed

  • Improved the SkipNav story
  • Restricted the theme for healthcare's one-col-page-layout story (#2614)
  • Moved developer/React documentation into Storybook
    • Migrated all prop tables from doc site into Storybook (#2563, #2575)
    • Made the Storybook doc pages more informative (#2562)
    • Updated component story names to match component names (#2574)

🚀 Added

  • Used a new filter-dialog prototype for doc site theme and version switching (#2599)