Skip to content

core-2.5.0

Compare
Choose a tag to compare
@nichia nichia released this 14 Apr 18:14
fd16a22

@cmsgov/design-system

🚀 Added

  • Add type sizing classes and variables -remove heading references (h1, h2, etc...) from within the class names and use a basic sizing scale (xl, lg, etc) (#992)

    • Design system font sizing:
      • Current:
        .ds-h{level} where level is a number between 1 and 6
      • New:
        .ds-text-heading--[5xl|4xl|3xl|2xl|xl|lg|md|base|sm]
    • Font size utilities:
      • Current:
        .ds-u-font-size--display|title|h1|h2|h3|h4|lead|base|small]
      • New:
        .ds-u-font-size--[5xl|4xl|3xl|2xl|xl|lg|md|base|sm]
  • Add getA11yStatusMessage props to Autocomplete (#963)

  • Add 'AriaModal' props to Modal Dialog (#981)

💅 Changed

  • Remove line on last review item (#980)
    Screen Shot 2021-04-14 at 10 55 57 AM

  • Change close button prop name in Dialog component (#985)

    • change prop closeText to closeButtonText
    • change prop escapeExitDisabled to escapeExits
  • Update icon for success alert (#990)
    Before:
    Screen Shot 2021-04-14 at 11 26 04 AM
    After:
    Screen Shot 2021-04-14 at 11 25 51 AM

  • Improve tooltip trigger customization (#971)

  • Fix tooltip trigger link styles (#982)

  • Improve tooltip by fixing invalid HTML of un-allowed elements in Span (#979)

  • Only include aria-describedby on non-interactive content Tooltips (#995)

  • Update tooltip design (#986)
    Screen Shot 2021-04-14 at 10 50 16 AM

🛠 Fixed

  • Disable the red 'glow' for firefox browser on :invalid state (#972)

📦 Internal

  • Add typescript definition files (#984)

@cmsgov/design-system-scripts

💅 Changed

  • Update chromedriver to v89.0.0 (#973)
  • Update build release files (#975)
  • Generate proptypes automatically (#977)

@cmsgov/design-system-docs

🚀 Added

  • Render simplified page view of the doc site (#997)

💅 Changed

  • Set prop tables on the doc site to be compact (#976)
  • Update documentation for draft component meaning (#988)

🛠 Fixed

  • Fix navigation url issue when viewing document site pages on mobile (#970)
  • Fix IE 11 forEach error on querySelectorAll method (#978)
  • Fix warning message on Tooltip examples (#994)