Releases: masastack/MASA.Blazor
Releases · masastack/MASA.Blazor
v1.3.2
🚀 Features
🔧 Bug Fixes
🧪 Labs
- Xgplayer: add OnFullscreenTouchend event callback for webview. #1708
- Xgplayer: Expose the JS.InvokeVoidAsync method. #1709
- Xgplayer: there's no fullscreen for music. #1713
- XgMusicPlayer: should generate the audio tag. #1717
♻ Refactor
- Datatable: calculate real width of col on colgroup item. #1715
📝 Docs
- ListItemGroup: Update zh-CN.md. #1716
New Contributors
Full Changelog: 1.3.1...1.3.2
v1.3.1
v1.3.0
🚀 Features
- bump Microsoft.AspNetCore.Components* from 8.0.0-rc to 8.0.0
- DataTable: support for @bind-Expanded. #1687
- Main: add a way to avoid the entry transition when first loading. #1693
- Menu/Tooltip/Dialog: support for using the parameter
Permenant
to persist pop-up elements when using SSR. #516 #1664 - PageTabs: support for closing tabs by middle click. #1689
- Pagination: add
HrefFormat
parameter for SEO. #510 #1649 - Ripple: support for setting
center
,circle
and custom class. #515 #528 #1663 - Treeview: add an new select type
LeafButIndependentParent
. #518 - Treeview: open parent nodes of filtered node after filtering. #514
🔧 Bug Fixes
- BaiduMap: the id of container element may be removed when component was disposed. #509 #1648
- DataTable: compatible with net6.0. #1642
- DataTable: CaptionContent should be wrapped in
<caption>
. #513 - DataTable: the hover style is missing. #1686
- ECharts: the first argument
elOrString
of init method may be null. #1690 - Image: exception throws when changing src to null. #1641
- Tabs: wrong arrow when RTL. #1667
- TextField: wheel event should stop propagation when type is number. #1688
🧪 Labs
- InteractiveTrigger: provide the ability to trigger interactive components when the user clicks.
- PullRefresh: improve the performance. #1643
- SsrThemeProvider: apply theme css to the head tag when using SSR. #1683
- XgPlayer: a HTML5 video player component. #1685
♻ Refactor
📝 Docs
- Update installation for Blazor Web App. #1694
- Add docs about SSR. #1697
- Fixed the example dynamic complication failure #1661
🗂️ Templates
- Add template for Blazor Web App.
dotnet new masablazor -o ServerSsrApp
- Update
masablazor-maui
template- net8.0 support
--no-web
option to disable generating web project--cdn
option to use CDN for static icon and font files--icon
option to choose default icon set
- Update other blazor templates to support net8.0,
--cdn
and--icon
options.
🧩 Others
- The official website of MASA has been refactor to SSR. masastack.com
- The Masa Blazor Pro project has been refactor to Blazor web app(interactive globally). pro.masastack.com
Full Changelog: 1.2.2...v1.3.0
v1.3.0-beta.7
What's Changed
- 🐛 fix(Xgplayer): fix options.plugins not iterable by @capdiem in #1695
- ⚡ refactor(InterativePop): change the delay before navigating to 1ms by @capdiem in #1697
Full Changelog: 1.3.0-beta.6...1.3.0-beta.7
v1.3.0-beta.6
What's Changed
- 🆕 feat(PageTabs): support for closing tabs by middle click by @capdiem in #1689
- 🆕 feat(TextField): stop propagation when number input is focused by @capdiem in #1688
- 🆕 feat(DataTable): support for
@bind-Expanded
by @capdiem in #1687 - 💄 style(DataTable): the hover style is missing by @capdiem in #1686
- 🐛 fix(ECharts): the first arg
elOrString
of init method may be null by @capdiem in #1690 - 🐛 fix(InteractiveTrigger): Causes page refreshed after triggering when using reverse proxy by @capdiem in #1692
- 🆕 feat(Main): avoid entry transition when first loading by @capdiem in #1693
- 📝 docs: update installation for SSR by @capdiem in #1694
Full Changelog: 1.3.0-beta.5...1.3.0-beta.6
v1.3.0-beta.5
v1.3.0-beta.4
What's Changed
- chore: update resources and docs by @capdiem in #1674
- Revert some commits about SSR and refactor for adapting SSR by @capdiem in #1682
Full Changelog: 1.3.0-beta.3...1.3.0-beta.4
v1.3.0-beta.3
What's Changed
- docs: support for showing the updated-in version by @capdiem in #1670
- feat(Ssr): add SsrPageScript, SsrStateProvider and SsrThemeProvider components by @capdiem in #1665
Full Changelog: 1.3.0-beta.2...1.3.0-beta.3
v1.3.0-beta.2
What's Changed
Full Changelog: v1.3.0-beta.1...1.3.0-beta.2
v1.3.0-beta.1
🚀 Features
- Pagination: add
HrefFormat
parameter for SEO. #510 #1649 - bump Microsoft.AspNetCore.Components* from 8.0.0-rc to 8.0.0
- Menu/Tooltip/Dialog: support for using the parameter
Permenant
to persist pop-up elements when using SSR. #516 #1664 - Treeview: add an new select type
LeafButIndependentParent
. #518 - Treeview: open parent nodes of filtered node after filtering. #514
🔧 Bug Fixes
- BaiduMap: the id of container element may be removed when component was disposed. #509 #1648
- DataTable: compatible with net6.0. #1642
- DataTable: CaptionContent should be wrapped in
<caption>
. #513 - Image: exception throws when changing src to null. #1641
- Ripple: support for SSR. #515 #1663
- Tabs: wrong arrow when RTL. #1667
🧪 Labs
- PullRefresh: Improve the performance. #1643
♻ Refactor
📝 Docs
Full Changelog: 1.2.2...v1.3.0-beta.1