All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project now adheres to Semantic Versioning.
- Update to PropTypes library instead of using deprecated React version
- Respect sortable columns
- Add lodash babel plugin (for smaller builds)
- Column ordering
- Conditional columns
- Thanks @followbl, @dahlbyk, @bpugh, @andreme!
- CSS class name can be a function (to generate the name)
- Fix for cssClassName and headerCssClassName
- Thanks @zeusi83!
- Add type definitions to Griddle
- Settings Component customization See this PR for more info
- Table / No result improvements See this PR for more info
- Thanks a ton @dahlbyk for these!
- Fix for dates in data
- Add rowKey option to RowDefinition
- Fix a problem where columns could not have the same title
- Fix a problem toggling columns that don't have related data
- Fixed performance problem with cell selectors -- anecdotal but ~500k rows on my computer is pretty fast as opposed to previous lag
- New version of Griddle. See the docs for more information.