All Versions
41
Latest Version
Avg Release Cycle
50 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v7.1.4 Changes
- ๐ A new prop
renderOnZeroPageCount
has been added. It allows to define what to display whenpageCount
is zero. By default, it lets the main pagination boxes be displayed (Previous / Next). To display nothing, just providesrenderOnZeroPageCount={null}
. (see: https://github.com/AdeleD/react-paginate/pull/377) - ๐
A new prop
className
has been added, which is an alias tocontainerClassName
and is usefull for integration with CSS-in-JS frameworks like styled-components. (see: https://github.com/AdeleD/react-paginate/issues/321) - ๐ Fix the Webpack build by providing a
web
target (see: https://github.com/AdeleD/react-paginate/issues/317) - โ Add a warning when a non integer is provided for
pageCount
- ๐ A new prop
-
v7.1.3 Changes
- โ Remove react-hot-loader from production build.
-
v7.1.2 Changes
- ๐ A new prop
pageLabelBuilder
has been added. It allows to customize pages labels of the component. By default, the page number is displayed (see: https://github.com/AdeleD/react-paginate/pull/334).
- ๐ A new prop
-
v7.1.1 Changes
- โ Add an onPageActive callback (see: https://github.com/AdeleD/react-paginate/pull/349).
-
v7.1.0 Changes
- Compatibility with React v17.0
-
v7.0.0 Changes
- โ Add a rel attribute on previous/next buttons. Rel attributes are customizable thanks to props 'prevRel' and 'nextRel' (see: https://github.com/AdeleD/react-paginate/pull/326).
- โฌ๏ธ Upgrade devDependencies packages jest-cli and webpack-cli.
-
v6.5.0 Changes
- โ Add a prop 'eventListener' to let users use a custom event listener on prev/next buttons, pages and break views.
-
v6.4.0 Changes
- ๐ Two properties have been added to extend accessibility support (see https://github.com/AdeleD/react-paginate/pull/164).
- nextAriaLabel: defines the aria-label html property for the 'Next page' button (default: 'Next page').
- previousAriaLabel: defines the aria-label html property for the 'Previous page' button (default: 'Previous page').
- โฌ๏ธ Upgrade devDependencies packages (see: https://github.com/AdeleD/react-paginate/pull/314).
- ๐ Two properties have been added to extend accessibility support (see https://github.com/AdeleD/react-paginate/pull/164).
-
v6.3.2 Changes
November 03, 2019- โฌ๏ธ Bump dependency 'mixin-deep' from 1.3.1 to 1.3.2 (see: https://github.com/AdeleD/react-paginate/pull/283).
-
v6.3.1 Changes
November 03, 2019- ๐ Handle 'forcePage' value if set from outside (see: https://github.com/AdeleD/react-paginate/pull/272).