Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion microsoft-edge/web-platform/release-notes/134.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ See [What's New in DevTools (Microsoft Edge 134)](../../devtools/whats-new/2025/
<!-- ====================================================================== -->
## WebView2

See [1.0.3124.44](../../webview2/release-notes/index.md#10312444) in _Release Notes for the WebView2 SDK_ (March 2025).
See [1.0.3124.44](../../webview2/release-notes/archive.md#10312444) in _Release Notes for the WebView2 SDK_ (March 2025).


<!-- ====================================================================== -->
Expand Down
83 changes: 83 additions & 0 deletions microsoft-edge/webview2/release-notes/archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,89 @@ ms.date: 06/30/2025
These Release Notes provide information about added features and bug fixes that are included in the WebView2 Release SDK and the WebView2 Prerelease SDK, for older releases.


<!-- Mar 2025 Release SDK -->
<!-- ====================================================================== -->
## 1.0.3124.44

Release Date: March 10, 2025

[NuGet package for WebView2 SDK 1.0.3124.44](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3124.44)

For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 134.0.3124.44 or higher.


<!-- ------------------------------ -->
#### Promotions

No additional APIs have been promoted to Stable and added in this Release SDK.


<!-- ------------------------------ -->
#### Bug fixes


<!-- ---------- -->
###### Runtime-only

* 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))
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
* Fixed the download popup not being displayed when `target="_blank"`. ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))

<!-- end of Mar 2025 Release SDK -->


<!-- Mar 2025 Prerelease SDK -->
<!-- ====================================================================== -->
## 1.0.3171-prerelease

Release Date: March 10, 2025

[NuGet package for WebView2 SDK 1.0.3171-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3171-prerelease)

For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 135.0.3171.0 or higher.


<!-- ------------------------------ -->
#### Experimental APIs

No Experimental APIs have been added in this Prerelease SDK.


<!-- ------------------------------ -->
#### Promotions

No APIs have been promoted from Experimental to Stable in this Prerelease SDK.


<!-- ------------------------------ -->
#### Bug fixes


<!-- ---------- -->
###### Runtime and SDK

* 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))


<!-- ---------- -->
###### Runtime-only

* Fixed an "Add to Chrome" store installation regression.
* Fixed folder uploads in UWP and WinUI. ([Issue #3275](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3275))
* 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))
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
* Fixed the download popup not being displayed when `target="_blank"`. ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))


<!-- ---------- -->
###### SDK-only

* Fixes a crash that could occur when the Garbage Collector calls `Finalize` on a thread other than the main thread.

<!-- end of Mar 2025 Prerelease SDK -->


<!-- Feb 2025 Release SDK -->
<!-- ====================================================================== -->
## 1.0.3065.39
Expand Down
24 changes: 20 additions & 4 deletions microsoft-edge/webview2/release-notes/includes/templates.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Jul 2025 Release SDK -->
<!-- Oct 2025 Release SDK -->
<!-- ====================================================================== -->
## 1.0.####.##

Expand All @@ -9,6 +9,11 @@ Release Date: Monthname nn, 2025
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version ###.0.####.## or higher.


<!-- ------------------------------ -->
#### General changes
<!-- omit section if empty; usually empty -->


<!-- ------------------------------ -->
#### Promotions

Expand All @@ -33,6 +38,9 @@ description
<!-- ------------------------------ -->
#### Bug fixes

There are no bug fixes in this Release SDK.
This Release SDK includes the following bug fixes.


<!-- ---------- -->
###### Runtime and SDK
Expand All @@ -51,10 +59,10 @@ description

* Fixed behavior. ([Issue #]())

<!-- end of Jul 2025 Release SDK -->
<!-- end of Oct 2025 Release SDK -->


<!-- Jul 2025 Prerelease SDK -->
<!-- Oct 2025 Prerelease SDK -->
<!-- ====================================================================== -->
## 1.0.####-prerelease

Expand All @@ -65,6 +73,11 @@ Release Date: Monthname nn, 2025
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.


<!-- ------------------------------ -->
#### General changes
<!-- omit section if empty; usually empty -->


<!-- ------------------------------ -->
#### Experimental APIs

Expand Down Expand Up @@ -110,6 +123,9 @@ description
<!-- ------------------------------ -->
#### Bug fixes

There are no bug fixes in this Prerelease SDK.
This Prerelease SDK includes the following bug fixes.


<!-- ---------- -->
###### Runtime and SDK
Expand All @@ -128,4 +144,4 @@ description

* Fixed behavior. ([Issue #]())

<!-- end of Jul 2025 Prerelease SDK -->
<!-- end of Oct 2025 Prerelease SDK -->
Loading