-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 docs: add v1-7-0 notification (#2124)
- Loading branch information
Showing
7 changed files
with
49 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,31 @@ | ||
[ | ||
{ | ||
"title": "v1.3.2 Release", | ||
"content": "Highlights:\r\n- **Theme**: support for more color roles.", | ||
"type": 0, | ||
"href": "/blazor/getting-started/release-notes?v=v1.3.2", | ||
"createdAt": "2024-01-09" | ||
}, | ||
{ | ||
"title": "v1.3.3 Release", | ||
"content": "Highlights:\r\n- **Dialog**: fix the issue that dialog may not be clickable in low network speed scenarios.\r\n- **Image**: should show placeholder when set `Src` to null.", | ||
"type": 0, | ||
"href": "/blazor/getting-started/release-notes?v=v1.3.3", | ||
"createdAt": "2024-01-22" | ||
}, | ||
{ | ||
"title": "v1.3.4 Release", | ||
"content": "Highlights:\r\n- **ScrollToTarget**: new component that supports automatic scrolling to the specified element and highlighting of the active item.", | ||
"type": 0, | ||
"href": "/blazor/getting-started/release-notes?v=v1.3.4", | ||
"createdAt": "2024-01-26" | ||
}, | ||
{ | ||
"title": "v1.4.0 Release", | ||
"content": "We provides a best practice example of how to integrate MAUI hybrid with MASA Blazor. You can find the repository at [Masa.Blazor.MauiDemo](https://github.com/masastack/Masa.Blazor.MauiDemo).\r\nHighlights:\r\n- **Overlay**: add fade transition animation, use *block* scroll strategy, and update the bg color of scrim.\r\n- **PageStack**: new component that provides a container similar to a page stack, mainly for mobile.\r\n- **PageTabs**: add the `Closeable` state to tabs, hover to display the close button.\r\n- **Sortable**: new component for replacing the DragZone component.", | ||
"type": 0, | ||
"href": "/blazor/getting-started/release-notes?v=v1.4.0", | ||
"createdAt": "2024-04-07" | ||
}, | ||
{ | ||
"title": "v1.4.1 Release", | ||
"content": "Highlights:\r\n- **Theme**: add support for OnError, OnInfo, OnSuccess, OnWarning, InverseSurface, InverseOnSurface and InversePrimary color roles.\r\n- **Snackbar**: Use reverse-surface color as the background color.", | ||
"type": 0, | ||
"href": "/blazor/getting-started/release-notes?v=v1.4.1", | ||
"createdAt": "2024-04-17" | ||
}, | ||
{ | ||
"title": "v1.4.2 Release", | ||
"content": "Highlights:\r\n- **EnqueuedSnackbars**: Reset position when app bottom or top changed.\r\n- **BottomNavigation**: Reset the bottom of app to 0 if disposing.", | ||
"type": 0, | ||
"href": "/blazor/getting-started/release-notes?v=v1.4.2", | ||
"createdAt": "2024-04-22" | ||
}, | ||
{ | ||
"title": "v1.5.0 Release", | ||
"content": "Highlights:\r\n- **Button**: add `IconName`, `LeftIconName` and `RightIconName` to simplify the usage of icon buttons.\r\n- **Card**: add sub-component parameter, includes `Title`, `Subtitle` and `Text`.\r\n- **DataTable**: add support for cell ellipsis and custom cell content in `Headers`.\r\n- **ListItem**: add sub-component parameters, includes `Title`, `Subtitle`, `PrependAvatar`, `PrependIcon`, `AppendAvatar` and `AppendIcon`.", | ||
"type": 0, | ||
"href": "/blazor/getting-started/release-notes?v=v1.5.0", | ||
"createdAt": "2024-05-07" | ||
}, | ||
{ | ||
"title": "v1.5.1 Release", | ||
"content": "Bug fixes and documentation updates.", | ||
"type": 0, | ||
"href": "/blazor/getting-started/release-notes?v=v1.5.1", | ||
"createdAt": "2024-05-10" | ||
}, | ||
{ | ||
"title": "v1.6.0", | ||
"content": "Highlight:\r\n- Remove all references to BlazorComponent.\r\n- **ExpansionPanel**: add sub-component parameters, including `Title` and `Text`.\r\n- **Form**: the context object provided by `ChildContent` now offers `Validate`, `Reset`, and `ResetValidation` methods, as well as an `IsValid` property.", | ||
"type": 0, | ||
"href": "/blazor/getting-started/release-notes?v=v1.6.0", | ||
"createdAt": "2024-07-02" | ||
}, | ||
{ | ||
"title": "v1.7.0", | ||
"content": "Highlight:\r\n- **PdfMobileViewer**: a PDF viewer designed for mobile.\r\n- **Toggle**: a wrapper that allows you to toggle between two states.\r\n- **AppThemeStylesheet**: using for avoiding the brief flicker when application is loaded, more details can ben found in the docs.\r\n- **DateTimePicker**: a default **MTextField** component is built-in now, and you can customize the MTextField component using the **PDefaultDateTimePickerActivator**.\r\n- **Form**: auto label generation, built-in complex type validation, setting the validation timing by the `ValidateOn` property.\r\n- **PageStack**: support going back to a specific page or delta, and optionally replacing it with a new page.", | ||
"type": 0, | ||
"href": "/blazor/getting-started/release-notes?v=v1.7.0", | ||
"upgradeGuide": "/blazor/getting-started/upgrade-guide#upgrading-from-v1-6-x-to-v1-7-0", | ||
"createdAt": "2024-09-02" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters