Skip to content

Commit

Permalink
Merge branch 'rafipiccolo-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeleD committed Feb 13, 2021
2 parents 11bad61 + eba9f44 commit 2b57bb9
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,3 +1,7 @@
## >= 7.1.0

- Compatibility with React v17.0

## >= 7.0.0
- Add a rel attribute on previous/next buttons. Rel attributes are customizable thanks to props 'prevRel' and 'nextRel' (see: https://github.com/AdeleD/react-paginate/pull/326).
- Upgrade devDependencies packages jest-cli and webpack-cli.
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": "react-paginate",
"version": "7.0.0",
"version": "7.1.0",
"description": "A ReactJS component that creates a pagination.",
"main": "./dist/react-paginate.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"prop-types": "^15.6.1"
},
"peerDependencies": {
"react": "^16.0.0"
"react": "^16.0.0 || ^17.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
Expand Down

0 comments on commit 2b57bb9

Please sign in to comment.