Skip to content

Commit

Permalink
release v2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Feb 28, 2024
1 parent 51fd971 commit e572e0d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion apps/material-react-table-docs/pages/changelog.mdx
Expand Up @@ -9,9 +9,18 @@ import Head from 'next/head';

> Note: As of v2.12.0, the React and ReactDom peer dependencies have been moved back down to React v17 in order to help more people upgrade to MRT v2 without having to upgrade to React v18.
### Version 2.12.1 - 2024-02-28

- Fixed `rangeFilterIndex` being undefined in filterProps callback
- Added `hr` locale for Croatian translations
- Upgraded to TanStack Table v8.13.2
- Fixed column.getIsVisible() not returning accurate value for parent group columns
- Fixed Deep Keys type for Partial TData types
- New pagination table instance APIs

### Version 2.12.0 - 2024-02-26

- **Marked React 17 as a peer dependency instead of React 18 since concurrent features are not yet being utilized under the hood in MRT** *(not until MRT v3 now)*
- **Marked React 17 as a peer dependency instead of React 18 since concurrent features are not yet being utilized under the hood in MRT** _(not until MRT v3 now)_
- Filter label tooltip will show label instead of value when a label is provided to filterSelectOptions
- Fixed Column and Row Dragging element animation to not go back to where it started when dragging
- Replaced dv styles with dvh styles in full-screen mode
Expand Down

0 comments on commit e572e0d

Please sign in to comment.