Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Releases: cfpb/cf-buttons

Updated font-size

30 Jul 14:41
Compare
Choose a tag to compare

Updated base button font-size per Design Manual spec change

Move `@import` rules to top of source file

25 Jun 15:42
Compare
Choose a tag to compare

Changed

  • Moved @import rules to top of source file to make compilation cleaner.

Updates build process and adds automated accessibility tests

25 Jun 15:40
Compare
Choose a tag to compare

Changed

  • Build process now uses @import statements instead of Grunt concatenation.

Added

  • pa11y accessibility tests running in Travis.

Adds support for `disabled` attribute

19 May 18:31
Compare
Choose a tag to compare

Added

  • You can now use the disabled attribute in place of btn__disabled if you want to.

Adds a React component

25 Jun 16:27
Compare
Choose a tag to compare
Merge pull request #41 from dgreisen-cfpb/react

React CFButton component

PATCH Release: Fixes theme colors in btn__link

15 Apr 18:37
Compare
Choose a tag to compare

Fixed

  • Updated btn__link to use link styles from cf-core, instead of btn-bg styles.

PATCH Release: Transition on background color only

05 Mar 21:24
Compare
Choose a tag to compare

Changed

  • Transition no longer affects all button properties, only the background color.

MINOR Release: Requires color and theme override variables

16 Jan 14:39
Compare
Choose a tag to compare

Changed

Updated

  • NPM dependencies.

PATCH Release: Updated deps and docs template

04 Dec 22:59
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Updated npm and bower deps and recompiled. This updates the docs template.

MINOR release: button link updates

10 Sep 23:47
Compare
Choose a tag to compare
  • Updated focus styling for button links.
  • Added .btn__link.btn__secondary styles.