mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
34d8b77210
commit
7c08467ddb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user