Skip to content

Commit

Permalink
[docs] Polish What's new in MUI X blog titles (mui#12309)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and thomasmoon committed Sep 6, 2024
1 parent cec1296 commit c37a7b5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/src/modules/components/WhatsNewLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import TimelineOppositeContent from '@mui/lab/TimelineOppositeContent';

const entries = [
{
title: 'MUI X v7.0.0-beta.0',
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),
Expand Down Expand Up @@ -47,7 +47,7 @@ const entries = [
],
},
{
title: 'MUI X v6.18.x',
title: 'MUI X v6.18.0',
description: 'New stable components, polished features, better performance, and more.',
date: new Date(2023, 10, 13),
url: 'https://mui.com/blog/mui-x-end-v6-features/',
Expand Down Expand Up @@ -79,7 +79,7 @@ const entries = [
],
},
{
title: 'MUI X v6.11.0',
title: 'MUI X v6.11.0',
description: 'A roundup of all new features since v6.0.0.',
date: new Date(2023, 7, 14),
url: 'https://mui.com/blog/mui-x-mid-v6-features/',
Expand Down Expand Up @@ -111,7 +111,7 @@ const entries = [
],
},
{
title: 'MUI X v6.0.0',
title: 'MUI X v6.0.0',
description: 'A new major is available, with many new features and improvements.',
date: new Date(2023, 2, 6),
url: 'https://mui.com/blog/mui-x-v6/',
Expand Down Expand Up @@ -147,7 +147,7 @@ const entries = [
],
},
{
title: 'Date Pickers v5.0.0',
title: 'MUI X Date Pickers v5.0.0',
description:
'After some months of polishing in pre-releases, the Date Pickers finally get a stable.',
date: new Date(2022, 8, 22),
Expand All @@ -168,7 +168,7 @@ const entries = [
],
},
{
title: 'Data Grid v5.15',
title: 'MUI X Data Grid v5.15.0',
description:
'This version brings an amazing set of new supported use cases with the Data Grid Premium.',
date: new Date(2022, 7, 12),
Expand Down Expand Up @@ -196,7 +196,7 @@ const entries = [
],
},
{
title: 'MUI X v5.0.0',
title: 'MUI X v5.0.0',
description: 'A new Data Grid virtualization engine, and improvements in several APIs.',
date: new Date(2021, 10, 22),
url: 'https://mui.com/blog/mui-x-v5/',
Expand Down

0 comments on commit c37a7b5

Please sign in to comment.