Releases: KevinVandy/mantine-react-table
Releases · KevinVandy/mantine-react-table
v1.0.0-beta.26
What's Changed
- Renamed
creatingModetable option tocreateDisplayMode - Renamed
editingModetable option toeditDisplayMode - Added
columnFilterDisplayModetable option to render column filters in'subheader' | 'popover' | 'custom'display modes - Added
paginationDisplayModetable option to render pagination in'default' | 'pages' | 'custom'display modes - Added
selectDisplayModetable 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
IconFilterCogtabler icon for filter mode switching button. - i18n(zh-Hans): fix typo by @XindiShang in #87
New Contributors
- @XindiShang made their first contribution in #87
Full Changelog: v1.0.0-beta.25...v1.0.0-beta.26
v1.0.0-beta.25
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
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. (removedshowFirstLastPageButtonsin favor ofwithEdges) - Default
rowNumberModechanged to"static"
Full Changelog: v1.0.0-beta.21...v1.0.0-beta.24
v1.0.0-beta.21
What's Changed
- Removed
highlight-wordsinternal dependency in favor of using Mantine's own Highlight component. AddedmantineHighlightPropstable option to customize the props of the Highlight component used for filter match highlighting - Refactored to make
mrt-row-dragdisplay 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
tableprop when passing to<MantineReactTable />(Either passtableor all table options as props, not both) - Removed deprecated
tableInstanceRefprop to force usage ofuseMantineReactTablehook (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.variantto 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
isSavingstate option to show spinner in edit save buttons - New
renderEditRowModalContenttable option to allow for the edit modal to be fully customized - New
mantineEditRowModalPropstable option to allow for customizing the props of the edit modal - Improved custom column actions with new
internalColumnMenuItemsparam inrenderColumnActionsMenuItemscolumn/table option - Fixed issues with empty string row ids causing skeleton loading rows to linger after data loaded and changed
getRowIdtype to allow returningundefined - Removed internal
withArrowprops 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_FlexRenderfunction 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
useMantineReactTablehook to replacetableInstanceRefprop (more to come on this) - ALL internal MRT components are now exported from
mantine-react-table! - Renamed type
MantineReactTablePropstoMRT_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