Skip to content

Commit c72f6b7

Browse files
committed
Bump to 7.1.2
1 parent 98cfef2 commit c72f6b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## >= 7.1.2
2+
3+
- 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).
4+
15
## >= 7.1.1
26

37
- Add an onPageActive callback (see: https://github.com/AdeleD/react-paginate/pull/349).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-paginate",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"description": "A ReactJS component that creates a pagination.",
55
"main": "./dist/react-paginate.js",
66
"repository": {

0 commit comments

Comments
 (0)