Skip to content

Commit 301744f

Browse files
Merge pull request #3372 from MicrosoftDocs/user/mikehoff/relnotes-mar-2025
WebView2 Release Notes for March 2025
2 parents 62d172c + 7d9877d commit 301744f

File tree

2 files changed

+170
-85
lines changed

2 files changed

+170
-85
lines changed

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: 92 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,101 @@ 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
2828
-->
2929

3030

31+
<!-- Mar 2025 Release SDK -->
32+
<!-- ====================================================================== -->
33+
## 1.0.3124.44
34+
35+
Release Date: March 10, 2025
36+
37+
[NuGet package for WebView2 SDK 1.0.3124.44](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3124.44)
38+
39+
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 134.0.3124.44 or higher.
40+
41+
42+
<!-- ------------------------------ -->
43+
#### Promotions
44+
45+
No additional APIs have been promoted to Stable and added in this Release SDK.
46+
47+
48+
<!-- ------------------------------ -->
49+
#### Bug fixes
50+
51+
52+
<!-- ---------- -->
53+
###### Runtime-only
54+
55+
* Extensions won't get disabled in WebView2 by using `AddBrowserExtensionAsync`, regardless of whether developer mode is on. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))
56+
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
57+
* Fixed the download popup not being displayed when `target="_blank"`. ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))
58+
59+
<!-- end of Mar 2025 Release SDK -->
60+
61+
62+
<!-- Mar 2025 Prerelease SDK -->
63+
<!-- ====================================================================== -->
64+
## 1.0.3171-prerelease
65+
66+
Release Date: March 10, 2025
67+
68+
[NuGet package for WebView2 SDK 1.0.3171-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3171-prerelease)
69+
70+
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 135.0.3171.0 or higher.
71+
72+
73+
<!-- ------------------------------ -->
74+
#### Experimental APIs
75+
76+
No Experimental APIs have been added in this Prerelease SDK.
77+
78+
79+
<!-- ------------------------------ -->
80+
#### Promotions
81+
82+
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
83+
84+
85+
<!-- ------------------------------ -->
86+
#### Bug fixes
87+
88+
89+
<!-- ---------- -->
90+
###### Runtime and SDK
91+
92+
* Fixed host object async method exception handling. ([Issue #3402](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3402))
93+
* Fixed documentation for `CoreWebVIew2.Navigate`. ([Issue #5091](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5091))
94+
95+
96+
<!-- ---------- -->
97+
###### Runtime-only
98+
99+
* Fixed an "Add to Chrome" store installation regression.
100+
* Fixed folder uploads in UWP and WinUI. ([Issue #3275](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3275))
101+
* Extensions won't get disabled in WebView2 by using `AddBrowserExtensionAsync`, regardless of whether developer mode is on. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))
102+
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
103+
* Fixed the download popup not being displayed when `target="_blank"`. ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))
104+
105+
106+
<!-- ---------- -->
107+
###### SDK-only
108+
109+
* Fixes a crash that could occur when the Garbage Collector calls `Finalize` on a thread other than the main thread.
110+
111+
<!-- end of Mar 2025 Prerelease SDK -->
112+
113+
31114
<!-- Feb 2025 Release SDK -->
32115
<!-- ====================================================================== -->
33116
## 1.0.3065.39
@@ -903,84 +986,6 @@ Added a new `SaveFileSecurityCheckStarting` event. Your app can register a hand
903986
<!-- end of Oct 2024 Prerelease SDK -->
904987

905988

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-
984989
<!-- ====================================================================== -->
985990
## See also
986991

@@ -995,11 +1000,13 @@ No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
9951000
template for Release and Prerelease
9961001
omit the "Experimental APIs" section from actual Release section
9971002
-->
1003+
<!-- Apr 2025 Release SDK --
1004+
<!-- Apr 2025 Prerelease SDK --
9981005
<!-- ====================================================================== --
9991006
## 1.0.####.##
10001007
## 1.0.####-prerelease
10011008
1002-
Release Date: Monthname nn, 2024
1009+
Release Date: Monthname nn, 2025
10031010
10041011
[NuGet package for WebView2 SDK 1.0.####.##](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####.##)
10051012
[NuGet package for WebView2 SDK 1.0.####-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####-prerelease)
@@ -1080,6 +1087,6 @@ description
10801087
-->
10811088

10821089

1083-
<!-- end of Mar 2025 Release SDK -->
1084-
<!-- end of Mar 2025 Prerelease SDK -->
1090+
<!-- end of Apr 2025 Release SDK -->
1091+
<!-- end of Apr 2025 Prerelease SDK -->
10851092
<!-- end of template -->

0 commit comments

Comments
 (0)