Releases: KevinVandy/mantine-react-table
Releases · KevinVandy/mantine-react-table
v1.0.0-beta.24
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. (removedshowFirstLastPageButtons
in favor ofwithEdges
) - Default
rowNumberMode
changed to"static"
Full Changelog: v1.0.0-beta.21...v1.0.0-beta.24
v1.0.0-beta.21
What's Changed
- Removed
highlight-words
internal dependency in favor of using Mantine's own Highlight component. AddedmantineHighlightProps
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
What's Changed
- Better TypeScript types to warn not to use other props alongside the
table
prop when passing to<MantineReactTable />
(Either passtable
or all table options as props, not both) - Removed deprecated
tableInstanceRef
prop to force usage ofuseMantineReactTable
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
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 inrenderColumnActionsMenuItems
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 returningundefined
- 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
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
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
What's Changed
- New
useMantineReactTable
hook to replacetableInstanceRef
prop (more to come on this) - ALL internal MRT components are now exported from
mantine-react-table
! - Renamed type
MantineReactTableProps
toMRT_TableOptions
- add norwegian locale by @AlexanderEklf in #74
- fix: incorrect swedish locales by @AlexanderEklf in #75
New Contributors
- @AlexanderEklf made their first contribution in #74
Full Changelog: v1.0.0-beta.11...v1.0.0-beta.12
v1.0.0-beta.11
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
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
- @lakwetu-tz made their first contribution in #69
Full Changelog: v1.0.0-beta.7...v1.0.0-beta.9
v1.0.0-beta.7
What's Changed
- Update row-actions markdown to use
Menu.Item
by @fredericbahr in #44 - Update pagination markdown to use strings as
rowsPerPageOptions
by @fredericbahr in #43 - Add 'withinPortal' to Table Pagination Select by @PointSingularity in #42
- Add ID Locale by @dwisatriow in #46
- Remove Opacity from MRT_TableHead by @dbnar2 in #48
- fix: renderColumnActionsMenuItems doesnt override the whole content of the menu by @emuraton in #50
New Contributors
- @fredericbahr made their first contribution in #44
- @dwisatriow made their first contribution in #46
- @dbnar2 made their first contribution in #48
- @emuraton made their first contribution in #50
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.7