Skip to content

Commit

Permalink
[docs] Add end v6 blogpost to whats new page (#10999)
Browse files Browse the repository at this point in the history
Signed-off-by: José Rodolfo Freitas <joserodolfo.freitas@gmail.com>
Co-authored-by: Flavien DELANGLE <flaviendelangle@gmail.com>
Co-authored-by: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 27, 2023
1 parent 74b8761 commit 3c054e6
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/data/whats-new/WhatsNewLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,39 @@ import Typography from '@mui/material/Typography';
import { alpha } from '@mui/material/styles';

const blogs = [
{
title: 'MUI X v6.18.x',
description:
'New stable components, polished features, better performance, and more.',
announcementDate: 'Monday, Nov 13, 2023',
url: 'https://mui.com/blog/mui-x-end-v6-features/',
highlightList: [
{
title: 'Charts - stable version',
url: 'https://mui.com/blog/mui-x-end-v6-features/#charts',
},
{
title: 'Tree View - stable version',
url: 'https://mui.com/blog/mui-x-end-v6-features/#tree-view',
},
{
title: 'Clearable date and time fields',
url: 'https://mui.com/blog/mui-x-end-v6-features/#clearable-field',
},
{
title: 'Customization playgrounds for Date and Time Pickers',
url: 'https://mui.com/blog/mui-x-end-v6-features/#customization-playgrounds',
},
{
title: 'Data Grid column autosizing',
url: 'https://mui.com/blog/mui-x-end-v6-features/#column-autosizing',
},
{
title: 'Sparklines on Data Grid ',
url: 'https://mui.com/blog/mui-x-end-v6-features/#sparkline-as-a-column-type',
},
],
},
{
title: 'MUI X v6.11.0',
description: 'A roundup of all new features since v6.0.0.',
Expand Down
33 changes: 33 additions & 0 deletions docs/data/whats-new/WhatsNewLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,39 @@ type Blog = {
};

const blogs: Blog[] = [
{
title: 'MUI X v6.18.x',
description:
'New stable components, polished features, better performance, and more.',
announcementDate: 'Monday, Nov 13, 2023',
url: 'https://mui.com/blog/mui-x-end-v6-features/',
highlightList: [
{
title: 'Charts - stable version',
url: 'https://mui.com/blog/mui-x-end-v6-features/#charts',
},
{
title: 'Tree View - stable version',
url: 'https://mui.com/blog/mui-x-end-v6-features/#tree-view',
},
{
title: 'Clearable date and time fields',
url: 'https://mui.com/blog/mui-x-end-v6-features/#clearable-field',
},
{
title: 'Customization playgrounds for Date and Time Pickers',
url: 'https://mui.com/blog/mui-x-end-v6-features/#customization-playgrounds',
},
{
title: 'Data Grid column autosizing',
url: 'https://mui.com/blog/mui-x-end-v6-features/#column-autosizing',
},
{
title: 'Sparklines on Data Grid ',
url: 'https://mui.com/blog/mui-x-end-v6-features/#sparkline-as-a-column-type',
},
],
},
{
title: 'MUI X v6.11.0',
description: 'A roundup of all new features since v6.0.0.',
Expand Down

0 comments on commit 3c054e6

Please sign in to comment.