Skip to content

Commit 891e1c3

Browse files
committed
PM draft1
1 parent f724776 commit 891e1c3

1 file changed

Lines changed: 35 additions & 19 deletions

File tree

  • microsoft-edge/webview2/release-notes

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

Lines changed: 35 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,19 @@ Oct 2024
3030

3131
<!-- Apr 2025 Release SDK -->
3232
<!-- ====================================================================== -->
33-
## 1.0.####.##
33+
## 1.0.3179.45
3434

35-
Release Date: Monthname nn, 2025
35+
Release Date: April 07, 2025
3636

37-
[NuGet package for WebView2 SDK 1.0.####.##](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####.##)
37+
[NuGet package for WebView2 SDK 1.0.3179.45](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3179.45)
3838

39-
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version ###.0.####.## or higher.
39+
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 135.0.3179.45 or higher.
4040

4141

4242
<!-- ------------------------------ -->
4343
#### Promotions
4444

4545
No additional APIs have been promoted to Stable and added in this Release SDK.
46-
The following APIs have been promoted to Stable and are now included in this Release SDK.
4746

4847

4948
<!-- ---------- -->
@@ -74,8 +73,11 @@ description
7473
<!-- ---------- -->
7574
###### Runtime-only
7675

77-
* item
78-
* item
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))
7981

8082

8183
<!-- ---------- -->
@@ -89,41 +91,50 @@ description
8991

9092
<!-- Apr 2025 Prerelease SDK -->
9193
<!-- ====================================================================== -->
92-
## 1.0.####-prerelease
94+
## 1.0.3230-prerelease
9395

94-
Release Date: Monthname nn, 2025
96+
Release Date: April 07, 2025
9597

96-
[NuGet package for WebView2 SDK 1.0.####-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####-prerelease)
98+
[NuGet package for WebView2 SDK 1.0.3230-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3230-prerelease)
9799

98-
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version ###.0.####.0 or higher.
100+
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.
99101

100102

101103
<!-- ------------------------------ -->
102104
#### Experimental APIs
103105

104-
No Experimental APIs have been added in this Prerelease SDK.
105106
The following Experimental APIs have been added in this Prerelease SDK.
106107

107108

108109
<!-- ---------- -->
109-
###### heading
110+
###### Manage the nested iframes
110111

111-
description
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.
113+
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.
112115

113116
##### [.NET/C#](#tab/dotnetcsharp)
114117

115118
##### [WinRT/C#](#tab/winrtcsharp)
116119

120+
121+
* [CoreWebView2Frame Class](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2frame?view=webview2-winrt-1.0.3230-prerelease&preserve-view=true)
122+
123+
117124
##### [Win32/C++](#tab/win32cpp)
118125

126+
127+
* [ICoreWebView2Frame7](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true)
128+
* [ICoreWebView2Frame7::add_FrameCreated](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true#add_framecreated)
129+
* [ICoreWebView2Frame7::remove_FrameCreated](/microsoft-edge/webview2/reference/win32/icorewebview2frame7?view=webview2-1.0.3230-prerelease&preserve-view=true#remove_framecreated)
130+
* [ICoreWebView2FrameChildFrameCreatedEventHandler](/microsoft-edge/webview2/reference/win32/icorewebview2framechildframecreatedeventhandler?view=webview2-1.0.3230-prerelease&preserve-view=true)
119131
---
120132

121133

122134
<!-- ------------------------------ -->
123135
#### Promotions
124136

125137
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
126-
The following APIs have been promoted from Experimental to Stable in this Prerelease SDK.
127138

128139

129140
<!-- ---------- -->
@@ -154,15 +165,20 @@ description
154165
<!-- ---------- -->
155166
###### Runtime-only
156167

157-
* item
158-
* item
168+
* Fixed issue in WPF where datalist dropdown 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
173+
* 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
159175

160176

161177
<!-- ---------- -->
162178
###### SDK-only
163179

164-
* item
165-
* item
180+
* Tabbing and Arrow Keys are working fine in Window to Visual Mode
181+
166182

167183
<!-- end of Apr 2025 Prerelease SDK -->
168184

0 commit comments

Comments
 (0)