You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
The CMSDS team is working on v4 of the design system, and 3.7.0 will be the last minor release for v3
🚨 Breaking/Behavioral changes
<VerticalNav> and <Tab> internal components (<Tab>, <VerticalNavItem>, <VerticalNavItemLabel> are no longer exported. This will not be an issue for anyone who is only using <VerticalNav> and <Tab> (#646)
Add numeric prop to <TextField> for number fields (#647)
💅 Changed
Remove instances of input type="number" in favor of type="text" inputMode="numeric" according to UK gov's guidance here. We recommend removing all instances of input type="number" in favor of this guidance, this will be automatically handled for <DateField> and masked <TextField> components. (#647)
🛠 Fixed
Improve <MonthPicker> markup and screenreader experience (#641)