Skip to content

Releases: masastack/MASA.Blazor

v1.3.2

09 Jan 02:05
7ec0c29
Compare
Choose a tag to compare

🚀 Features

  • Theme: support for more color roles. #531 #1707

🔧 Bug Fixes

  • RadioGroup: should not invoke ValueChanged after init. #534 #1714
  • Cascader: RTL doesn't work. #1705

🧪 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

29 Dec 06:47
b64132e
Compare
Choose a tag to compare

🔧 Bug Fixes

  • ♻ refactor(Icon): refactor the way of generating icon CSS and content and support for fa6 #1703
  • 🐛 fix(ProgressCircle): more than one parameter matching the name 'class' #1700

Full Changelog: 1.3.0...1.3.1

v1.3.0

28 Dec 07:52
56922e0
Compare
Choose a tag to compare

🚀 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

  • Slider: move some event logic to JS interop. #511 #1656

📝 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

27 Dec 08:13
b808826
Compare
Choose a tag to compare
v1.3.0-beta.7 Pre-release
Pre-release

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

26 Dec 09:15
6f39f21
Compare
Choose a tag to compare
v1.3.0-beta.6 Pre-release
Pre-release

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

22 Dec 06:34
4940356
Compare
Choose a tag to compare
v1.3.0-beta.5 Pre-release
Pre-release

What's Changed

Full Changelog: 1.3.0-beta.4...1.3.0-beta.5

v1.3.0-beta.4

18 Dec 06:50
c218ce4
Compare
Choose a tag to compare
v1.3.0-beta.4 Pre-release
Pre-release

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

05 Dec 02:18
fc088f8
Compare
Choose a tag to compare
v1.3.0-beta.3 Pre-release
Pre-release

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

29 Nov 03:14
12dba74
Compare
Choose a tag to compare
v1.3.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3.0-beta.1...1.3.0-beta.2

v1.3.0-beta.1

29 Nov 02:42
cfa3d59
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release

🚀 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

  • Slider: move some event logic to JS interop. #511 #1656

📝 Docs

  • Update installation for Blazor Web App. #1651
  • Fixed the example dynamic complication failure #1661

Full Changelog: 1.2.2...v1.3.0-beta.1