react-responsive-pagination
Advanced tools
Comparing version 1.3.3 to 1.4.0-beta.1
# React Responsive Pagination Changelog | ||
# [1.4.0-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v1.3.3...v1.4.0-beta.1) (2022-04-23) | ||
### Features | ||
* React 18 support ([eb5547f](https://github.com/jonelantha/react-responsive-pagination/commit/eb5547f7368b47fbd353734b277d92936133e395)) | ||
## [1.3.3](https://github.com/jonelantha/react-responsive-pagination/compare/v1.3.2...v1.3.3) (2022-04-11) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "react-responsive-pagination", | ||
"version": "1.3.3", | ||
"version": "1.4.0-beta.1", | ||
"description": "React component for responsive pagination", | ||
@@ -42,4 +42,4 @@ "author": "Jon Pollard", | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -50,4 +50,4 @@ "devDependencies": { | ||
"@types/prop-types": "^15.7.5", | ||
"@types/react": "^17.0.44", | ||
"@types/react-dom": "^17.0.15", | ||
"@types/react": "^18.0.1", | ||
"@types/react-dom": "^18.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
@@ -63,4 +63,4 @@ "@typescript-eslint/parser": "^5.18.0", | ||
"eslint-plugin-react-hooks": "^4.4.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"rimraf": "^3.0.2", | ||
@@ -67,0 +67,0 @@ "semantic-release": "^19.0.2", |
@@ -12,2 +12,4 @@ # React Responsive Pagination | ||
🌟 Just updated for React 18 🌟 | ||
<a href="https://react-responsive-pagination.elantha.com/live-demo/"><img src="./react-responsive-pagination.gif?raw=true" width="985" alt="react-responsive-pagination example" /></a> | ||
@@ -53,3 +55,3 @@ | ||
- React 16.8 (the one with hooks) | ||
- React 18, 17 and 16.8 upwards | ||
- Modern browsers only - not suitable for IE 11 | ||
@@ -56,0 +58,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
127992
71
1