Skip to content

Commit 548a77f

Browse files
Updating release notes and downloads for 1.4 experimental (#3596)
* Updating release notes and downloads for 1.4 experimental * Minor wording revisions
1 parent 0658924 commit 548a77f

File tree

3 files changed

+150
-5
lines changed

3 files changed

+150
-5
lines changed

hub/apps/windows-app-sdk/downloads.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ For all the latest Windows App SDK downloads, refer to the tables and links belo
3131

3232
| Version | Runtime downloads |
3333
|---|---|
34-
| [1.3 Preview1 (1.3.230228005-preview1) ](/windows/apps/windows-app-sdk/preview-channel#version-13-preview-1-130-preview1) <br> 03/07/2023 <br> [Release notes](/windows/apps/windows-app-sdk/experimental-channel#version-13-experimental-130-experimental1) | [Installer (x64)](https://aka.ms/windowsappsdk/1.3/1.3.230228005-preview1/windowsappruntimeinstall-x64.exe) <br/> [Installer (x86)](https://aka.ms/windowsappsdk/1.3/1.3.230228005-preview1/windowsappruntimeinstall-x86.exe) <br/> [Installer (arm64)](https://aka.ms/windowsappsdk/1.3/1.3.230228005-preview1/windowsappruntimeinstall-arm64.exe) <br/> [Redistributable](https://aka.ms/windowsappsdk/1.3/1.3.230228005-preview1/Microsoft.WindowsAppRuntime.Redist.1.3.zip) |
34+
| [1.3 Preview1 (1.3.230228005-preview1) ](/windows/apps/windows-app-sdk/preview-channel#version-13-preview-1-130-preview1) <br> 03/07/2023 <br> [Release notes](/windows/apps/windows-app-sdk/preview-channel#version-13-preview-130-preview1) | [Installer (x64)](https://aka.ms/windowsappsdk/1.3/1.3.230228005-preview1/windowsappruntimeinstall-x64.exe) <br/> [Installer (x86)](https://aka.ms/windowsappsdk/1.3/1.3.230228005-preview1/windowsappruntimeinstall-x86.exe) <br/> [Installer (arm64)](https://aka.ms/windowsappsdk/1.3/1.3.230228005-preview1/windowsappruntimeinstall-arm64.exe) <br/> [Redistributable](https://aka.ms/windowsappsdk/1.3/1.3.230228005-preview1/Microsoft.WindowsAppRuntime.Redist.1.3.zip) |
3535

3636
## Experimental release
37-
### Windows App SDK 1.3 Experimental1
37+
### Windows App SDK 1.4 Experimental1
3838

3939
| Version | Runtime downloads |
4040
|---|---|
41-
| [1.3 Experimental1 (1.3.230202101-experimental1) ](/windows/apps/windows-app-sdk/experimental-channel#version-13-experimental-130-experimental1) <br> 02/06/2023 <br> [Release notes](/windows/apps/windows-app-sdk/experimental-channel#version-13-experimental-130-experimental1) | [Installer (x64)](https://aka.ms/windowsappsdk/1.3/1.3.230202101-experimental1/windowsappruntimeinstall-x64.exe) <br/> [Installer (x86)](https://aka.ms/windowsappsdk/1.3/1.3.230202101-experimental1/windowsappruntimeinstall-x86.exe) <br/> [Installer (arm64)](https://aka.ms/windowsappsdk/1.3/1.3.230202101-experimental1/windowsappruntimeinstall-arm64.exe) <br/> [Redistributable](https://aka.ms/windowsappsdk/1.3/1.3.230202101-experimental1/Microsoft.WindowsAppRuntime.Redist.1.3.zip) |
41+
| [1.4 Experimental1 (1.4.230518007-experimental1) ](/windows/apps/windows-app-sdk/experimental-channel#version-14-experimental-140-experimental1) <br> 05/23/2023 <br> [Release notes](/windows/apps/windows-app-sdk/experimental-channel#version-14-experimental-140-experimental1) | [Installer (x64)](https://aka.ms/windowsappsdk/1.4/1.4.230518007-experimental1/windowsappruntimeinstall-x64.exe) <br/> [Installer (x86)](https://aka.ms/windowsappsdk/1.4/1.4.230518007-experimental1/windowsappruntimeinstall-x86.exe) <br/> [Installer (arm64)](https://aka.ms/windowsappsdk/1.4/1.4.230518007-experimental1/windowsappruntimeinstall-arm64.exe) <br/> [Redistributable](https://aka.ms/windowsappsdk/1.4/1.4.230518007-experimental1/Microsoft.WindowsAppRuntime.Redist.1.4.zip) |
4242

4343
Depending on your development scenario, you might require the following:
4444

hub/apps/windows-app-sdk/experimental-channel.md

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,156 @@ The experimental channel provides releases of the Windows App SDK that include [
2121
- For documentation on experimental releases, see [Install tools for preview and experimental channels of the Windows App SDK](preview-experimental-install.md).
2222

2323
**Experimental channel releases:**
24+
- [Version 1.4 Experimental](#version-14-experimental-140-experimental1)
2425
- [Version 1.3 Experimental](#version-13-experimental-130-experimental1)
2526
- [Version 1.2 Experimental](#version-12-experimental-120-experimental2)
2627
- [Version 1.0 Experimental](#version-10-experimental-100-experimental1)
2728
- [Version 0.8 Preview](#version-08-preview-080-preview)
2829

30+
## Version 1.4 Experimental (1.4.0-experimental1)
31+
32+
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+
29174
## Version 1.3 Experimental (1.3.0-experimental1)
30175

31176
This is the latest release of the experimental channel.

hub/apps/windows-app-sdk/release-channels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following table provides an overview of the different release channels. For
1919
|---------|---------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|------------|-----------------------------------------------------------------------------------------------------|
2020
| **** | 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) |
2121
| **❇️** | 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) |
2323

2424
## Features available by release channel
2525

@@ -52,7 +52,7 @@ The Windows App SDK has a lifecycle. A lifecycle begins when a version or servic
5252
|-------------------------|-----------------------|----------------------|--------------------|---------------|---------------- |
5353
| 1.3 | 04/12/2023 | 1.3.230502000 | 05/09/2023 | Current | 04/12/2024 |
5454
| 1.2 | 11/10/2022 | 1.2.230313.1 | 03/15/2023 | Maintenance | 11/10/2023 |
55-
| 1.1 | 05/24/2022 | 1.1.5 | 09/14/2022 | Maintenance | 05/24/2023 |
55+
| 1.1 | 05/24/2022 | 1.1.5 | 09/14/2022 | Out of Support| 05/24/2023 |
5656
| 1.0 | 11/16/2021 | 1.0.4 | 06/14/2022 | Out of Support| 11/16/2022 |
5757
| 0.8 | 6/24/2021 | 0.8.12 | 08/03/2022 | Out of Support| 6/24/2022 |
5858
| 0.5 | 3/29/2021 | 0.5.9 | 8/10/2021 | Out of Support| 11/1/2021 |

0 commit comments

Comments
 (0)