File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ __tests__
2
+ build
3
+ demo
4
+ docs
5
+ * .log
6
+ .editorconfig
7
+ .eslintignore
8
+ .eslintrc.json
9
+ .prettierignore
10
+ .prettierrc
11
+ .travis.yml
12
+ babel.config.js
13
+ jest.config.js
14
+ Makefile
15
+ TODO.md
16
+ webpack.config.js
Original file line number Diff line number Diff line change 1
1
## >= 9.0.0 (WIP)
2
2
3
3
- Removed support for depecrated ` extraAriaContext ` (please use ` ariaLabelBuilder ` instead)
4
+ - Excluded unnecessary files from package (see: https://github.com/AdeleD/react-paginate/issues/410 )
4
5
5
6
## >= 8.1.1
6
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-paginate" ,
3
- "version" : " 8.1.1 " ,
3
+ "version" : " 8.1.2 " ,
4
4
"description" : " A ReactJS component that creates a pagination." ,
5
5
"main" : " ./dist/react-paginate.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments