Skip to content

core-2.4.0

Compare
Choose a tag to compare
@bernardwang bernardwang released this 19 Feb 14:14
90c27a6

@cmsgov/design-system

🚀 Added

  • Allow bottom placed errors in form components (#931)
    Added errorPlacement prop in <TextField>, <ChoiceList>, <Dropdown>, <DateField>, and <MonthPicker> to developers to set whether error messages appear below or above the form input field.
  • Added errorMessageClassName prop to form components to make it easier to style error messages (#931)
  • Use aria-invalid with form components with error messages (#931)

example

💅 Changed

  • Naming convention for autogenerated ids inside form components have been updated (this will likely result in snapshot changes)
  • Update responsive stacked table design to match USWDS (#919)
  • Renamed <Table>'s dense prop to compact to match USWDS (#927)

📦 Internal

  • Replace Travis CI build with Github Actions (#926)

@cmsgov/design-system-docs

🚀 Added

  • Adds accessibility guidance for text transform utility (#915)

@cmsgov/design-system-scripts

🛠 Fixed

  • Fix default rootPath not working when building child design system docs site (#937)