Skip to content

v2.13.0

Latest
Compare
Choose a tag to compare
@KevinVandy KevinVandy released this 18 Apr 20:55
· 5 commits to v2 since this release

What's Changed

  • Upgraded to TanStack Table v8.16.0
    • New sortUndefined "first" and "last" options to allow forcing undefined values to be pushed to the beginning or end of sorted rows.
    • New _features table option to allow adding new custom internal features to the TanStack Table instance.
    • fixed column.getCanGroup always resolving to true
  • Started using the default modal z-index value from the MUI theme for the full-screen table dialog to avoid issues with other modals and app bar components.
  • Disabled Edit Save Button when isSaving state is true
  • Fixed DatePicker Types generic

New Contributors

Full Changelog: v2.12.1...v2.13.0