mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
v7.0.0-beta.26
This commit is contained in:
parent
5d81f95d9b
commit
0e243e28a8
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user