Socket
Socket
Sign inDemoInstall

react-paginate

Package Overview
Dependencies
6
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
11Next

8.2.0

Diff

Changelog

Source

= 8.2.0

  • Add an ARIA label for pagination break link with default props of Jump forward and Jump backward when index is before and after the break, respectively
  • Add an optional prop to PaginationBoxView breakAriaLabels allowing the above labels to be user defined.
adele
published 8.1.5 •

Changelog

Source

= 8.1.5

  • Fix the type of renderOnZeroPageCount in the type declaration file (https://github.com/AdeleD/react-paginate/pull/454).
  • Explain how to add CSS style to the component (https://github.com/AdeleD/react-paginate/pull/472).
adele
published 8.1.4 •

Changelog

Source

= 8.1.4

  • Add an ARIA role navigation to main <ul> tag
  • Dependencies bumps for generating build. Replace react-hot-loader by react-refresh (see: https://github.com/AdeleD/react-paginate/issues/428#issuecomment-1302408824)
adele
published 8.1.3 •

Changelog

Source

= 8.1.3

  • Support React 18 (see: https://github.com/AdeleD/react-paginate/issues/423)
adele
published 8.1.2 •

Changelog

Source

= 8.1.2

  • Excluded unnecessary files from package (see: https://github.com/AdeleD/react-paginate/pull/410)
adele
published 8.1.1 •

Changelog

Source

= 8.1.1

  • Add TypeScript definition for pageLabelBuilder prop
adele
published 8.0.3 •

Changelog

Source

= 8.0.3

  • Fix bug on marginPagesDisplayed={0} (see: https://github.com/AdeleD/react-paginate/pull/396)
adele
published 8.1.0 •

Changelog

Source

= 8.1.0

  • A new prop onClick has been added. It is a callback for any click on the component. It exposes information on the part clicked (for eg. isNext for when next control is clicked or isBreak for a break clicked), the next expected page nextSelectedPage & others. Can return false to prevent any page change or a number to override the page to jump to. Just return nothing (or undefined) to let default behavior take place. (see: https://github.com/AdeleD/react-paginate/issues/263)
  • Prevent breaks to be displayed when both pageRangeDisplayed and marginPagesDisplayed are 0
adele
published 8.0.2 •

Changelog

Source

= 8.0.2

  • Add TypeScript definitions directly in the repository (instead of community definitions from DefinitelyTyped) (see: https://github.com/AdeleD/react-paginate/issues/394)
adele
published 8.0.1 •

Changelog

Source

= 8.0.1

  • Fix the indexed passed when replacing a break (containing only one page) with the actual page (see: https://github.com/AdeleD/react-paginate/pull/395)
2345
11Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc