Skip to content

Commit

Permalink
Merge pull request #11 in FFE/ffe-checkbox-react from master_dig-1325…
Browse files Browse the repository at this point in the history
…8-bumped-major-version-ffe-form to master

* commit '6ce43122b5828d330cc5844269739c1805d1d34b':
  DIG-13258 - Responsiv CSS. Lagt til støtte for ffe-form versjon 3.x i package.json
  • Loading branch information
Roger Andreassen committed Oct 18, 2016
2 parents 30f4a98 + bcd9fc6 commit c95ce76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.2.1

* Added support for ffe-form version 3.x.x

## v2.2.0

* Add support for removing checkbox from tab order via isTabbable prop
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-checkbox-react",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/checkbox.js",
"scripts": {
"build": "babel -d lib/. --ignore=*.test.js src/. && npm run example",
Expand All @@ -17,7 +17,7 @@
},
"peerDependencies": {
"ffe-core": "^8.1.0",
"ffe-form": "1.x || 2.x"
"ffe-form": "1.x || 2.x || 3.x"
},
"dependencies": {
"classnames": "^2.2.5",
Expand Down

0 comments on commit c95ce76

Please sign in to comment.