Skip to content

v1.0.0

Compare
Choose a tag to compare
@patrickcate patrickcate released this 06 Nov 05:06
· 1116 commits to main since this release

1.0.0 (2022-11-06)

Features

  • add button type to all non-form component buttons (b2c92ad)
  • npm: replace uswds v2 package with v3 (0e7893e)
  • UsaBanner: update banner component text and simplify aria markup (f33bc00)
  • UsaCharacterCount: debounce status count updating to prevent aria-live updating too fast (c9afe91)
  • UsaSelect: rename UsaDropdown component to UsaSelect (c486b92)
  • UsaValidation: allow actual validations to be run with component (104de29), closes #439

BREAKING CHANGES

  • UsaSelect: The UsaDropdown component has been renamed to UsaSelect. You will need to update the component
    name anywhere it is used.