Update CHANGELOG.md

This commit is contained in:
Tanner Linsley 2020-04-01 11:00:07 -06:00
parent 34d8b77210
commit 7c08467ddb

View File

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