Skip to content

Commit

Permalink
📝 docs: Update notifications (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem authored Apr 22, 2024
1 parent fc627ff commit 67fd2af
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/Masa.Docs.Shared/Components/Menus/NotificationsMenu.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"""
Expand Down

0 comments on commit 67fd2af

Please sign in to comment.