diff --git a/.size-snapshot.json b/.size-snapshot.json index dfe4f86..931f944 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -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, diff --git a/CHANGELOG.md b/CHANGELOG.md index c2b7f1f..79663a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 83f073d..3f3a7a9 100644 --- a/package.json +++ b/package.json @@ -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",