- Chore - Support React 16. #2
- Documentation - Use the right syntax highlighting for the example.
- Documentation - Implement proper documentation site using
react-styleguidist
. - Feature - Allow
onToggleColumn
to be optional. This worked out better withreact-styleguidist
.
- Initial re-release under a different name and an improved API.
- Bug fix - Show a visibility toggle only for those columns that have
header
defined. - Breaking - Generalize
onToggleColumn
. It'sonToggleColumn({ column, columnIndex })
now instead ofonToggleColumn(columnIndex)
. This way it works with data not depending on index. - Feature - Expose
isVisible(column)
. It checkscolumn.visible
by default. You can override the default behavior through this prop.
- Initial release.