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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ No additional APIs have been promoted to Stable and added in this Release SDK.
52
52
<!-- ---------- -->
53
53
###### Runtime-only
54
54
55
-
*Disabled `kExtensionDisableUnsupportedDeveloper`in WebView2. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))<!-- todo: correct spelling? not found in any docset, not mentioned in the Issue - more relevant wording for users? where can confirm spelling? -->
55
+
*Extensions won't get disabled in WebView2 by using `AddBrowserExtensionAsync`, regardless of whether developer mode is on. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))
56
56
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
57
57
* Fixed the download popup not being displayed when `target="_blank"`. ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))
58
58
@@ -90,23 +90,23 @@ No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
90
90
###### Runtime and SDK
91
91
92
92
* Fixed host object async method exception handling. ([Issue #3402](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3402))
*Fixed documentation for `CoreWebVIew2.Navigate`. ([Issue #5091](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5091))
94
94
95
95
96
96
<!-- ---------- -->
97
97
###### Runtime-only
98
98
99
99
* Fixed an "Add to Chrome" store installation regression.
100
100
* Fixed folder uploads in UWP and WinUI. ([Issue #3275](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3275))
101
-
*Disabled `kExtensionDisableUnsupportedDeveloper`in WebView2. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))<!-- todo: correct spelling? not found in any docset, not mentioned in the Issue - more relevant wording for users? where can confirm spelling? -->
101
+
*Extensions won't get disabled in WebView2 by using `AddBrowserExtensionAsync`, regardless of whether developer mode is on. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))
102
102
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
103
103
* Fixed the download popup not being displayed when `target="_blank"`. ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))
104
104
105
105
106
106
<!-- ---------- -->
107
107
###### SDK-only
108
108
109
-
* Fixes a crash that could occur when the Garbage Collector calls `Finalize`off<!-- todo: clarify "off" - on? of? --> the main thread.
109
+
* Fixes a crash that could occur when the Garbage Collector calls `Finalize`on a thread other than the main thread.
0 commit comments