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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,10 @@ No additional APIs have been promoted to Stable and added in this Release SDK.
52
52
<!-- ---------- -->
53
53
###### Runtime-only
54
54
55
-
* Fixed the \<select\>HTML tag<!-- todo: HTML `Select` component? --> to make it selectable, in WPF apps.
55
+
* Fixed the HTML Select element (\<select\>) to make it selectable, in WPF apps.
56
56
* Fixed navigation of `edge://crashes` within a WebView2 control.
57
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 -->
58
-
* 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))
58
+
* 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))
59
59
60
60
<!-- end of Apr 2025 Release SDK -->
61
61
@@ -122,12 +122,12 @@ Use this API to manage iframe tracking on a page that contains multiple levels o
122
122
<!-- ---------- -->
123
123
###### Runtime-only
124
124
125
-
* 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.
125
+
* Fixed an issue in WPF where the \<datalist\> dropdown closed when the mouse moved outside the WebView2 control bounds.
126
126
* Fixed navigation of `edge://crashes` within a WebView2 control.
127
-
* Fixed the \<select\>HTML tag<!-- todo: HTML `Select` component? --> to make it selectable, in WPF apps.
127
+
* Fixed the HTML Select element (\<select\>) to make it selectable, in WPF apps.
128
128
* 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 -->
129
129
* Fixed bug where users unable to type in input field with autofill info([Issue #5144](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5144))
130
-
* 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))
130
+
* 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))
131
131
* Fixed a regression in the [Status bar](../concepts/overview-features-apis.md#status-bar) APIs.
0 commit comments