Skip to content

Commit

Permalink
Version 6.0.0
Browse files Browse the repository at this point in the history
- Remove deprecated button names
- Restructure tests
- Add condensed property
- Add live examples
  • Loading branch information
Martin A. Midtsund committed May 18, 2017
1 parent 7e94c86 commit fa97be0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v6.0.0
* (BREAKING) Remove button names with 'FFE' prefix that were deprecated in v2.1.0
* To migrate to v6.0.0, change your button imports as follows:
* FFEActionButton -> ActionButton
* FFEButton -> Button
* FFEPrimaryButton -> PrimaryButton
* FFESecondaryButton -> SecondaryButton
* FFEShortcutButton -> ShortcutButton
* Restructure tests
* Add condensed property
* Add live examples

## v5.2.0
* Added support for icons in `<Button>`, `<SecondaryButton>` and `<TertiaryButton>`.
* Modified `ShortcutButton` to pass the `<ChevronIcon>` as a `rightIcon` prop to `<Button>`
Expand All @@ -25,7 +37,7 @@
## v4.1.0

* Fix truly disabling button while `isLoading` (CSS `pointer-events:none` was an obscure and inefficient way to achieve this)
* `isLoading` will also set the attribute `aria-busy=true` on the button
* `isLoading` will also set the attribute `aria-busy=true` on the button

## v4.0.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-buttons-react",
"version": "5.2.0",
"version": "6.0.0",
"description": "React implementation of ffe-buttons",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit fa97be0

Please sign in to comment.