9.0.0-beta.2
Pre-release
Pre-release
pwolfert
released this
12 Jan 00:03
·
274 commits
to main
since this release
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 useariaCloseLabel
instead.closeButtonSize
: StandardizedcloseButtonVariation
: StandardizedcloseIconComponent
: Standardized
- Removed the following props:
💅 Changed
- Removed
core-js
polyfills for IE (#2866) - Standardized on using
p
tags for hints and errors instead ofdiv
andspan
(#2857) Hint
andInlineError
can now receive passthrough props (#2841)
🛠 Fixed
- Fixed keyboard focus causing dropdown caret to disappear in Firefox (#2876)
- Fixed pressing ESC in
Dialog
andDrawer
failing to call exit handler (#2870) - Enforced mutual exclusivity of the
mask
andlabelMask
props inTextField
(#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.govHeader
(#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)