Skip to content

Commit

Permalink
DIG-13258 - Responsiv CSS.
Browse files Browse the repository at this point in the history
Lagt til støtte for ffe-form versjon 3.x i package.json
  • Loading branch information
Roger Andreassen committed Oct 17, 2016
1 parent 75c33a5 commit 8497b63
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.4.1

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

## 2.4.0

* Added added support for css styling of container-div, using prop containerClassName
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-dropdown-react",
"version": "2.4.0",
"version": "2.4.1",
"main": "lib/dropdown.js",
"scripts": {
"build": "babel -d lib/. --ignore=*.test.js src/. && npm run example",
Expand All @@ -17,7 +17,7 @@
},
"peerDependencies": {
"ffe-core": "^8.0.2",
"ffe-form": "1.x || 2.x",
"ffe-form": "1.x || 2.x || 3.x",
"ffe-spinner": "^1.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 8497b63

Please sign in to comment.