react-paginate
Advanced tools
Comparing version 7.0.0 to 7.1.0
@@ -0,1 +1,5 @@ | ||
## >= 7.1.0 | ||
- Compatibility with React v17.0 | ||
## >= 7.0.0 | ||
@@ -2,0 +6,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). |
{ | ||
"name": "react-paginate", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"description": "A ReactJS component that creates a pagination.", | ||
@@ -27,3 +27,3 @@ "main": "./dist/react-paginate.js", | ||
"peerDependencies": { | ||
"react": "^16.0.0" | ||
"react": "^16.0.0 || ^17.0.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
310644