Skip to content

Commit

Permalink
release v2.3.1 - vir bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jan 2, 2024
1 parent 8d01008 commit 189a765
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions apps/material-react-table-docs/pages/changelog.mdx
Expand Up @@ -12,6 +12,11 @@ import Head from 'next/head';

### Version 2

#### Version 2.3.1 - 2024-01-02

- disable row selection for creating row
- fixed virtualized column index warning

#### Version 2.3.0 - 2024-01-02

- Added new `visibleInShowHideMenu` column option to allow for columns to be hidden from the show/hide columns menu, regardless of column visibility state.
Expand Down
2 changes: 1 addition & 1 deletion packages/material-react-table/package.json
@@ -1,5 +1,5 @@
{
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"name": "material-react-table",
"description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
Expand Down

2 comments on commit 189a765

@vercel
Copy link

@vercel vercel bot commented on 189a765 Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 189a765 Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.