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
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,6 @@ No additional APIs have been promoted to Stable and added in this Release SDK.
52
52
<!-- ---------- -->
53
53
###### Runtime-only
54
54
55
-
* Enabled ambient authentication through browser flags.
56
55
* Fixed the \<select\> HTML tag<!-- todo: HTML `Select` component? --> to make it selectable, in WPF apps.
57
56
* Fixed navigation of `edge://crashes` within a WebView2 control.
58
57
* 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 -->
@@ -77,6 +76,7 @@ For full API compatibility, this Prerelease version of the WebView2 SDK requires
77
76
78
77
No Experimental APIs have been added in this Prerelease SDK.
79
78
79
+
80
80
<!-- ------------------------------ -->
81
81
#### Promotions
82
82
@@ -90,23 +90,19 @@ The FrameCreatedEvent API supports nested iframes, such as recording the navigat
90
90
91
91
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:
92
92
93
-
Only the main page and first-level iframes (the default behavior).
94
-
A partial WebView2 frames tree with specific iframes of interest.
95
-
The full WebView2 frames tree.
93
+
*Only the main page and first-level iframes (the default behavior).
94
+
*A partial WebView2 frames tree with specific iframes of interest.
@@ -125,7 +121,6 @@ The full WebView2 frames tree.
125
121
###### Runtime-only
126
122
127
123
* 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.
128
-
* Enabled ambient authentication through browser flags.
129
124
* Fixed navigation of `edge://crashes` within a WebView2 control.
130
125
* Fixed the \<select\> HTML tag<!-- todo: HTML `Select` component? --> to make it selectable, in WPF apps.
131
126
* 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 -->
0 commit comments