KubeUI icon indicating copy to clipboard operation
KubeUI copied to clipboard

chore(deps): update dependency microsoft.windowsappsdk to v1.1.5

Open renovate[bot] opened this issue 2 years ago β€’ 1 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
Microsoft.WindowsAppSDK nuget minor 1.0.0 -> 1.1.5

Release Notes

microsoft/windowsappsdk

v1.1.5

Windows App SDK 1.1.5 is now available

Windows App SDK 1.1.5 is a stable servicing release that fixes critical bugs for 1.1.

Check out our release notes for the list of issues fixed in this release.

Updating to this version

The 1.1.5 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.1.5

v1.1.4

Windows App SDK 1.1.4 is now available

Windows App SDK 1.1.4 is a stable servicing release that fixes critical bugs for 1.1.

Check out our release notes for the list of issues fixed in this release.

Updating to this version

The 1.1.4 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.1.4

v1.1.3

Windows App SDK 1.1.3 is now available

Windows App SDK 1.1.3 is a stable servicing release that fixes critical bugs for 1.1.

Check out our release notes for the list of issues fixed in this release.

Updating to this version

The 1.1.3 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.1.3

v1.1.2

Windows App SDK 1.1.2 is now available

Windows App SDK 1.1.2 is a stable servicing release that fixes critical bugs for 1.1.

Check out our release notes for the list of issues fixed in this release.

Updating to this version

The 1.1.2 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.1.2

v1.1.1

Windows App SDK 1.1.1 is now available

Windows App SDK 1.1.1 is a stable servicing release that fixes critical bugs for 1.1.

Check out our release notes for the list of issues fixed in this release.

Updating to this version

The 1.1.1 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.1.1

v1.1.0

1.1.0

Windows App SDK 1.1.0 is now available πŸŽ‰

You are now able to use the stable version of Windows App SDK 1.1 in your applications! This release includes new features and stability & performance improvements across the component areas. New capabilities for apps using Windows App SDK include:

  • Apps can create multiple windows with WinUI3 content on the same UI thread.
  • Mica & Background Acrylic styles are available for WinUI 3 content.
  • Improved default and custom title bar with new functionalities like z-order, sizing/resizing, tall title bar, and extended show.
  • Apps using the Windows App SDK can run with elevated permissions.
  • Apps that deploy with all their dependencies together are now able to include the Windows App SDK as well. (self-contained deployment)
  • Apps can push notifications regardless of being packaged/unpackaged, or whether the app is published in the Store.
  • The environment variables PATH, and PATHEXT can be managed and tracked at runtime using new convenient APIs.
  • Apps can restart manually or register themselves to be restarted if it was running when a system update occurs.

To see everything that's new and changed, see the full Windows App SDK 1.1 release notes.

Getting Started

To get started using Windows App SDK to develop Windows apps, check out the following documentation:

What's next

To keep up with progress being made on the Windows App SDK, please see our feature roadmap.

v1.0.4

Windows App SDK 1.0.4 is now available

Windows App SDK 1.0.4 is a stable servicing release that fixes critical bugs for 1.0.

Check out our release notes for the list of issues fixed in this release.

Updating to this version

The 1.0.4 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.0.4

v1.0.3

Windows App SDK 1.0.3 is now available

Windows App SDK 1.0.3 is a stable servicing release that includes critical bug fixes for the 1.0 release.

  • If you're building an app with the Windows App SDK for the first time, follow the installation instructions here.

  • If you are already using the Windows App SDK 1.0 and would like to update to the latest release:

    • Update your Microsoft.WindowsAppSDK NuGet package reference from 1.0.0/1.0.1/1.0.2 to 1.0.3.
    • Download the 1.0.3 runtime using either the standalone Runtime installer (.exe) or the Windows App Runtime Redistributable which includes all MSIX package dependencies.
Bugs fixed in Windows App SDK 1.0.3:
  • Fixed issue causing C# apps with WebView2 to crash on launch when the C/C++ Runtime (CRT) isn't installed.
  • Fixed touch input issues causing problems with keyboard shortcuts and other scenarios: #​6291.

