v7.0.0-beta.15

This commit is contained in:
Tanner Linsley
2019-11-25 12:48:07 -07:00
parent e924b80709
commit 301ab1b991
3 changed files with 6 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"dist/index.js": {
"bundled": 89986,
"minified": 42988,
"gzipped": 11389
"gzipped": 11390
},
"dist/index.es.js": {
"bundled": 89403,

View File

@@ -1,3 +1,7 @@
## 7.0.0-beta.15
- Fixed an issue where `defaultGetResetPageDeps` was using `data` instead of `rows`
## 7.0.0-beta.14
- Removed

View File

@@ -1,6 +1,6 @@
{
"name": "react-table",
"version": "7.0.0-beta.14",
"version": "7.0.0-beta.15",
"description": "A fast, lightweight, opinionated table and datagrid built on React",
"license": "MIT",
"homepage": "https://github.com/tannerlinsley/react-table#readme",