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/index.md
+33-74Lines changed: 33 additions & 74 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
6
6
ms.topic: conceptual
7
7
ms.service: microsoft-edge
8
8
ms.subservice: webview
9
-
ms.date: 04/10/2025
9
+
ms.date: 04/07/2025
10
10
---
11
11
# Release Notes for the WebView2 SDK
12
12
@@ -45,46 +45,18 @@ For full API compatibility, this Release version of the WebView2 SDK requires We
45
45
No additional APIs have been promoted to Stable and added in this Release SDK.
46
46
47
47
48
-
<!-- ---------- -->
49
-
###### heading
50
-
51
-
description
52
-
53
-
##### [.NET/C#](#tab/dotnetcsharp)
54
-
55
-
##### [WinRT/C#](#tab/winrtcsharp)
56
-
57
-
##### [Win32/C++](#tab/win32cpp)
58
-
59
-
---
60
-
61
-
62
48
<!-- ------------------------------ -->
63
49
#### Bug fixes
64
50
65
51
66
-
<!-- ---------- -->
67
-
###### Runtime and SDK
68
-
69
-
* item
70
-
* item
71
-
72
-
73
52
<!-- ---------- -->
74
53
###### Runtime-only
75
54
76
-
* Enabled ambient auth through browser flags
77
-
* Fixed HTML Select component which was not selectable in WPF platform
78
-
* Fixed navigation of edge://crashes via webview2
79
-
* Fixed potential crash and UI issues when invoking the windows cred ui from webview instance
80
-
* Fixed bug where users unable to type in input field with autofill info([Issue #5144](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5144))
81
-
82
-
83
-
<!-- ---------- -->
84
-
###### SDK-only
85
-
86
-
* item
87
-
* item
55
+
* Enabled ambient authentication through browser flags.
56
+
* Fixed the \<select\> HTML tag<!-- todo: HTML `Select` component? --> to make it selectable, in WPF apps.
57
+
* Fixed navigation of `edge://crashes` within a WebView2 control.
58
+
* 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 -->
59
+
* Fixed a bug where users were unable to type in input field with autofill info.<!-- todo: delete "with autofill info"? issue has 0 hits on 'autofill' --> ([Issue #5144](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5144))
88
60
89
61
<!-- end of Apr 2025 Release SDK -->
90
62
@@ -109,21 +81,32 @@ The following Experimental APIs have been added in this Prerelease SDK.
109
81
<!-- ---------- -->
110
82
###### Manage the nested iframes
111
83
112
-
This API will allow developers to subscribe to the nested iframe creation event, giving them access to all properties, methods, and events of 'CoreWebView2Frame' for the nested iframe.
84
+
Use the Nested iframes API to subscribe to the nested iframe creation event and access the `CoreWebView2Frame` properties, methods, and events for the nested iframe.
113
85
114
-
To prevent unnecessary performance implication, WebView2 does not track any nested iframes by default. It only tracks a nested iframe if its parent iframe ('CoreWebView2Frame') has subscribed to the 'CoreWebView2Frame.FrameCreated' API. For a page with multi-level iframes, developers can choose to track only the main page and first-level iframes (the default behavior), a partial WebView2 frames tree with specific iframes of interest, or the full WebView2 frames tree.
86
+
By default, for performance, WebView2 doesn't track nested iframes. WebView2 only tracks a nested iframe if its parent iframe (`CoreWebView2Frame`) has subscribed to the `CoreWebView2Frame.FrameCreated` event.
87
+
88
+
For a page that has multi-level iframes, you can choose to track any of the following:
89
+
90
+
* Only the main page and its first-level iframes (the default behavior).
91
+
* A partial WebView2 frames tree, that contains specific iframes of interest.
@@ -137,48 +120,27 @@ To prevent unnecessary performance implication, WebView2 does not track any nest
137
120
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
138
121
139
122
140
-
<!-- ---------- -->
141
-
###### heading
142
-
143
-
description
144
-
145
-
##### [.NET/C#](#tab/dotnetcsharp)
146
-
147
-
##### [WinRT/C#](#tab/winrtcsharp)
148
-
149
-
##### [Win32/C++](#tab/win32cpp)
150
-
151
-
---
152
-
153
-
154
123
<!-- ------------------------------ -->
155
124
#### Bug fixes
156
125
157
126
158
-
<!-- ---------- -->
159
-
###### Runtime and SDK
160
-
161
-
* item
162
-
* item
163
-
164
-
165
127
<!-- ---------- -->
166
128
###### Runtime-only
167
129
168
-
* Fixed issue in WPF where datalistdropdown dismissed when moving mouse outside WebView2 bounds.
169
-
* Enabled ambient auth through browser flags
170
-
* Fixed navigation of edge://crashes via webview2
171
-
* Fixed HTML Select component which was not selectable in WPF platform
172
-
* Fixed potential crash and UI issues when invoking the windows cred ui from webview instance
130
+
* Fixed an issue in WPF where the datalist<!-- todo: spelling/formatting? bold if a UI label, backticks if code/ID -->dropdown closed when the mouse moved outside the WebView2 control bounds.
131
+
* Enabled ambient authentication through browser flags.
132
+
* Fixed navigation of `edge://crashes` within a WebView2 control.
133
+
* Fixed the \<select\>HTML tag<!-- todo: HTML `Select` component? --> to make it selectable, in WPF apps.
134
+
* 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 -->
173
135
* Fixed bug where users unable to type in input field with autofill info([Issue #5144](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5144))
174
-
* Fixed regression in status bar APIs
136
+
* Fixed a bug where users were unable to type in input field with autofill info.<!-- todo: delete "with autofill info"? issue has 0 hits on 'autofill' --> ([Issue #5144](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5144))
137
+
* Fixed a regression in the [Status bar](../concepts/overview-features-apis.md#status-bar) APIs.
175
138
176
139
177
140
<!-- ---------- -->
178
141
###### SDK-only
179
142
180
-
* Tabbing and Arrow Keys are working fine in Window to Visual Mode
181
-
143
+
* Fixed **Tab**, **Shift+Tab**, and **Arrow** keys in Window to Visual hosting mode.
0 commit comments