Skip to content

Commit 678f392

Browse files
committed
link CoreWebView2Frame.FrameCreated, remove flag
1 parent 3f2ea6c commit 678f392

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

  • microsoft-edge/webview2/release-notes

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

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ No additional APIs have been promoted to Stable and added in this Release SDK.
5252
<!-- ---------- -->
5353
###### Runtime-only
5454

55-
* Enabled ambient authentication through browser flags.
5655
* Fixed the \<select\> HTML tag<!-- todo: HTML `Select` component? --> to make it selectable, in WPF apps.
5756
* Fixed navigation of `edge://crashes` within a WebView2 control.
5857
* 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
7776

7877
No Experimental APIs have been added in this Prerelease SDK.
7978

79+
8080
<!-- ------------------------------ -->
8181
#### Promotions
8282

@@ -90,23 +90,19 @@ The FrameCreatedEvent API supports nested iframes, such as recording the navigat
9090

9191
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:
9292

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.
95+
* The full WebView2 frames tree.
9696

9797
##### [.NET/C#](#tab/dotnetcsharp)
9898

99-
<!--
100-
* [CoreWebView2Frame Class](todo)
101-
* [CoreWebView2Frame.FrameCreated Event](todo)
102-
-->
99+
* `CoreWebView2Frame` Class:
100+
* [CoreWebView2Frame.FrameCreated Event](/dotnet/api/microsoft.web.webview2.core.corewebview2frame.framecreated?view=webview2-dotnet-1.0.3230-prerelease&preserve-view=true)
103101

104102
##### [WinRT/C#](#tab/winrtcsharp)
105103

106-
* [CoreWebView2Frame Class](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2frame?view=webview2-winrt-1.0.3230-prerelease&preserve-view=true)
107-
<!--
108-
* [CoreWebView2Frame.FrameCreated Event](todo)
109-
-->
104+
* `CoreWebView2Frame` Class:
105+
* [CoreWebView2Frame.FrameCreated Event](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2frame?view=webview2-winrt-1.0.3230-prerelease&preserve-view=true#framecreated)
110106

111107
##### [Win32/C++](#tab/win32cpp)
112108

@@ -125,7 +121,6 @@ The full WebView2 frames tree.
125121
###### Runtime-only
126122

127123
* 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.
129124
* Fixed navigation of `edge://crashes` within a WebView2 control.
130125
* Fixed the \<select\> HTML tag<!-- todo: HTML `Select` component? --> to make it selectable, in WPF apps.
131126
* 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

Comments
 (0)