mirror of
https://github.com/gosticks/react-table.git
synced 2026-04-05 04:04:30 +00:00
7.0.0-rc.12
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"dist/index.js": {
|
||||
"bundled": 107213,
|
||||
"minified": 49659,
|
||||
"gzipped": 13264
|
||||
"bundled": 107493,
|
||||
"minified": 49765,
|
||||
"gzipped": 13301
|
||||
},
|
||||
"dist/index.es.js": {
|
||||
"bundled": 106302,
|
||||
"minified": 48847,
|
||||
"gzipped": 13099,
|
||||
"bundled": 106582,
|
||||
"minified": 48953,
|
||||
"gzipped": 13137,
|
||||
"treeshaked": {
|
||||
"rollup": {
|
||||
"code": 80,
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 7.0.0-rc.12
|
||||
|
||||
- Fixed an issue where removing a grouped column would result in a crash
|
||||
|
||||
## 7.0.0-rc.11
|
||||
|
||||
- Fixed an issue where plugins using the `columns` hook were not getting decorated properly
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-table",
|
||||
"version": "7.0.0-rc.11",
|
||||
"version": "7.0.0-rc.12",
|
||||
"description": "Hooks for building lightweight, fast and extendable datagrids for React",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/tannerlinsley/react-table#readme",
|
||||
|
||||
Reference in New Issue
Block a user