Skip to content

Commit

Permalink
release v2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Oct 27, 2023
1 parent 082c2b5 commit f72c0e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Expand Up @@ -91,8 +91,6 @@ You can disable the global filtering feature and hide the search icon by setting

### Filter Match Highlighting

> New in v1.6
Filter match highlighting is a new featured enabled by default that will highlight text in the table body cells that matches the current search query with a shade of the <Box component="span" color="warning.main">`theme.palette.warning.main`</Box> color.

If you are using a custom `Cell` render override for a column, you will need to use the `renderedCellValue` prop instead of `cell.getValue()` to preserve the filter match highlighting.
Expand Down
Expand Up @@ -67,8 +67,6 @@ Take a look at the example below with 10,000 rows!

### Enable Column Virtualization

> New in MRT v1.5!
Enabling column virtualization is also as simple as setting the `enableColumnVirtualization` prop to `true`.

```tsx
Expand Down
2 changes: 1 addition & 1 deletion packages/material-react-table/package.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.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

0 comments on commit f72c0e4

Please sign in to comment.