Skip to content

Commit 189a765

Browse files
committed
release v2.3.1 - vir bug fixes
1 parent 8d01008 commit 189a765

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

apps/material-react-table-docs/pages/changelog.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ import Head from 'next/head';
1212

1313
### Version 2
1414

15+
#### Version 2.3.1 - 2024-01-02
16+
17+
- disable row selection for creating row
18+
- fixed virtualized column index warning
19+
1520
#### Version 2.3.0 - 2024-01-02
1621

1722
- Added new `visibleInShowHideMenu` column option to allow for columns to be hidden from the show/hide columns menu, regardless of column visibility state.

packages/material-react-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.0",
2+
"version": "2.3.1",
33
"license": "MIT",
44
"name": "material-react-table",
55
"description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",

0 commit comments

Comments
 (0)