Skip to content

Commit d670f25

Browse files
committed
template, archive
1 parent f263aef commit d670f25

2 files changed

Lines changed: 230 additions & 85 deletions

File tree

microsoft-edge/webview2/release-notes/archive.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,84 @@ ms.date: 02/20/2025
1313
These Release Notes provide information about added features and bug fixes that are included in the WebView2 Release SDK and the WebView2 Prerelease SDK, for older releases.
1414

1515

16+
<!-- ====================================================================== -->
17+
## 1.0.2792.45
18+
19+
Release Date: September 23, 2024
20+
21+
[NuGet package for WebView2 SDK 1.0.2792.45](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2792.45)
22+
23+
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 129.0.2792.45 or higher.
24+
25+
26+
<!-- ------------------------------ -->
27+
#### Promotions
28+
29+
No additional APIs have been promoted to Stable and added in this Release SDK.
30+
31+
32+
<!-- ------------------------------ -->
33+
#### Bug fixes
34+
35+
36+
<!-- ---------- -->
37+
###### SDK-only
38+
39+
* Fixed an SDK dependency for .NET projects. ([Issue #4743](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4743))
40+
41+
42+
<!-- end of Sep 2024 Release SDK -->
43+
44+
45+
<!-- ====================================================================== -->
46+
## 1.0.2839-prerelease
47+
48+
Release Date: September 23, 2024
49+
50+
[NuGet package for WebView2 SDK 1.0.2839-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2839-prerelease)
51+
52+
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 130.0.2839.0 or higher.
53+
54+
55+
<!-- ------------------------------ -->
56+
#### Experimental APIs
57+
58+
No Experimental APIs have been added in this Prerelease SDK.
59+
60+
61+
<!-- ------------------------------ -->
62+
#### Promotions
63+
64+
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
65+
66+
67+
<!-- ------------------------------ -->
68+
#### Bug fixes
69+
70+
71+
<!-- ---------- -->
72+
###### Runtime-only
73+
74+
* Fixed an issue where focusing on a WebView2 control in WinAppSDK with the Windows "Scroll inactive windows" setting disabled caused scrolling to fail.
75+
* Blocked `edge://wallet` in WebView2. ([Issue #4710](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4710))
76+
* Cleared the environment variable for default background color in .NET WebView2 controls after the controller has finished creation.
77+
* Enabled accessibility support for Webview2 in visual hosting mode.
78+
* Fixed a bug with removing a "web resource requested" filter for multiple sources when one of them is Document.
79+
* Fixed a regression where `DataList` was not visible in WinUI or in other visually hosted WebView2 instances.
80+
81+
82+
<!-- ---------- -->
83+
###### SDK-only
84+
85+
* Fixed an SDK dependency for .NET projects. ([Issue #4743](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4743))
86+
* Fixed a compatibility issue when calling `GetAvailableBrowserVersionString()` with an older `WebView2Loader.dll`. ([Issue #4395](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4395))
87+
* Fixed issues when compiling wv2winrt-generated code with the `cpp20` and `/permissive-` options.
88+
* Added the .NET 8 `TargetFramework` for C# WinRT, enabled AOT (ahead-of-time) compatibility, and disabled runtime marshalling.
89+
90+
91+
<!-- end of Sep 2024 Prerelease SDK -->
92+
93+
1694
<!-- ====================================================================== -->
1795
## 1.0.2739.15
1896

microsoft-edge/webview2/release-notes/index.md

Lines changed: 152 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,161 @@ These Release Notes provide information about new features and bug fixes that ar
1616
the template to copy for incoming sections is at end of this file
1717
1818
this webpage covers the most recent ~5 months; periodically move oldest h2 sections from bottom of present file to archive.md. eg covers:
19-
Feb 2024
20-
Jan 2024
19+
Mar 2025
20+
Feb 2025
21+
Jan 2025
2122
[Dec 2024]
2223
Nov 2024
2324
Oct 2024
24-
Sep 2024
2525
2626
moved to archive:
27-
Aug 2024
27+
Sep 2024
28+
-->
29+
30+
31+
<!-- Mar 2025 Release SDK -->
32+
<!-- ====================================================================== -->
33+
## 1.0.####.##
34+
35+
Release Date: Monthname nn, 2025
36+
37+
[NuGet package for WebView2 SDK 1.0.####.##](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####.##)
38+
39+
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version ###.0.####.## or higher.
40+
41+
42+
<!-- ------------------------------ -->
43+
#### Promotions
44+
45+
No additional APIs have been promoted to Stable and added in this Release SDK.
46+
The following APIs have been promoted to Stable and are now included in this Release SDK.
47+
48+
49+
<!-- ---------- -->
50+
###### heading
51+
52+
description
53+
54+
##### [.NET/C#](#tab/dotnetcsharp)
55+
56+
##### [WinRT/C#](#tab/winrtcsharp)
57+
58+
##### [Win32/C++](#tab/win32cpp)
59+
60+
---
61+
62+
63+
<!-- ------------------------------ -->>
64+
#### Bug fixes
65+
66+
67+
<!-- ---------- -->
68+
###### Runtime and SDK
69+
70+
* item
71+
* item
72+
73+
74+
<!-- ---------- -->
75+
###### Runtime-only
76+
77+
* item
78+
* item
79+
80+
81+
<!-- ---------- -->
82+
###### SDK-only
83+
84+
* item
85+
* item
86+
2887
-->
2988

3089

90+
<!-- end of Mar 2025 Release SDK -->
91+
92+
93+
<!-- Mar 2025 Prerelease SDK -->
94+
<!-- ====================================================================== -->
95+
## 1.0.####-prerelease
96+
97+
Release Date: Monthname nn, 2025
98+
99+
[NuGet package for WebView2 SDK 1.0.####-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####-prerelease)
100+
101+
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version ###.0.####.0 or higher.
102+
103+
104+
<!-- ------------------------------ -->
105+
#### Experimental APIs
106+
107+
No Experimental APIs have been added in this Prerelease SDK.
108+
The following Experimental APIs have been added in this Prerelease SDK.
109+
110+
111+
<!-- ---------- -->
112+
###### heading
113+
114+
description
115+
116+
##### [.NET/C#](#tab/dotnetcsharp)
117+
118+
##### [WinRT/C#](#tab/winrtcsharp)
119+
120+
##### [Win32/C++](#tab/win32cpp)
121+
122+
---
123+
124+
125+
<!-- ------------------------------ -->
126+
#### Promotions
127+
128+
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
129+
The following APIs have been promoted from Experimental to Stable in this Prerelease SDK.
130+
131+
132+
<!-- ---------- -->
133+
###### heading
134+
135+
description
136+
137+
##### [.NET/C#](#tab/dotnetcsharp)
138+
139+
##### [WinRT/C#](#tab/winrtcsharp)
140+
141+
##### [Win32/C++](#tab/win32cpp)
142+
143+
---
144+
145+
146+
<!-- ------------------------------ -->
147+
#### Bug fixes
148+
149+
150+
<!-- ---------- -->
151+
###### Runtime and SDK
152+
153+
* item
154+
* item
155+
156+
157+
<!-- ---------- -->
158+
###### Runtime-only
159+
160+
* item
161+
* item
162+
163+
164+
<!-- ---------- -->
165+
###### SDK-only
166+
167+
* item
168+
* item
169+
170+
171+
<!-- end of Mar 2025 Prerelease SDK -->
172+
173+
31174
<!-- Feb 2025 Release SDK -->
32175
<!-- ====================================================================== -->
33176
## 1.0.3065.39
@@ -903,84 +1046,6 @@ Added a new `SaveFileSecurityCheckStarting` event. Your app can register a hand
9031046
<!-- end of Oct 2024 Prerelease SDK -->
9041047

9051048

906-
<!-- ====================================================================== -->
907-
## 1.0.2792.45
908-
909-
Release Date: September 23, 2024
910-
911-
[NuGet package for WebView2 SDK 1.0.2792.45](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2792.45)
912-
913-
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 129.0.2792.45 or higher.
914-
915-
916-
<!-- ------------------------------ -->
917-
#### Promotions
918-
919-
No additional APIs have been promoted to Stable and added in this Release SDK.
920-
921-
922-
<!-- ------------------------------ -->
923-
#### Bug fixes
924-
925-
926-
<!-- ---------- -->
927-
###### SDK-only
928-
929-
* Fixed an SDK dependency for .NET projects. ([Issue #4743](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4743))
930-
931-
932-
<!-- end of Sep 2024 Release SDK -->
933-
934-
935-
<!-- ====================================================================== -->
936-
## 1.0.2839-prerelease
937-
938-
Release Date: September 23, 2024
939-
940-
[NuGet package for WebView2 SDK 1.0.2839-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2839-prerelease)
941-
942-
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 130.0.2839.0 or higher.
943-
944-
945-
<!-- ------------------------------ -->
946-
#### Experimental APIs
947-
948-
No Experimental APIs have been added in this Prerelease SDK.
949-
950-
951-
<!-- ------------------------------ -->
952-
#### Promotions
953-
954-
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
955-
956-
957-
<!-- ------------------------------ -->
958-
#### Bug fixes
959-
960-
961-
<!-- ---------- -->
962-
###### Runtime-only
963-
964-
* Fixed an issue where focusing on a WebView2 control in WinAppSDK with the Windows "Scroll inactive windows" setting disabled caused scrolling to fail.
965-
* Blocked `edge://wallet` in WebView2. ([Issue #4710](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4710))
966-
* Cleared the environment variable for default background color in .NET WebView2 controls after the controller has finished creation.
967-
* Enabled accessibility support for Webview2 in visual hosting mode.
968-
* Fixed a bug with removing a "web resource requested" filter for multiple sources when one of them is Document.
969-
* Fixed a regression where `DataList` was not visible in WinUI or in other visually hosted WebView2 instances.
970-
971-
972-
<!-- ---------- -->
973-
###### SDK-only
974-
975-
* Fixed an SDK dependency for .NET projects. ([Issue #4743](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4743))
976-
* Fixed a compatibility issue when calling `GetAvailableBrowserVersionString()` with an older `WebView2Loader.dll`. ([Issue #4395](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4395))
977-
* Fixed issues when compiling wv2winrt-generated code with the `cpp20` and `/permissive-` options.
978-
* Added the .NET 8 `TargetFramework` for C# WinRT, enabled AOT (ahead-of-time) compatibility, and disabled runtime marshalling.
979-
980-
981-
<!-- end of Sep 2024 Prerelease SDK -->
982-
983-
9841049
<!-- ====================================================================== -->
9851050
## See also
9861051

@@ -994,11 +1059,13 @@ No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
9941059
template for Release and Prerelease
9951060
omit the "Experimental APIs" section from actual Release section
9961061
-->
1062+
<!-- Apr 2025 Release SDK --
1063+
<!-- Apr 2025 Prerelease SDK --
9971064
<!-- ====================================================================== --
9981065
## 1.0.####.##
9991066
## 1.0.####-prerelease
10001067
1001-
Release Date: Monthname nn, 2024
1068+
Release Date: Monthname nn, 2025
10021069
10031070
[NuGet package for WebView2 SDK 1.0.####.##](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####.##)
10041071
[NuGet package for WebView2 SDK 1.0.####-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####-prerelease)
@@ -1079,6 +1146,6 @@ description
10791146
-->
10801147

10811148

1082-
<!-- end of Mar 2025 Release SDK -->
1083-
<!-- end of Mar 2025 Prerelease SDK -->
1149+
<!-- end of Apr 2025 Release SDK -->
1150+
<!-- end of Apr 2025 Prerelease SDK -->
10841151
<!-- end of template -->

0 commit comments

Comments
 (0)