react-responsive-pagination
Advanced tools
Comparing version 1.1.7 to 1.1.8-beta.1
# React Responsive Pagination Changelog | ||
## [1.1.8-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v1.1.7...v1.1.8-beta.1) (2021-07-21) | ||
### Bug Fixes | ||
* Dependency updates ([dc77e8e](https://github.com/jonelantha/react-responsive-pagination/commit/dc77e8e0f8c8280b7ee2664d7fd3e422bc6963f3)) | ||
## [1.1.7](https://github.com/jonelantha/react-responsive-pagination/compare/v1.1.6...v1.1.7) (2021-07-11) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "react-responsive-pagination", | ||
"version": "1.1.7", | ||
"version": "1.1.8-beta.1", | ||
"description": "React component for responsive pagination", | ||
@@ -55,6 +55,6 @@ "author": "Jon Pollard", | ||
"@types/react-dom": "^17.0.9", | ||
"@typescript-eslint/eslint-plugin": "^4.28.2", | ||
"@typescript-eslint/parser": "^4.28.2", | ||
"@typescript-eslint/eslint-plugin": "^4.28.4", | ||
"@typescript-eslint/parser": "^4.28.4", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.30.0", | ||
"eslint": "^7.31.0", | ||
"eslint-config-react-app": "^6.0.0", | ||
@@ -61,0 +61,0 @@ "eslint-plugin-flowtype": "^5.8.0", |
@@ -26,3 +26,3 @@ # React Responsive Pagination | ||
- See the [About Auto Sizing](#about-auto-sizing) section below for info on some limitations of the auto sizing algorithm. | ||
- See the [About Auto Sizing](https://react-responsive-pagination.elantha.com/faq/#about-auto-sizing) in the FAQ for info on some limitations of the auto sizing algorithm. | ||
@@ -67,8 +67,4 @@ ## More details... | ||
Auto sizing uses the width of the immediate parent element. For best results make sure the parent element isn't intrinsically sized; that means the width of the parent element shouldn't depend on its contents. If your layout is intrinsic then the pagination component should still fill the space correctly but you may occasionally see inconsistant results or additional renders. | ||
More info in the [FAQ](https://react-responsive-pagination.elantha.com/faq/#about-auto- | ||
You can choose to override the auto sizing by specifying the `maxWidth` prop (see [Props](#props) section below). | ||
The final thing to note is that for very narrow widths the component may exceed the available space - this is to ensure that there's always a usable pagination component. | ||
### Props | ||
@@ -75,0 +71,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
119550
1
76