Major release with 1 breaking change and 1 fix.
Breaking Changes
- table: The count prop has been removed from the table pagination typing, and there is no need to set it. The default value for the pagination threshold has been changed to 10 to align it with the default rowsPerPage (also 10) and default rowsPerPageOptions [10, 25, 50]. All values can be overridden to suit various needs. (#424, 3a32628)
Bug Fixes
- fix issue with async handling of pagination threshold (#423, d979fe6)