Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-responsive-pagination

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-responsive-pagination - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8-beta.1

7

CHANGELOG.md
# 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 @@

8

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc