Skip to content

core-2.0.2

Compare
Choose a tag to compare
@line47 line47 released this 08 Sep 13:59

@cmsgov/design-system

🚫 Deprecated

  • <Choice> - usage of the children prop has been deprecated in favor of label, to be consistent with usage inside <ChoiceList>, and with the usage of label with our form input components. (#799)

🛠 Fixed

  • Added missing Typescript definitions for getMonthNames and unmaskValue (#797) (#800)
  • Fixed inverse styling for the <Choice> component (#799)

🚀 Added

  • Added disabled prop to <DateField> to disable all fields (#794)
  • Added Create React App TypeScript example project (#797)

💅 Changed

  • <StepList> - Changed SubStep to render a StepLink if the substep is started, rather than only when completed (#790)
  • <Table> - Updated responsive vertically stacked layout (#796)
  • <FormLabel> - Updated to accept undefined props like aria-label (#795)

@cmsgov/design-system-scripts

🚀 Added

  • Allow usage of markdown in Typescript prop docs (#798)

@cmsgov/design-system-docs

💅 Changed

  • ChoiceList and Choice examples have been updated to include disabled choices

CMS Design System Sketch library

💅 Changed

  • Make components more responsive when resizing (#709)