Skip to content

Releases: DotNetExtension/BlazorDesktop

8.0.1

10 Jul 14:25
ec50fa4

Choose a tag to compare

📦 Builds

  • build: bump Microsoft.AspNetCore.Components.WebView.Wpf (#41)

♾️ Continuous Integrations

  • ci: update release name

✔️ Other Changes

  • chore: correct file headers

8.0.0

05 Jul 02:19
dcbe0e7

Choose a tag to compare

🪲 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

17 Jan 14:53

Choose a tag to compare

What's Changed

  • Fixed a bug that prevented the window from being resized.

3.1.0

17 Jan 14:25

Choose a tag to compare

What's Changed

  • Added new window min/max height & width options.

3.0.0

16 Jan 17:33
74e68b7

Choose a tag to compare

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.

2.0.0

14 Jan 12:28

Choose a tag to compare

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

08 May 11:23

Choose a tag to compare

This is a minor release adding the ability to enable the chromium developer tools.

You can do so by calling builder.UseDeveloperTools(); inside of your Program.cs.

The templates have been updated to add this by default and an example can be seen the README.

1.0.5

25 Feb 09:36
b65923f

Choose a tag to compare

  • Added a WebView2 Installer

1.0.4

25 Feb 09:35
ba80f19

Choose a tag to compare

  • Stability release.

1.0.3

09 Feb 07:01
0a0ecd1

Choose a tag to compare

Added appsettings.json