Skip to content

9.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@pwolfert pwolfert released this 12 Jan 00:03
· 274 commits to main since this release
4ef3eaf
Beta release details

Design System [9.0.0-beta.2]

🚨 Breaking

  • Standardized dialog close button across themes with simple X design (#2828, #2833)
    • Removed the following props:
      • closeButtonText: Please use ariaCloseLabel instead.
      • closeButtonSize: Standardized
      • closeButtonVariation: Standardized
      • closeIconComponent: Standardized

💅 Changed

  • Removed core-js polyfills for IE (#2866)
  • Standardized on using p tags for hints and errors instead of div and span (#2857)
  • Hint and InlineError can now receive passthrough props (#2841)

🛠 Fixed

  • Fixed keyboard focus causing dropdown caret to disappear in Firefox (#2876)
  • Fixed pressing ESC in Dialog and Drawer failing to call exit handler (#2870)
  • Enforced mutual exclusivity of the mask and labelMask props in TextField (#2863)
  • Added missing ds-u-color--gray-dark utility class (#2880)

CMS.gov Design System [9.0.0-beta.2]

All changes from the core design system and...

💅 Changed

  • Updated the visited link color for the cmsgov theme (#2882)

Healthcare.gov Design System [13.0.0-beta.2]

All changes from the core design system and...

🚨 Breaking

  • Removed the showUsaBanner feature flag prop in HealthCare.gov Header (#2865)

🛠 Fixed

  • Fixed content with stacking contexts bleeding through Healthcare.gov Header menu (#2862)

Medicare.gov Design System [11.0.0-beta.2]

All changes from the core design system

Documentation

🚀 Added

  • Added long-term support (LTS) policy to doc site (#2873)
  • Added a label migration guide (#2859)
  • Created/Updated docs for label, hint, and inline error (#2843)

🛠 Fixed

  • Fixed a dead link in the Spinner guidance (#2874)
  • Fixed flash of unstyled TextField story (#2869)
  • Updated Storybook examples to follow label guidance (#2846)

📦 Internal

  • Updated the create-react-app-typescript example project (#2868)