Skip to content

Commit

Permalink
[docs] Update whats new page with "v7 Beta blogpost" content (#11879)
Browse files Browse the repository at this point in the history
Signed-off-by: José Rodolfo Freitas <joserodolfo.freitas@gmail.com>
Co-authored-by: Michel Engelen <32863416+michelengelen@users.noreply.github.com>
  • Loading branch information
joserodolfofreitas and michelengelen authored Jan 31, 2024
1 parent 14fb94a commit 5db3711
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/src/modules/components/WhatsNewLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,35 @@ import TimelineDot from '@mui/lab/TimelineDot';
import TimelineOppositeContent from '@mui/lab/TimelineOppositeContent';

const entries = [
{
title: 'MUI X v7.0.0-beta.0',
description:
'Featuring new components and multiple enhancements for both developers and end-users.',
date: new Date(2024, 0, 29),
url: 'https://mui.com/blog/mui-x-v7-beta/',
highlightList: [
{
title: 'Data Grid - Sticky headers',
url: 'https://mui.com/blog/mui-x-v7-beta/#sticky-headers',
},
{
title: 'Data Grid - Columns management panel',
url: 'https://mui.com/blog/mui-x-v7-beta/#improved-columns-panel-design',
},
{
title: 'Rich Tree View',
url: 'https://mui.com/blog/mui-x-v7-beta/#richtreeview',
},
{
title: 'Date Time Range Picker',
url: 'https://mui.com/blog/mui-x-v7-beta/#date-time-range-picker',
},
{
title: 'Charts - Reference line ',
url: 'https://mui.com/blog/mui-x-v7-beta/#reference-line',
},
],
},
{
title: 'MUI X v6.18.x',
description: 'New stable components, polished features, better performance, and more.',
Expand Down

0 comments on commit 5db3711

Please sign in to comment.