diff --git a/apps/material-react-table-docs/pages/_app.tsx b/apps/material-react-table-docs/pages/_app.tsx index 5a6561b03..3015cbf70 100644 --- a/apps/material-react-table-docs/pages/_app.tsx +++ b/apps/material-react-table-docs/pages/_app.tsx @@ -24,7 +24,8 @@ function App({ Component, pageProps }: AppProps) { pathname.includes('/docs/guides/') || pathname.includes('/migrating') || pathname === '/about' || - pathname === '/changelog'; + pathname === '/changelog' || + pathname === '/roadmap'; const isMobile = useMediaQuery('(max-width: 900px)'); const isDesktop = useMediaQuery('(min-width: 1500px)'); diff --git a/apps/material-react-table-docs/pages/roadmap.mdx b/apps/material-react-table-docs/pages/roadmap.mdx index 370963549..03dddc064 100644 --- a/apps/material-react-table-docs/pages/roadmap.mdx +++ b/apps/material-react-table-docs/pages/roadmap.mdx @@ -24,7 +24,7 @@ A new `useMaterialReactTableLight` hook could be added to MRT V2 to allow for sm ### Version 3 Roadmap (2024) -There are some very large efforts being planned for V3/V4 +There are some very large efforts being planned for V3/V4/V5 #### 1. Material UI V6 @@ -62,4 +62,4 @@ Read more about the future of Material UI versions in their [official blog post] #### 4. Mantine React Table -Material React Table's sister library,[ Mantine React Table](https://mantine-react-table..com), continues to be developed in parallel, as it is nearing a stable V2 release itself. If you like MRT, but prefer to write pure CSS/CSS Modules instead of styled components or the `sx` prop, you'll probably like Mantine React Table more than Material React Table. +Material React Table's sister library,[ Mantine React Table](https://mantine-react-table.com), continues to be developed in parallel, as it is nearing a stable V2 release itself. If you like MRT, but prefer to write pure CSS/CSS Modules instead of styled components or the `sx` prop, you'll probably like Mantine React Table more than Material React Table.