You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/windows-app-sdk/release-notes-archive/stable-channel-1.6.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
-
title: Stable channel release notes for the Windows App SDK
2
+
title: Stable channel release notes for the Windows App SDK 1.6
3
3
description: Provides information about the stable release channel for the Windows App SDK.
4
4
ms.topic: article
5
-
ms.date: 01/15/2025
5
+
ms.date: 03/18/2025
6
6
keywords: windows win32, windows app development, Windows App SDK
7
7
ms.localizationpriority: medium
8
8
---
@@ -111,7 +111,7 @@ The following sections describe new and updated features and known issues for ve
111
111
112
112
In an existing Windows App SDK 1.5 app, you can update your Nuget package to 1.6.240829007 (see the **Update a package** section in [Install and manage packages in Visual Studio using the NuGet Package Manager](/nuget/consume-packages/install-use-packages-visual-studio#update-a-package)).
113
113
114
-
For the updated runtime and MSIX, see [Downloads for the Windows App SDK](./downloads.md).
114
+
For the updated runtime and MSIX, see [Downloads for the Windows App SDK](../downloads.md).
115
115
116
116
### Required project changes for 1.6
117
117
@@ -141,7 +141,7 @@ In addition, Windows App SDK managed apps should update to [Microsoft.Windows.Cs
141
141
142
142
### Native AOT support
143
143
144
-

144
+

145
145
146
146
The .NET `PublishAot` project property is now supported for native Ahead-Of-Time compilation. For details on Native AOT, see [Native AOT Deployment](/dotnet/core/deploying/native-aot/?tabs=net8plus%2Cwindows). Because AOT builds on Trimming support, much of the following trimming-related guidance applies to AOT as well.
147
147
@@ -215,7 +215,7 @@ The Package Management API has received several enhancements including Is\*Ready
215
215
216
216
### Improved TabView tab tear-out
217
217
218
-

218
+

219
219
220
220
`TabView` supports a new `CanTearOutTabs` mode which provides an enhanced experience for dragging tabs and dragging out to a new window. When this new option is enabled, tab dragging is very much like the tab drag experience in Edge and Chrome where a new window is immediately created during the drag, allowing the user to drag it to the edge of the screen to maximize or snap the window in one smooth motion. This implementation also doesn't use drag-and-drop APIs, so it isn't impacted by any limitations in those APIs. Notably, tab tear-out is supported in processes running elevated as Administrator.
221
221
@@ -226,11 +226,11 @@ The Package Management API has received several enhancements including Is\*Ready
226
226
- Unsealed `ItemsWrapGrid`. This should be a backward-compatible change.
227
227
-`PipsPager` supports a new mode where it can wrap between the first and last items.
228
228
229
-

229
+

230
230
231
231
-`RatingControl` is now more customizable, by moving some hard-coded style properties to theme resources. This allows apps to override these values to better customize the appearance of RatingControl.
232
232
233
-
<imgsrc="images/1.6-RatingControl.png"alt="New RatingControl customization in 1.6"width="200"/>
233
+
<imgsrc="../images/1.6-RatingControl.png"alt="New RatingControl customization in 1.6"width="200"/>
234
234
235
235
- WinUI 3 has changed to the typographic model for font selection rather than the legacy weight/stretch/style model. The typographic model is required for some newer fonts, including Segoe UI Variable, and enables enhanced font capabilities. Some older fonts which rely on the weight/stretch/style model for selection may not be found with the typographic model.
236
236
@@ -403,9 +403,9 @@ Microsoft.Windows.Storage
403
403
404
404
## Related topics
405
405
406
-
-[Preview channel](preview-channel.md)
407
-
-[Experimental channel](experimental-channel.md)
408
-
-[Install tools for the Windows App SDK](set-up-your-development-environment.md)
409
-
-[Create your first WinUI 3 project](../winui/winui3/create-your-first-winui3-app.md)
410
-
-[Use the Windows App SDK in an existing project](use-windows-app-sdk-in-existing-project.md)
411
-
-[Deploy apps that use the Windows App SDK](../package-and-deploy/index.md#use-the-windows-app-sdk)
Copy file name to clipboardExpand all lines: hub/apps/windows-app-sdk/stable-channel.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ In an existing Windows App SDK 1.7 app, you can update your Nuget package to 1.7
41
41
42
42
For the updated runtime and MSIX, see [Downloads for the Windows App SDK](./downloads.md).
43
43
44
-
### 1.7.0 (1.7.250310001)
44
+
### Version 1.7.0 (1.7.250310001)
45
45
#### New Badge Notifications Feature
46
46
47
47
The notification badge conveys a summary or status information specific to an app. This can be numeric (1-99) or a glyph from one of the system-provided glyphs. This new functionality has been introduced to unblock apps like WhatsApp who depend on these visual indicators to portray user indicators.
0 commit comments