- Fix - Make sure
binddoes 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-mergewithlodash.mergeWith. #2
- Bug fix - Fix
sortableHeadersorting whengetSortingColumnsis used. #2
- Feature - Allow
sortableHeadergetSortingColumnsto be customized. #1
- Bug fix - Add reactabular-resizable to peer dependencies.
- Chore - Bump webpack-merge range to accept 2.x series.
- Feature - Expose
onDragColumnStartandonDragColumnEndatresizableHeader.
- Bug fix - Drop
reactabularpeer dependency as that's not needed anymore.
- Initial release.