7.0.0-rc.12

This commit is contained in:
Tanner Linsley
2019-12-17 22:10:56 -07:00
parent b69e300b00
commit d7b6e69c5f
3 changed files with 11 additions and 7 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -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",