Skip to content

1.2.0

Compare
Choose a tag to compare
@sawyerh sawyerh released this 27 Sep 20:23

🚀 Added

@cmsgov/design-system-core

  • Right-to-left checkbox/radio style - #144
    • New ds-c-choice--right modifier class for placing a checkbox/radio on the right side of the label
    • New inputClassName and inputPlacement props added to Choice component
  • Added a "small" size variant to the Choice component - #146
    • New ds-c-choice--small modifier class added
    • New size prop added to Choice component

      small choice

  • New aria-valuetext and role props (with default values) added to Spinner component - #138, #141

💅 Changes

@cmsgov/design-system-core

  • Bumped react and react-dom to 15.6.2 - #153
    (We'll add support for v16.x very soon, after a little more testing).

@cmsgov/design-system-support

  • Bumped uswds package to 1.3.1 - #145

Sketch file - #142

  • Renamed file to make more sense with how Sketch Libraries work
  • Reorganized text styles
  • Updated color values
  • Added additional button component variations
  • Added "small" body text style
  • Fixed resizing constraints of Dropdown, Checkbox, and Radio buttons
  • Add "big" variation of "disabled" button

🛠 Fixed

@cmsgov/design-system-core

  • Fixed checkbox/radio behavior caused by negative margin: The Choice input was hidden by setting its margin-left property to -100%. This caused issues when two choices were side by side. #143

📦 Internal

  • Added ability to preview site packages, AKA "themes", in the context of the documentation - #139