From 7c08467ddb9b2a3b57f70051482a49b11bca7700 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Wed, 1 Apr 2020 11:00:07 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b75aeda..c947071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,15 @@ name: Changelog route: /changelog --- + # React Table Changelog +## 7.0.1 🎉 + +- Added the `value` property to cell renderers so that destructurin the value from the `cell` property is now not necessary. This should help with people migrating from v6 and also just to cut down on noise in cell renderers +- Fixed an issue where rollup would not build correctly +- Fixed an issue where a page index of `-1` would result in an error + ## 7.0.0 🎉 - Fixed an issue where page options array could be empty