Skip to content

core-2.2.0

Compare
Choose a tag to compare
@bernardwang bernardwang released this 30 Oct 21:27

@cmsgov/design-system

🛠 Fixed

  • Fix checkbox/radio button icon box sizing (#857)
  • Fix inverse fieldset labels in IE11 (#856)
  • Fix IE11 polyfills, ensuring <MonthPicker>, <Tooltip>, and <ChoiceList> are working completely in IE11 (#852)
  • Fix stacked <Table> in IE11 (#853)
  • Apply cursor: not-allowed to entire disabled <Choice>, including both the checkbox/radio button and the label. Also fixes cursor: pointer being incorrectly applied beyond the label. (#841)
  • Use error light for inverse field error highlight (#847)

💅 Changed

  • Update help drawer toggle to be a button instead of a link (#860)
  • Add ds-c-field__error-message class for inline errors, use that class instead of .ds-c-field__hint .ds-u-color--error (#837)
    Before:

Untitled 2

After:

Untitled

  • Add ds-c-datefield__label class to <DateField> day/month/year labels(#850), reducing the amount of utilities used to make those styles easier to override
  • Apply styles to <Review> component via ds-c-review and ds-c-review__heading classes instead of utility classes (#836)
  • Remove default aria-label to the currency field, allow custom aria-labels (#851)

📦 Internal

  • Remove USWDS import (#843, #648)
  • Fix Tooltip e2e test (#862)

@cmsgov/design-system-scripts

  • No changes

@cmsgov/design-system-docs

💅 Changed

  • Updated <Dropdown> examples use a "Select an option" placeholder option (#839)

CMS Design System Sketch library

🚀 Added

  • Added a date picker Symbol (#855)
  • Updated to use Sketch color variables (#858)

🛠 Fixed

  • Fixed body font in the Sketch file to be 1Body Text as Open Sans, 16` (#855)