Skip to content

3.0.0

Compare
Choose a tag to compare
@AndrewBabbitt97 AndrewBabbitt97 released this 16 Jan 17:33
· 55 commits to main since this release
74e68b7

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 to builder.UseWebViewInstaller() and now has a parameter to silently install.
  • WebView is no longer installed by default, add builder.UseWebViewInstaller() to Program.cs to re-enable it. The updated templates have this by default.