Skip to content

8.1.0

Compare
Choose a tag to compare
@aduth aduth released this 26 Jan 15:27
· 60 commits to main since this release
c3e797e

New Features

  • Add variant support for danger outline buttons. (#383)

Bug Fixes

  • Improve consistency with USWDS disabled buttons styles. (#383)
    • USWDS v3.5.0 removed .usa-button--disabled styling in favor of [aria-disabled="true"]. This wasn't documented as a breaking change, and it's expected the any .usa-button--disabled usage would not be stylized correctly since those changes. You should replace any usage of usa-button--disabled with either the [disabled] or [aria-disabled="true"] attributes.

Dependencies