v7.0.0-beta.26

This commit is contained in:
Tanner Linsley 2019-12-03 12:57:59 -07:00
parent 5d81f95d9b
commit 0e243e28a8
3 changed files with 8 additions and 3 deletions

View File

@ -2,12 +2,12 @@
"dist/index.js": {
"bundled": 96781,
"minified": 46762,
"gzipped": 12304
"gzipped": 12303
},
"dist/index.es.js": {
"bundled": 96216,
"minified": 46270,
"gzipped": 12188,
"gzipped": 12187,
"treeshaked": {
"rollup": {
"code": 78,

View File

@ -1,3 +1,8 @@
## 7.0.0-beta.26
- Fixed an issue where the table would crash if useSortBy was reset via the resetSortBy action
- Updated all of the examples to use the "react-table@latest" tag.
## 7.0.0-beta.25
- Fixed an issue where `useRowState` would crash due to invalid initial state of previous cell state on `columnId` lookup

View File

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