Note: We don't usually add functionality in a servicing release, but this release's WebView2 fix required us to update to the latest version of the WebView2 SDK (1020.46 to 1185.39). See Release Notes for the WebView2 SDK for additional information on WebView2 1.0.1185.39 and Distribute your app and the WebView2 Runtime for additional information on the WebView2 Runtime.

v1.0.2

Windows App SDK 1.0.2 is now available

Windows App SDK 1.0.2 is a stable servicing release that includes critical bug fixes for the 1.0 release.

  • If you're building an app with the Windows App SDK for the first time, follow the installation instructions here.

  • If you are already using the Windows App SDK 1.0 and would like to update to the latest release:

    • Update your Microsoft.WindowsAppSDK NuGet package reference from 1.0.0/1.0.1 to 1.0.2.
    • Download the 1.0.2 runtime using either the standalone Runtime installer (.exe) or the Windows App Runtime Redistributable which includes all MSIX package dependencies.
Bugs fixed in Windows App SDK 1.0.2:
  • Fixed layout cycle issue causing an app to crash when scrolling to the end of a ListView: #​6218
  • Fixed issue causing C# apps to crash on launch when the C/C++ Runtime (CRT) isn't installed. However, the CRT is still required for C# apps using WebView2: #​2117
  • Fixed issue where applications with Single-project MSIX did not generate a .appinstaller file: #​1821
  • Fixed issue where WinUI applications did not support .NET 6 dotnet build.

v1.0.1

Windows App SDK 1.0.1 is now available

Windows App SDK 1.0.1 is a stable servicing release that includes critical bug fixes and multi-window support for the 1.0 release.

  • If you're building an app with the Windows App SDK for the first time, follow the installation instructions here.

  • If you are already using the Windows App SDK 1.0 and would like to update to the latest release:

    • Update your Microsoft.WindowsAppSDK NuGet package reference from 1.0.0 to 1.0.1.
    • Download the 1.0.1 runtime using either the standalone Runtime installer (.exe) or the Windows App Runtime Redistributable which includes all MSIX package dependencies.
Bugs fixed in Windows App SDK 1.0.1:
  • Fixed issue causing the MddBootstrapAutoinitializer to not compile with enabled ImplicitUsings: #​1686
  • Fixed issue where focus in WebView2 would be unexpectedly lost causing input and selection issues: #​5615 & #​5570
  • Fixed issue causing the in-app toolbar in Visual Studio to be unclickable when using a custom title bar in a WinUI 3 app.
  • Fixed issue causing Snap Layout to not appear when using a custom title bar in a WinUI 3 app: #​6333 & #​6246
  • Fixed issue causing an exception when setting Window.ExtendsContentIntoTitleBar property when Window.SetTitlebar has been called with a still-loading UIElement.
  • Fixed issue where Single-project MSIX apps did not support dotnet build.
  • Fixed issue causing unpackaged apps to not install after installing a packaged app: #​1871
  • Fixed issue reducing performance during mouse drag operations.
  • Fixed crash when calling GetWindowIdFromWindow() in unpackaged apps: Discussed in #​1891

Additionally, for apps with custom title bars, we have made changes in this release (and fixed numerous issues) that include fixes to the glass window used for drag&drop operations. The recommendation is to use the default values and behaviors (give them a try!). If your title bar used margins so that the default caption buttons were interactive, we recommend visualizing your drag region by setting the background of your title bar to red and then adjusting the margins to extend the drag region to the caption controls.

New capabilities

We have stabilized and enabled the creation of multiple windows on the same thread in WinUI 3 applications. Previously, this would produce an error.


Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar May 05 '22 06:05 renovate[bot]

Codecov Report

:exclamation: No coverage uploaded for pull request base (alpha@416eb58). Click here to learn what that means. The diff coverage is n/a.

@@           Coverage Diff           @@
##             alpha    #276   +/-   ##
=======================================
  Coverage         ?   6.44%           
=======================================
  Files            ?      77           
  Lines            ?    2405           
  Branches         ?       0           
=======================================
  Hits             ?     155           
  Misses           ?    2250           
  Partials         ?       0           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Aug 11 '22 23:08 codecov[bot]