Skip to content

Releases: KevinVandy/mantine-react-table

v1.0.0-beta.24

05 Jul 06:09
Compare
Choose a tag to compare
v1.0.0-beta.24 Pre-release
Pre-release

What's Changed

  • New create row feature (See new and improved Editing CRUD example)
  • New mantinePaginationProps.variant "mantine" to use Mantine's own Pagination component. (removed showFirstLastPageButtons in favor of withEdges)
  • Default rowNumberMode changed to "static"

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

v1.0.0-beta.21

02 Jul 18:30
Compare
Choose a tag to compare
v1.0.0-beta.21 Pre-release
Pre-release

What's Changed

  • Removed highlight-words internal dependency in favor of using Mantine's own Highlight component. Added mantineHighlightProps table option to customize the props of the Highlight component used for filter match highlighting
  • Refactored to make mrt-row-drag display column cell overrideable

Full Changelog: v1.0.0-beta.20...v1.0.0-beta.21

v1.0.0-beta.20

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

What's Changed

  • Better TypeScript types to warn not to use other props alongside the table prop when passing to <MantineReactTable /> (Either pass table or all table options as props, not both)
  • Removed deprecated tableInstanceRef prop to force usage of useMantineReactTable hook (way less bugs, easier code)
  • Added functionality to temporarily remove sort when global filter is ranking results, but restore the sort upon clearing the global filter
  • New mantineSelectCheckboxProps.variant to allow for checkbox, radio, or switch select variants

Full Changelog: v1.0.0-beta.19...v1.0.0-beta.20

v1.0.0-beta.19

29 Jun 06:08
Compare
Choose a tag to compare
v1.0.0-beta.19 Pre-release
Pre-release

What Changed?

  • New "custom" editingMode that does not render any editing UI, but still handles the edit states
  • New isSaving state option to show spinner in edit save buttons
  • New renderEditRowModalContent table option to allow for the edit modal to be fully customized
  • New mantineEditRowModalProps table option to allow for customizing the props of the edit modal
  • Improved custom column actions with new internalColumnMenuItems param in renderColumnActionsMenuItems column/table option
  • Fixed issues with empty string row ids causing skeleton loading rows to linger after data loaded and changed getRowId type to allow returning undefined
  • Removed internal withArrow props from Mantine Tooltips to respect app themes better (Configure with Mantine ThemeProvider default Props API if you want them back)

Full Changelog: v1.0.0-beta.18...v1.0.0-beta.19

v1.0.0-beta.18

26 Jun 16:01
Compare
Choose a tag to compare
v1.0.0-beta.18 Pre-release
Pre-release

What Changed

  • Exported new MRT_FlexRender function as a utility to help with custom headless ui renders
  • BREAKING - Bumped required Tabler Icon dependency version to 2.23.0

Full Changelog: v1.0.0-beta.15...v1.0.0-beta.18

v1.0.0-beta.15

23 Jun 19:29
Compare
Choose a tag to compare
v1.0.0-beta.15 Pre-release
Pre-release

What's Changed

  • Faceted Values
  • New range-slider and auto-complete filterVariants

Full Changelog: v1.0.0-beta.12...v1.0.0-beta.15

v1.0.0-beta.12

20 Jun 17:02
Compare
Choose a tag to compare
v1.0.0-beta.12 Pre-release
Pre-release

What's Changed

  • New useMantineReactTable hook to replace tableInstanceRef prop (more to come on this)
  • ALL internal MRT components are now exported from mantine-react-table!
  • Renamed type MantineReactTableProps to MRT_TableOptions
  • add norwegian locale by @AlexanderEklf in #74
  • fix: incorrect swedish locales by @AlexanderEklf in #75

New Contributors

Full Changelog: v1.0.0-beta.11...v1.0.0-beta.12

v1.0.0-beta.11

12 Jun 03:19
Compare
Choose a tag to compare
v1.0.0-beta.11 Pre-release
Pre-release

What's Changed

  • Editing feature polish
  • Simplified Density feature

Full Changelog: v1.0.0-beta.9...v1.0.0-beta.11

v1.0.0-beta.9

11 Jun 04:15
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

What's Changed

  • Implemented Date and Date Range filter variants
  • Increase Z-Index of MRT_TopToolbar by @dbnar2 in #53
  • Add MRT_FilterTextInput export by @dbnar2 in #54
  • sudo ./npm_install.sh by @lakwetu-tz in #69

New Contributors

Full Changelog: v1.0.0-beta.7...v1.0.0-beta.9

v1.0.0-beta.7

08 May 04:51
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.7