diff --git a/docs/Masa.Docs.Shared/Components/Menus/NotificationsMenu.razor.cs b/docs/Masa.Docs.Shared/Components/Menus/NotificationsMenu.razor.cs index 4da87c458a..b78ce01b1e 100644 --- a/docs/Masa.Docs.Shared/Components/Menus/NotificationsMenu.razor.cs +++ b/docs/Masa.Docs.Shared/Components/Menus/NotificationsMenu.razor.cs @@ -67,6 +67,28 @@ protected override void OnInitialized() _allNotifications = [ + new NotificationItem( + "v1.4.2 Release", + """ + Highlights: + - **EnqueuedSnackbars**: Reset position when app bottom or top changed. + - **BottomNavigation**: Reset the bottom of app to 0 if disposing. + """, + NotificationType.Release, + "/blazor/getting-started/release-notes?v=v1.4.2", + "release notes", + new DateOnly(2024, 4, 22)), + new NotificationItem( + "v1.4.1 Release", + """ + Highlights: + - **Theme**: aadd support for OnError, OnInfo, OnSuccess, OnWarning, InverseSurface, InverseOnSurface and InversePrimary color roles. + - **Snackbar**: Use reverse-surface color as the background color. + """, + NotificationType.Release, + "/blazor/getting-started/release-notes?v=v1.4.1", + "release notes", + new DateOnly(2024, 4, 17)), new NotificationItem( "v1.4.0 Release", """