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: microsoft-edge/webview2/release-notes/archive.md
+111-1Lines changed: 111 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,123 @@ ms.author: msedgedevrel
6
6
ms.topic: conceptual
7
7
ms.service: microsoft-edge
8
8
ms.subservice: devtools
9
-
ms.date: 06/30/2025
9
+
ms.date: 10/08/2025
10
10
---
11
11
# Archived Release Notes for the WebView2 SDK
12
12
13
13
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.
[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))
[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.
* [ICoreWebView2Frame7](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true)<!-- vs. ICoreWebView2ExperimentalFrame8 -->
* [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.
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
17
16
the templates to copy for incoming sections are in ./includes/templates.md
18
17
19
18
this webpage covers the most recent 6 months; periodically move oldest h2 sections from bottom of present file to archive.md. eg covers:
[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))
[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.
*[ICoreWebView2Frame7](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true)<!-- vs. ICoreWebView2ExperimentalFrame8 -->
*[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.
0 commit comments