mirror of
https://github.com/gosticks/react-table.git
synced 2026-07-01 18:10:02 +00:00
v7.0.0-beta.15
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"dist/index.js": {
|
||||
"bundled": 89986,
|
||||
"minified": 42988,
|
||||
"gzipped": 11389
|
||||
"gzipped": 11390
|
||||
},
|
||||
"dist/index.es.js": {
|
||||
"bundled": 89403,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user