8000 WebView2 Release Notes for Oct. 2025 Release SDK (#3572) · MicrosoftDocs/edge-developer@be09181 · GitHub
[go: up one dir, main page]

Skip to content

Commit be09181

Browse files
authored
WebView2 Release Notes for Oct. 2025 Release SDK (#3572)
1 parent 050cfee commit be09181

File tree

2 files changed

+151
-115
lines changed

2 files changed

+151
-115
lines changed

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

Lines changed: 111 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,123 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: devtools
9-
ms.date: 06/30/2025
9+
ms.date: 10/08/2025
1010
---
1111
# Archived Release Notes for the WebView2 SDK
1212

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+
<!-- Apr 2025 Release SDK -->
17+
<!-- ====================================================================== -->
18+
## 1.0.3179.45
19+
20+
Release Date: April 07, 2025
21+
22+
[NuGet package for WebView2 SDK 1.0.3179.45](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3179.45)
23+
24+
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 135.0.3179.45 or higher.
25+
26+
27+
<!-- ------------------------------ -->
28+
#### Promotions
29+
30+
No additional APIs have been promoted to Stable and added in this Release SDK.
31+
32+
33+
<!-- ------------------------------ -->
34+
#### Bug fixes
35+
36+
37+
<!-- ---------- -->
38+
###### Runtime-only
39+
40+
* Fixed the HTML Select element (\<select\>) to make it selectable, in WPF apps.
41+
* Fixed navigation of `edge://crashes` within a WebView2 control.
42+
* Fixed potential crash and UI issues when invoking the Windows Credentials UI from a WebView2 instance.<!-- https://www.bing.com/search?q=Windows+Credential+UI -->
43+
* Fixed a bug where users were unable to type in an input field with autofill info. ([Issue #5144](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5144))
44+
45+
<!-- end of Apr 2025 Release SDK -->
46+
47+
48+
<!-- Apr 2025 Prerelease SDK -->
49+
<!-- ====================================================================== -->
50+
## 1.0.3230-prerelease
51+
52+
Release Date: April 07, 2025
53+
54+
[NuGet package for WebView2 SDK 1.0.3230-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3230-prerelease)
55+
56+
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 136.0.3230.0 or higher.
57+
58+
59+
<!-- ------------------------------ -->
60+
#### Experimental APIs
61+
62+
No Experimental APIs have been added in this Prerelease SDK.
63+
64+
65+
<!-- ------------------------------ -->
66+
#### Promotions
67+
68+
The following APIs have been promoted from Experimental to Stable in this Prerelease SDK.
69+
70+
71+
<!-- ---------- -->
72+
###### Track navigation history for nested iframes (FrameCreatedEvent API)
73+
74+
The FrameCreatedEvent API supports nested iframes, such as recording the navigation history for a second-level iframe. Without this API, WebView2 only tracks first-level iframes, which are the direct child iframes of the main frame. Using this API, your app can subscribe to the nested iframe creation event, giving the app access to all properties, methods, and events of `CoreWebView2Frame` for the nested iframe.
75+
76+
Use this API to manage iframe tracking on a page that contains multiple levels of iframes. You can choose to track any of the following:
77+
78+
* Only the main page and first-level iframes (the default behavior).
79+
* A partial WebView2 frames tree with specific iframes of interest.
80+
* The full WebView2 frames tree.
81+
82+
##### [.NET/C#](#tab/dotnetcsharp)
83+
84+
* `CoreWebView2Frame` Class:
85+
* [CoreWebView2Frame.FrameCreated Event](/dotnet/api/microsoft.web.webview2.core.corewebview2frame.framecreated?view=webview2-dotnet-1.0.3230-prerelease&preserve-view=true)
86+
87+
##### [WinRT/C#](#tab/winrtcsharp)
88+
89+
* `CoreWebView2Frame` Class:
90+
* [CoreWebView2Frame.FrameCreated Event](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2frame?view=webview2-winrt-1.0.3230-prerelease&preserve-view=true#framecreated)
91+
92+
##### [Win32/C++](#tab/win32cpp)
93+
94+
* [ICoreWebView2Frame7](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true)<!-- vs. ICoreWebView2ExperimentalFrame8 -->
95+
* [ICoreWebView2Frame7::add_FrameCreated](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true#add_framecreated)
96+
* [ICoreWebView2Frame7::remove_FrameCreated](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true#remove_framecreated)
97+
98+
* [ICoreWebView2FrameChildFrameCreatedEventHandler](/microsoft-edge/webview2/reference/win32/icorewebview2framechildframecreatedeventhandler?view=webview2-1.0.3230-prerelease&preserve-view=true)<!-- win32 only --><!-- vs. ICoreWebView2ExperimentalFrameChildFrameCreatedEventHandler -->
99+
100+
---
101+
102+
103+
<!-- ------------------------------ -->
104+
#### Bug fixes
105+
106+
107+
<!-- ---------- -->
108+
###### Runtime-only
109+
110+
* Fixed an issue in WPF where the \<datalist\> dropdown closed when the mouse moved outside the WebView2 control bounds.
111+
* Fixed navigation of `edge://crashes` within a WebView2 control.
112+
* Fixed the HTML Select element (\<select\>) to make it selectable, in WPF apps.
113+
* Fixed potential crash and UI issues when invoking the Windows Credentials UI from a WebView2 instance.<!-- https://www.bing.com/search?q=Windows+Credential+UI -->
114+
* Fixed bug where users unable to type in input field with autofill info. ([Issue #5144](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5144))
115+
* Fixed a regression in the [Status bar](../concepts/overview-features-apis.md#status-bar) APIs.
116+
117+
118+
<!-- ---------- -->
119+
###### SDK-only
120+
121+
* Fixed **Tab**, **Shift+Tab**, and **Arrow** keys in Window to Visual hosting mode.
122+
123+
<!-- end of Apr 2025 Prerelease SDK -->
124+
125+
16126
<!-- Mar 2025 Release SDK -->
17127
<!-- ====================================================================== -->
18128
## 1.0.3124.44

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

Lines changed: 40 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: webview
9-
ms.date: 09/08/2025
9+
ms.date: 10/06/2025
1010
---
11-
1211
# Release Notes for the WebView2 SDK
1312

1413
These Release Notes provide information about new features and bug fixes that are included in the WebView2 Release SDK and the WebView2 Prerelease SDK.
@@ -17,18 +16,55 @@ These Release Notes provide information about new features and bug fixes that ar
1716
the templates to copy for incoming sections are in ./includes/templates.md
1817
1918
this webpage covers the most recent 6 months; periodically move oldest h2 sections from bottom of present file to archive.md. eg covers:
19+
Oct 2025
2020
Sep 2025
2121
Aug 2025
2222
Jul 2025
2323
Jun 2025
2424
May 2025
25-
Apr 2025
2625
2726
moved to archive:
28-
Mar 2025
27+
Apr 2025
2928
-->
3029

3130

31+
<!-- Oct 2025 Release SDK -->
32+
<!-- ====================================================================== -->
33+
## 1.0.3537.50
34+
35+
Release Date: October 6, 2025
36+
37+
[NuGet package for WebView2 SDK 1.0.3537.50](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3537.50)
38+
39+
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 141.0.3537.50 or higher.
40+
41+
42+
<!-- ------------------------------ -->
43+
#### Promotions
44+
45+
No additional APIs have been promoted from Phase 2: Stable in Prerelease, to Phase 3: Stable in Release, in this Release SDK.
46+
47+
48+
<!-- ------------------------------ -->
49+
#### Bug fixes
50+
51+
This Release SDK includes the following bug fixes.
52+
53+
54+
<!-- ---------- -->
55+
###### Runtime-only
56+
57+
* Fixed local network access triggering a permission alert pop-up window.
58+
59+
60+
<!-- ---------- -->
61+
###### SDK-only
62+
63+
* Fixed a BinSkim error for `WebView2Loader.dll`.
64+
65+
<!-- end of Oct 2025 Release SDK -->
66+
67+
3268
<!-- Sep 2025 Release SDK -->
3369
<!-- ====================================================================== -->
3470
## 1.0.3485.44
@@ -1073,116 +1109,6 @@ The DefaultBackgroundColor API allows users to set the `DefaultBackgroundColor`
10731109
<!-- end of May 2025 Prerelease SDK -->
10741110

10751111

1076-
<!-- Apr 2025 Release SDK -->
1077-
<!-- ====================================================================== -->
1078-
## 1.0.3179.45
1079-
1080-
Release Date: April 07, 2025
1081-
1082-
[NuGet package for WebView2 SDK 1.0.3179.45](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3179.45)
1083-
1084-
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 135.0.3179.45 or higher.
1085-
1086-
1087-
<!-- ------------------------------ -->
1088-
#### Promotions
1089-
1090-
No additional APIs have been promoted to Stable and added in this Release SDK.
1091-
1092-
1093-
<!-- ------------------------------ -->
1094-
#### Bug fixes
1095-
1096-
1097-
<!-- ---------- -->
1098-
###### Runtime-only
1099-
1100-
* Fixed the HTML Select element (\<select\>) to make it selectable, in WPF apps.
1101-
* Fixed navigation of `edge://crashes` within a WebView2 control.
1102-
* Fixed potential crash and UI issues when invoking the Windows Credentials UI from a WebView2 instance.<!-- https://www.bing.com/search?q=Windows+Credential+UI -->
1103-
* Fixed a bug where users were unable to type in an input field with autofill info. ([Issue #5144](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5144))
1104-
1105-
<!-- end of Apr 2025 Release SDK -->
1106-
1107-
1108-
<!-- Apr 2025 Prerelease SDK -->
1109-
<!-- ====================================================================== -->
1110-
## 1.0.3230-prerelease
1111-
1112-
Release Date: April 07, 2025
1113-
1114-
[NuGet package for WebView2 SDK 1.0.3230-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3230-prerelease)
1115-
1116-
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 136.0.3230.0 or higher.
1117-
1118-
1119-
<!-- ------------------------------ -->
1120-
#### Experimental APIs
1121-
1122-
No Experimental APIs have been added in this Prerelease SDK.
1123-
1124-
1125-
<!-- ------------------------------ -->
1126-
#### Promotions
1127-
1128-
The following APIs have been promoted from Experimental to Stable in this Prerelease SDK.
1129-
1130-
1131-
<!-- ---------- -->
1132-
###### Track navigation history for nested iframes (FrameCreatedEvent API)
1133-
1134-
The FrameCreatedEvent API supports nested iframes, such as recording the navigation history for a second-level iframe. Without this API, WebView2 only tracks first-level iframes, which are the direct child iframes of the main frame. Using this API, your app can subscribe to the nested iframe creation event, giving the app access to all properties, methods, and events of `CoreWebView2Frame` for the nested iframe.
1135-
1136-
Use this API to manage iframe tracking on a page that contains multiple levels of iframes. You can choose to track any of the following:
1137-
1138-
* Only the main page and first-level iframes (the default behavior).
1139-
* A partial WebView2 frames tree with specific iframes of interest.
1140-
* The full WebView2 frames tree.
1141-
1142-
##### [.NET/C#](#tab/dotnetcsharp)
1143-
1144-
* `CoreWebView2Frame` Class:
1145-
* [CoreWebView2Frame.FrameCreated Event](/dotnet/api/microsoft.web.webview2.core.corewebview2frame.framecreated?view=webview2-dotnet-1.0.3230-prerelease&preserve-view=true)
1146-
1147-
##### [WinRT/C#](#tab/winrtcsharp)
1148-
1149-
* `CoreWebView2Frame` Class:
1150-
* [CoreWebView2Frame.FrameCreated Event](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2frame?view=webview2-winrt-1.0.3230-prerelease&preserve-view=true#framecreated)
1151-
1152-
##### [Win32/C++](#tab/win32cpp)
1153-
1154-
* [ICoreWebView2Frame7](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true)<!-- vs. ICoreWebView2ExperimentalFrame8 -->
1155-
* [ICoreWebView2Frame7::add_FrameCreated](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true#add_framecreated)
1156-
* [ICoreWebView2Frame7::remove_FrameCreated](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true#remove_framecreated)
1157-
1158-
* [ICoreWebView2FrameChildFrameCreatedEventHandler](/microsoft-edge/webview2/reference/win32/icorewebview2framechildframecreatedeventhandler?view=webview2-1.0.3230-prerelease&preserve-view=true)<!-- win32 only --><!-- vs. ICoreWebView2ExperimentalFrameChildFrameCreatedEventHandler -->
1159-
1160-
---
1161-
1162-
1163-
<!-- ------------------------------ -->
1164-
#### Bug fixes
1165-
1166-
1167-
<!-- ---------- -->
1168-
###### Runtime-only
1169-
1170-
* Fixed an issue in WPF where the \<datalist\> dropdown closed when the mouse moved outside the WebView2 control bounds.
1171-
* Fixed navigation of `edge://crashes` within a WebView2 control.
1172-
* Fixed the HTML Select element (\<select\>) to make it selectable, in WPF apps.
1173-
* Fixed potential crash and UI issues when invoking the Windows Credentials UI from a WebView2 instance.<!-- https://www.bing.com/search?q=Windows+Credential+UI -->
1174-
* Fixed bug where users unable to type in input field with autofill info. ([Issue #5144](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5144))
1175-
* Fixed a regression in the [Status bar](../concepts/overview-features-apis.md#status-bar) APIs.
1176-
1177-
1178-
<!-- ---------- -->
1179-
###### SDK-only
1180-
1181-
* Fixed **Tab**, **Shift+Tab**, and **Arrow** keys in Window to Visual hosting mode.
1182-
1183-
<!-- end of Apr 2025 Prerelease SDK -->
1184-
1185-
11861112
<!-- ====================================================================== -->
11871113
## See also
11881114

0 commit comments

Comments
 (0)
0