Skip to content

Releases: KevinVandy/mantine-react-table

v1.3.0

18 Sep 17:03
Compare
Choose a tag to compare

What's Changed

  • Updated the mrt package.json @mantine/ peerDependencies to ^6.0.0 to indicate that MRT v1 is now compatible with Mantine v6
  • Upgraded to @tanstack/react-table v8.10.0
    • Better accessorKey deep key inference
    • New row pinning apis (MRT does not implement row pinning features yet)

Full Changelog: v1.2.1...v1.3.0

v1.2.1

10 Sep 20:51
Compare
Choose a tag to compare

What's Changed

  • Upgraded to @tanstack/react-table v8.9.8 and @tanstack/react-virtual v3.0.0-beta.60 for better performance and bug fixes

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 Aug 06:01
Compare
Choose a tag to compare

What's Changed

  • Added new "head-overlay" positionToolbarAlertBanner option to overlay the alert banner over the table header
  • Added new renderToolbarAlertBannerContent table option to allow full customization of the alert banner content

Full Changelog: v1.1.2...v1.2.0

v1.1.2

18 Aug 13:58
Compare
Choose a tag to compare

What's Changed

  • Disable other row edit buttons when one row is being edited by default
  • Hide global and filter text input clear buttons until there is text in the input
  • Estonian (ET) locale with example by @madhenry in #110

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

13 Aug 01:18
Compare
Choose a tag to compare

What's Changed

  • Fixed editing cancel button not restoring original row data in modal editDisplayMode

Full Changelog: v1.1.0...v1.1.1

v1.1.0

12 Aug 17:36
Compare
Choose a tag to compare

What's Changed

  • Fixed editing cancel button not restoring original row data
  • Replaced "Unsorted" tooltip on header sort icon buttons with sort by next sort direction tooltip
  • Add Arabic translation by @H4ck3r-x0 in #91
  • Update MRT_ToggleFullScreenButton.tsx by @vishwas0459 in #93
  • Fix range filter starting off as null by @dbnar2 in #104
  • modify the Arabic translation by @samiya-alyaaribi in #106

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

18 Jul 07:10
Compare
Choose a tag to compare

Initial Stable V1 Release 🎉

Full Changelog: v1.0.0-beta.28...v1.0.0

v1.0.0-beta.28

16 Jul 16:28
Compare
Choose a tag to compare
v1.0.0-beta.28 Pre-release
Pre-release

What's Changed

  • New Loading Overlay in Table Container to indicate loading state that will show when state.isLoading or state.showLoadingOverlay is true
  • Progress Bars will no longer show when state.isLoading is true. Must set state.showProgressBars or state.isSaving to true to show them.
  • Filtering and Sorting icons in header cell will now highlight in primary color when active
  • Fixed page scroll position not being restored when exiting full screen mode
  • TypeScript TData generic no longer required and will default to {} if not provided

Full Changelog: v1.0.0-beta.26...v1.0.0-beta.28

v1.0.0-beta.26

11 Jul 06:02
Compare
Choose a tag to compare
v1.0.0-beta.26 Pre-release
Pre-release

What's Changed

  • Renamed creatingMode table option to createDisplayMode
  • Renamed editingMode table option to editDisplayMode
  • Added columnFilterDisplayMode table option to render column filters in 'subheader' | 'popover' | 'custom' display modes
  • Added paginationDisplayMode table option to render pagination in 'default' | 'pages' | 'custom' display modes
  • Added selectDisplayMode table option to render 'checkbox' | 'radio' | 'switch' select modes
  • Fixed large pagination numbers not being formatted with locale string
  • Better column actions menu alignment
  • Starting using IconFilterCog tabler icon for filter mode switching button.
  • i18n(zh-Hans): fix typo by @XindiShang in #87

New Contributors

Full Changelog: v1.0.0-beta.25...v1.0.0-beta.26

v1.0.0-beta.25

07 Jul 04:45
Compare
Choose a tag to compare
v1.0.0-beta.25 Pre-release
Pre-release

What's Changed

  • Fixed "Toggle Full Screen" tooltip not hiding after clicking to toggle full screen
  • Solved a lot of create and edit mode bugs and edge cases
  • Allow simple table.setCreatingRow(true) to be called if no default values are needed for new row

Full Changelog: v1.0.0-beta.24...v1.0.0-beta.25