From d7b6e69c5f5c9aaecdc709d1f259df76ebc7dcee Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 17 Dec 2019 22:10:56 -0700 Subject: [PATCH] 7.0.0-rc.12 --- .size-snapshot.json | 12 ++++++------ CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.size-snapshot.json b/.size-snapshot.json index db5190a..c1a164b 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -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, diff --git a/CHANGELOG.md b/CHANGELOG.md index a2eaef5..1b84ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index b931e9c..41b1adf 100644 --- a/package.json +++ b/package.json @@ -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",