Skip to content

Commit f2a2a06

Browse files
committed
Bump to 8.1.5
1 parent 2fd701d commit f2a2a06

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
- Removed support for depecrated `extraAriaContext` (please use `ariaLabelBuilder` instead)
44

5+
## >= 8.1.5
6+
7+
- Fix the type of `renderOnZeroPageCount` in the type declaration file (https://github.com/AdeleD/react-paginate/pull/454).
8+
- Explain how to add CSS style to the component (https://github.com/AdeleD/react-paginate/pull/472).
9+
510
## >= 8.1.4
611

712
- Add an ARIA role [`navigation`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/navigation_role) to main `<ul>` tag

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "8.1.4",
3+
"version": "8.1.5",
44
"description": "A ReactJS component that creates a pagination.",
55
"main": "./dist/react-paginate.js",
66
"repository": {

0 commit comments

Comments
 (0)