Releases: KevinVandy/material-react-table
Releases · KevinVandy/material-react-table
v1.13.1
v1.13.0
What's Changed
- Added new
'range-slider'
filter variant using the MUISlider
component - Added the
enableFacetedValues
prop to allow for generating faceted values from the data under the hood - Small performance improvements by only using certain row models under the hood when certain features are enabled (e.g. no
getSortedRowModel()
when sorting is disabled)
Full Changelog: v1.12.1...v1.13.0
v1.12.1
What's Changed?
- Fixed new Next.js key prop warning in console
- Upgraded to latest TanStack Table v8.9.2
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed?
- Added
MaterialReactTable
as a named export and gave a deprecation warning for the default export (will still work but will be removed in v2). This was done in order to comply with rollup bundling best practices.
Full Changelog: v1.11.5...v1.12.0
v1.11.5
What's Changed
- MUI vs. Material UI terminology v2 by @oliviertassinari in #541
- docs: update info related to alert toolbar by @dca123 in #545
- Move columnOrder spread in columnReorder by @naf305 in #542
New Contributors
Full Changelog: v1.11.4...v1.11.5
v1.11.4
What's Changed
- Fixed right column pinning spacing issues
- Implemented
enableSortingRemoval
in column actions menu - Internal virtualization specific logic for Firefox vs Chrome
- Exported new
MRT_FilterFnsState
type - Exported
MRT_TableHeadCellFilterContainer
component - Update sorting.mdx by @dmhumphrey in #528
- Update sticky-header.mdx by @dmhumphrey in #529
- Update virtualization.mdx by @dmhumphrey in #530
- Create hu.ts by @irobert84 in #533
- Update features table by @cherniavskii in #534
New Contributors
- @irobert84 made their first contribution in #533
- @cherniavskii made their first contribution in #534
Full Changelog: v1.11.3...v1.11.4
v1.11.3
What's Changed
- Removed internal
measureElement
virtualizer option to prevent firefox from crashing with virtualization enabled - Improved row virtualization performance by moving translateY to row style instead of sx to create less emotion css classes
- Update row-actions.mdx by @dmhumphrey in #513
- Update row-numbers.mdx by @dmhumphrey in #514
- Update row-ordering-dnd.mdx by @dmhumphrey in #515
- Update row-selection.mdx by @dmhumphrey in #516
Full Changelog: v1.11.2...v1.11.3
v1.11.2
What's Changed
- Upgrade to TanStack Table v8.9.1 for new
getGroupingValue
column option, and median aggregation function bug fix - Fixed error when columnDef.header could not be obtained. by @KensukeKikuch in #506
- Add Slovak locale by @MatejFacko in #511
New Contributors
- @KensukeKikuch made their first contribution in #506
- @MatejFacko made their first contribution in #511
Full Changelog: v1.11.1...v1.11.2
v1.11.1
What's Changed
- Clicking "Filter by" will open sub menu when column filter is open by @chineseouchie in #496
- Update italian translation by @andrearoota in #497
- Improve Duch spelling/grammar by @chineseouchie in #504
New Contributors
- @andrearoota made their first contribution in #497
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
- Removed Column Actions Submenu for "Show all Columns" Menu Item (was complicated unnecessary UI)
- Disabled Column Actions Filter By Menu Item when columns are already visible
- Fixed column resizing causing extra horizontal scrollbar to appear when dense padding is enabled
- Fixed column header min-size being too big for columns with less than 5 characters
- Added id translations that can be imported from
'material-react-table/locales/id'
- add Finnish locale by @mipyykko in #488
- open filter mode menu when pressing "filter by" while column filter is open by @chineseouchie in #490
New Contributors
- @mipyykko made their first contribution in #488
- @chineseouchie made their first contribution in #490
Full Changelog: v1.10.0...v1.11.0