Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-mat committed Jun 10, 2020
1 parent 23b6688 commit 6c2db51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Change history for stripes-erm-components

## 3.0.0 IN PROGRESS
## 3.0.0 2020-06-10
* Disallow whitespace-only strings in `requiredValidator`. ERM-553
* Upgrade to Stripes 4.0
* Added ability to filter agreements and licenses by their custom properties. ERM-876
* Added `withAsyncValidation` higher-order component. ERM-877
* Added `preventResourceRefresh` helper function. ERM-852
* Added `AlternativeNamesFieldArray` component. ERM-827 828
* Added `DuplicateModal` component. ERM-814
* Bumped the required node version to 10.

## 2.3.2 2020-05-27
* Removed character limit on text custom properties. ERM-901
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0"
"node": ">=10.0.0"
},
"scripts": {
"test": "stripes test karma",
Expand Down Expand Up @@ -56,6 +56,8 @@
"react-router-dom": "^4.1.1"
},
"stripes": {
"actsAs": [""]
"actsAs": [
""
]
}
}

0 comments on commit 6c2db51

Please sign in to comment.