This repository has been archived by the owner on Jan 31, 2018. It is now read-only.
Releases: cfpb/cf-buttons
Releases · cfpb/cf-buttons
Updated font-size
Updated base button font-size per Design Manual spec change
Move `@import` rules to top of source file
Changed
- Moved
@import
rules to top of source file to make compilation cleaner.
Updates build process and adds automated accessibility tests
Changed
- Build process now uses
@import
statements instead of Grunt concatenation.
Added
- pa11y accessibility tests running in Travis.
Adds support for `disabled` attribute
Added
- You can now use the
disabled
attribute in place ofbtn__disabled
if you want to.
Adds a React component
Merge pull request #41 from dgreisen-cfpb/react React CFButton component
PATCH Release: Fixes theme colors in btn__link
Fixed
- Updated
btn__link
to use link styles from cf-core, instead of btn-bg styles.
PATCH Release: Transition on background color only
Changed
- Transition no longer affects all button properties, only the background color.
MINOR Release: Requires color and theme override variables
Changed
- Replaces all CFPB color variables with non-CFPB colors. To add the CFPB theme
to your project you will need to include the CFPB color palette and the
Capital Framework theme overrides file. Both files can be found in the
generator-cf repo here:
https://github.com/cfpb/generator-cf/tree/master/app/templates/src/static/css
Background info on the new Capital Framework color variables can be found at
cfpb/capital-framework#115.
Updated
- NPM dependencies.
PATCH Release: Updated deps and docs template
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Updated npm and bower deps and recompiled. This updates the docs template.
MINOR release: button link updates
- Updated focus styling for button links.
- Added
.btn__link.btn__secondary
styles.