React Paginate Versions Save

A ReactJS component that creates a pagination

v8.2.0

1 year ago
  • 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.

v8.1.5

1 year ago

v8.1.4

1 year ago

v8.1.3

2 years ago

v8.1.2

2 years ago

v8.1.1

2 years ago
  • Add TypeScript definition for pageLabelBuilder prop

v8.1.0

2 years ago
  • 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

v8.0.3

2 years ago

v8.0.2

2 years ago

v8.0.1

2 years ago