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/experimental-channel.md
+145Lines changed: 145 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,156 @@ The experimental channel provides releases of the Windows App SDK that include [
21
21
- For documentation on experimental releases, see [Install tools for preview and experimental channels of the Windows App SDK](preview-experimental-install.md).
This is the latest release of the experimental channel.
33
+
To download, retarget your WinAppSDK NuGet version to `1.4.230518007-experimental1`.
34
+
35
+
### Bug fixes
36
+
This release contains miscellaneous fixes, including the following:
37
+
38
+
- Fixed an issue where enabling the debug settings framerate counter in a new WinUI desktop application caused an access violation. For more information, see issue [2835](https://github.com/microsoft/microsoft-ui-xaml/issues/2835) on GitHub.
39
+
- Fixed an issue where horizontal scrolling on a touchpad did not work in a WebView2 web page. For more information, see issue [7772](https://github.com/microsoft/microsoft-ui-xaml/issues/7772) on GitHub.
40
+
41
+
### Additional Experimental APIs
42
+
This release includes the following new and modified experimental APIs:
43
+
44
+
```C#
45
+
Microsoft.UI
46
+
47
+
IClosableNotifier
48
+
```
49
+
50
+
```C#
51
+
Microsoft.UI.Composition.SystemBackdrops
52
+
53
+
DesktopAcrylicController
54
+
Closed
55
+
FrameworkClosed
56
+
Kind
57
+
58
+
DesktopAcrylicKind
59
+
MicaController
60
+
Closed
61
+
FrameworkClosed
62
+
```
63
+
```C#
64
+
Microsoft.UI.Content
65
+
66
+
ContentAppWindowBridge
67
+
SettingChanged
68
+
69
+
ContentEnvironmentSettingChangedEventArgs
70
+
ContentExternalBackdropLink
71
+
ContentExternalOutputLink
72
+
ExternalOutputBorderMode
73
+
74
+
ContentIsland
75
+
FrameworkClosed
76
+
77
+
ContentIslandWindow
78
+
SettingChanged
79
+
80
+
ContentSite
81
+
FrameworkClosed
82
+
83
+
ContentSiteWindow
84
+
NotifySettingChanged
85
+
SettingChanged
86
+
87
+
CoreWindowTopLevelWindowBridge
88
+
SettingChanged
89
+
90
+
DesktopSiteBridge
91
+
Closed
92
+
FrameworkClosed
93
+
94
+
IContentWindow
95
+
SettingChanged
96
+
97
+
SystemVisualSiteBridge
98
+
Closed
99
+
FrameworkClosed
100
+
```
101
+
102
+
```C#
103
+
Microsoft.UI.Input
104
+
105
+
InputLayoutPolicy
106
+
InputNonClientPointerSource
107
+
ConfigurationChanged
108
+
GetForWindowId
109
+
110
+
NonClientRegionConfigurationChangedEventArgs
111
+
```
112
+
113
+
```C#
114
+
Microsoft.UI.System
115
+
116
+
ThemeSettings
117
+
```
118
+
119
+
```C#
120
+
Microsoft.UI.Windowing
121
+
122
+
DisplayArea
123
+
GetMetricsFromWindowId
124
+
```
125
+
126
+
```C#
127
+
Microsoft.UI.Xaml
128
+
129
+
XamlRoot
130
+
ContentWindow
131
+
```
132
+
133
+
```C#
134
+
Microsoft.UI.Xaml.Controls
135
+
136
+
ItemContainer
137
+
Child
138
+
ChildProperty
139
+
140
+
ItemContainerMultiSelectMode
141
+
Extended
142
+
143
+
ItemsView
144
+
Animator
145
+
AnimatorProperty
146
+
147
+
MenuFlyoutPresenter
148
+
SystemBackdrop
149
+
SystemBackdropProperty
150
+
151
+
RiverFlowLayout
152
+
InvalidateItemsInfo
153
+
RequestedRangeCount
154
+
RequestedRangeStartIndex
155
+
156
+
RiverFlowLayoutElementAnimator
157
+
```
158
+
159
+
```C#
160
+
Microsoft.UI.Xaml.Controls.Primitives
161
+
162
+
CommandBarFlyoutCommandBar
163
+
SystemBackdrop
164
+
SystemBackdropProperty
165
+
```
166
+
167
+
```C#
168
+
Microsoft.UI.Xaml.Input
169
+
170
+
AccessKeyManager
171
+
EnterDisplayMode
172
+
```
173
+
29
174
## Version 1.3 Experimental (1.3.0-experimental1)
30
175
31
176
This is the latest release of the experimental channel.
|**✅**| Stable ([release notes](stable-channel.md)) | This channel is supported for use by apps in production environments. It includes only stable APIs. | No more frequent than every six months<br>(+ servicing) | Yes |[1.3.1 (1.3.230502000)](stable-channel.md#version-13) (05/09/2023) |
21
21
|**❇️**| Preview ([release notes](preview-channel.md)) | This channel provides a preview of the next stable release. There may be breaking API changes between a given preview channel release and the next stable release. | At least one preview per stable version | No |[1.3.0-preview1](preview-channel.md#version-13-preview-1-130-preview1) (03/07/2023) |
22
-
|**🔄️**| Experimental ([release notes](experimental-channel.md)) | This channel includes experimental features that are in early stages of development. Experimental features may be removed from the next release, or may never be released. | As needed when requiring feedback for features in early design or prototype stages | No |[1.3.0-experimental1](experimental-channel.md#version-13-experimental-130-experimental1) (02/06/2023) |
22
+
|**🔄️**| Experimental ([release notes](experimental-channel.md)) | This channel includes experimental features that are in early stages of development. Experimental features may be removed from the next release, or may never be released. | As needed when requiring feedback for features in early design or prototype stages | No |[1.4.0-experimental1](experimental-channel.md#version-14-experimental-140-experimental1) (05/23/2023) |
23
23
24
24
## Features available by release channel
25
25
@@ -52,7 +52,7 @@ The Windows App SDK has a lifecycle. A lifecycle begins when a version or servic
0 commit comments