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