Major release with 1 breaking change and 2 fixes.
Breaking Changes
- table: PaginationMode type changed from boolean | 'auto' to 'pagination-on' | 'pagination-off' | 'pagination-auto' to make it more clear what the pagination.mode prop does. (#421, a88f596)
Bug Fixes
- update TablePaginationProvider if count changes (#420, 96c413f)
- adding eslint and eslint setup, fixing errors (#419, ef40900)