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
34 changes: 26 additions & 8 deletions microsoft-edge/webview2/release-notes/archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -2469,6 +2469,10 @@ For full API compatibility, this Prerelease version of the WebView2 SDK requires
<!-- ------------------------------ -->
#### Breaking changes


<!-- ---------- -->
###### Minimum .NET Framework version

The minimum .NET Framework version requirement for .NET WebView2, including WPF and WinForms controls, has been updated from .NET Framework 4.5 to .NET Framework 4.6.2.


Expand Down Expand Up @@ -3313,8 +3317,11 @@ For full API compatibility, this Release version of the WebView2 SDK requires We
<!-- ------------------------------ -->
#### Breaking changes

> [!IMPORTANT]
> **Breaking Change**: Navigations to `about:blank` are now cancellable via the `NavigationStarting` event. To revert to the old behavior, disable the `msWebView2CancellableAboutNavigations` feature flag.

<!-- ---------- -->
###### Navigations to `about:blank` cancellable via `NavigationStarting` event

Navigations to `about:blank` are now cancellable via the `NavigationStarting` event. To revert to the old behavior, disable the `msWebView2CancellableAboutNavigations` feature flag.


<!-- ------------------------------ -->
Expand Down Expand Up @@ -3798,8 +3805,13 @@ For full API compatibility, this Release version of the WebView2 SDK requires We
<!-- ------------------------------ -->
#### Breaking changes

> [!IMPORTANT]
> **Breaking Change**: If you're developing an unpackaged Win32 app using Fixed Version Runtime v120 or above and targeting Windows 10 devices, you need to run a couple of ACL shell commands (`icacls`), to avoid crashing, because of a new security feature implemented in WebView2. See [[Breaking Change] Unpackaged Win32 app using Fixed Version v120+ on Win10 need ACL](https://github.com/MicrosoftEdge/WebView2Announcements/issues/82). The fix is in the article _Distribute your app and the WebView2 Runtime_, section [The Fixed Version runtime distribution mode](../concepts/distribution.md#the-fixed-version-runtime-distribution-mode), step "On Windows 10 devices, starting with Fixed Version 120, developers of unpackaged Win32 applications using Fixed Version are required to run the following commands."

<!-- ---------- -->
###### Unpackaged Win32 app using Fixed Version 120+ on Windows 10

If you're developing an unpackaged Win32 app using Fixed Version Runtime v120 or above and targeting Windows 10 devices, you need to run a couple of ACL shell commands (`icacls`), to avoid crashing, because of a new security feature implemented in WebView2. See [[Breaking Change] Unpackaged Win32 app using Fixed Version v120+ on Win10 need ACL](https://github.com/MicrosoftEdge/WebView2Announcements/issues/82).

The fix is in the article _Distribute your app and the WebView2 Runtime_, section [The Fixed Version runtime distribution mode](../concepts/distribution.md#the-fixed-version-runtime-distribution-mode), step "On Windows 10 devices, starting with Fixed Version 120, developers of unpackaged Win32 applications using Fixed Version are required to run the following commands."


<!-- ------------------------------ -->
Expand Down Expand Up @@ -8416,11 +8428,17 @@ This prerelease version of the WebView2 SDK requires Microsoft Edge version 86.0
<!-- ------------------------------ -->
#### Breaking changes

> [!IMPORTANT]
> **Breaking Change**: WebView2 prerelease package 1.0.781 is deprecated. Discontinue development with package 1.0.781.

> [!IMPORTANT]
> WebView2 prerelease package 0.9.430 is deprecated, and is removed with the next release. If your WebView2 app uses the package, the WebView2 team recommends that you move to a newer package.
<!-- ---------- -->
###### Prerelease package 1.0.781 is deprecated

WebView2 prerelease package 1.0.781 is deprecated. Discontinue development with package 1.0.781.


<!-- ---------- -->
###### Prerelease package 0.9.430 is deprecated

WebView2 prerelease package 0.9.430 is deprecated, and is removed with the next release. If your WebView2 app uses the package, the WebView2 team recommends that you move to a newer package.


<!-- ------------------------------ -->
Expand Down
13 changes: 13 additions & 0 deletions microsoft-edge/webview2/release-notes/includes/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,24 @@ Release Date: Monthname nn, 2025
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version ###.0.####.## or higher.


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


<!-- ---------- -->
###### heading


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


<!-- ---------- -->
###### heading


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

Expand Down
52 changes: 51 additions & 1 deletion microsoft-edge/webview2/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,61 @@ This Release SDK includes the following bug fixes.
###### Runtime-only

* Disabled creation of a "Speculative Renderer" process.
* Enabled `EmbeddedBrowserBrowserProcessExitedTest` for ARM64.

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


<!-- Nov 2025 Prerelease SDK -->
<!-- ====================================================================== -->
## 1.0.3650-prerelease

Release Date: November 07, 2025

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

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



<!-- ------------------------------ -->
#### Breaking changes


<!-- ---------- -->
###### Don't start navigation until `NewWindowRequested` event completes

Don't start WebView2 navigation until the `NewWindowRequested` event is completed, because the event blocks the parent frame's JavaScript until completion.

This is a potentially breaking change; you might need to revise your code.


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

No Experimental APIs have been added in this Prerelease SDK.


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

No APIs have been promoted from Phase 1: Experimental in Prerelease, to Phase 2: Stable in Prerelease, in this Prerelease SDK.


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

This Prerelease SDK includes the following bug fixes.


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

* Disabled creation of a "Speculative Renderer" process.
* Fixed a **Find** dialog synchronization issue while programmatically doing a Find.

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


<!-- Oct 2025 Release SDK -->
<!-- ====================================================================== -->
## 1.0.3537.50
Expand Down