- Fix - Make sure
bind
does not mutate columns.
- Fix - Match old array merging order for
bind
.
- Fix - Restore old merging behavior for
bind
. Now it should concat arrays.
- Chore - Allow treetabular 3 through a peer dependency.
- Bug fix - Make sure lodash imports are relative so it doesn't bundle entire lodash.
- Chore - Replace
webpack-merge
withlodash.mergeWith
. #2
- Bug fix - Fix
sortableHeader
sorting whengetSortingColumns
is used. #2
- Feature - Allow
sortableHeader
getSortingColumns
to be customized. #1
- Bug fix - Add reactabular-resizable to peer dependencies.
- Chore - Bump webpack-merge range to accept 2.x series.
- Feature - Expose
onDragColumnStart
andonDragColumnEnd
atresizableHeader
.
- Bug fix - Drop
reactabular
peer dependency as that's not needed anymore.
- Initial release.