Skip to content

3.7.0

Compare
Choose a tag to compare
@bernardwang bernardwang released this 18 Mar 16:29
5dcb15d

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)

🚀 Added

💅 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)

📦 Internal

  • Upgrade babel to v7 (#645)
  • Upgrade react-docgen to 5.3.0 for typescript support (#654)
  • Remove unnecessary core-js imports (#653)
  • Update contact link (#649)

🚫 Deprecated

  • Removed yearMax and yearMin props from <DateField> because the input type is no longer "number"