Releases: DotNetExtension/BlazorDesktop
Releases · DotNetExtension/BlazorDesktop
8.0.1
8.0.0
🪲 Bug Fixes
- fix: handle component rendering exceptions
- fix: package glob
- fix: nuget push command
- fix: quotes for nuget push
- fix: package path
📦 Builds
- build: Update to .NET 8
♾️ Continuous Integrations
- ci: bump github/codeql-action from 2 to 3 (#38)
- ci: update workflows
- ci: add release workflow
- ci: add release notes
- ci: final release workflow
- ci: skip duplicate packages
✔️ Other Changes
- chore(deps): bump Microsoft.AspNetCore.Components.WebView.Wpf (#27)
- chore: update template install command
- chore(deps): bump Microsoft.AspNetCore.Components.WebView.Wpf (#28)
- chore(deps): bump Microsoft.AspNetCore.Components.WebView.Wpf (#30)
- chore(deps): bump Microsoft.AspNetCore.Components.WebView.Wpf (#32)
- chore(deps): bump actions/checkout from 3 to 4 (#33)
- chore(deps): bump Microsoft.AspNetCore.Components.WebView.Wpf (#36)
- chore: org move
- chore: update license
- chore: structure update
- chore: opinionated webview install
- chore: update template and sample
- style: fix using error
- chore: update readme
- chore: try back slash
3.1.1
What's Changed
- Fixed a bug that prevented the window from being resized.
3.1.0
What's Changed
- Added new window min/max height & width options.
3.0.0
What's Changed
- Rewrote internals of the BlazorDesktopHost, it should be more reliable at loading configuration values now.
- Application content is no longer cropped off when maximized and using no borders.
builder.Window.UseWebView2Installer()has been moved tobuilder.UseWebViewInstaller()and now has a parameter to silently install.- WebView is no longer installed by default, add
builder.UseWebViewInstaller()toProgram.csto re-enable it. The updated templates have this by default.
2.0.0
What's Changed
- Updated to .NET 7
- Title bar now supports Windows dark mode (This requires a TFM change to net7.0-windows10.0.22000.0)
1.1.0
1.0.5
- Added a WebView2 Installer
1.0.4
- Stability release.
1.0.3
Added appsettings.json