Skip to content

Commit d7afe48

Browse files
authored
Merge pull request #3631 from MicrosoftDocs/main
main to live - Nov. 7, 2025
2 parents ba74418 + 96e1ec5 commit d7afe48

File tree

3 files changed

+90
-9
lines changed

3 files changed

+90
-9
lines changed

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

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2469,6 +2469,10 @@ For full API compatibility, this Prerelease version of the WebView2 SDK requires
24692469
<!-- ------------------------------ -->
24702470
#### Breaking changes
24712471

2472+
2473+
<!-- ---------- -->
2474+
###### Minimum .NET Framework version
2475+
24722476
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.
24732477

24742478

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

3316-
> [!IMPORTANT]
3317-
> **Breaking Change**: Navigations to `about:blank` are now cancellable via the `NavigationStarting` event. To revert to the old behavior, disable the `msWebView2CancellableAboutNavigations` feature flag.
3320+
3321+
<!-- ---------- -->
3322+
###### Navigations to `about:blank` cancellable via `NavigationStarting` event
3323+
3324+
Navigations to `about:blank` are now cancellable via the `NavigationStarting` event. To revert to the old behavior, disable the `msWebView2CancellableAboutNavigations` feature flag.
33183325

33193326

33203327
<!-- ------------------------------ -->
@@ -3798,8 +3805,13 @@ For full API compatibility, this Release version of the WebView2 SDK requires We
37983805
<!-- ------------------------------ -->
37993806
#### Breaking changes
38003807

3801-
> [!IMPORTANT]
3802-
> **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."
3808+
3809+
<!-- ---------- -->
3810+
###### Unpackaged Win32 app using Fixed Version 120+ on Windows 10
3811+
3812+
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).
3813+
3814+
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."
38033815

38043816

38053817
<!-- ------------------------------ -->
@@ -8416,11 +8428,17 @@ This prerelease version of the WebView2 SDK requires Microsoft Edge version 86.0
84168428
<!-- ------------------------------ -->
84178429
#### Breaking changes
84188430

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

8422-
> [!IMPORTANT]
8423-
> 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.
8432+
<!-- ---------- -->
8433+
###### Prerelease package 1.0.781 is deprecated
8434+
8435+
WebView2 prerelease package 1.0.781 is deprecated. Discontinue development with package 1.0.781.
8436+
8437+
8438+
<!-- ---------- -->
8439+
###### Prerelease package 0.9.430 is deprecated
8440+
8441+
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.
84248442

84258443

84268444
<!-- ------------------------------ -->

microsoft-edge/webview2/release-notes/includes/templates.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,24 @@ Release Date: Monthname nn, 2025
99
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version ###.0.####.## or higher.
1010

1111

12+
<!-- ------------------------------ -->
13+
#### Breaking changes
14+
<!-- omit section if empty; usually empty -->
15+
16+
17+
<!-- ---------- -->
18+
###### heading
19+
20+
1221
<!-- ------------------------------ -->
1322
#### General changes
1423
<!-- omit section if empty; usually empty -->
1524

1625

26+
<!-- ---------- -->
27+
###### heading
28+
29+
1730
<!-- ------------------------------ -->
1831
#### Promotions
1932

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

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,61 @@ This Release SDK includes the following bug fixes.
5555
###### Runtime-only
5656

5757
* Disabled creation of a "Speculative Renderer" process.
58-
* Enabled `EmbeddedBrowserBrowserProcessExitedTest` for ARM64.
5958

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

6261

62+
<!-- Nov 2025 Prerelease SDK -->
63+
<!-- ====================================================================== -->
64+
## 1.0.3650-prerelease
65+
66+
Release Date: November 07, 2025
67+
68+
[NuGet package for WebView2 SDK 1.0.3650-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3650-prerelease)
69+
70+
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.
71+
72+
73+
74+
<!-- ------------------------------ -->
75+
#### Breaking changes
76+
77+
78+
<!-- ---------- -->
79+
###### Don't start navigation until `NewWindowRequested` event completes
80+
81+
Don't start WebView2 navigation until the `NewWindowRequested` event is completed, because the event blocks the parent frame's JavaScript until completion.
82+
83+
This is a potentially breaking change; you might need to revise your code.
84+
85+
86+
<!-- ------------------------------ -->
87+
#### Experimental APIs
88+
89+
No Experimental APIs have been added in this Prerelease SDK.
90+
91+
92+
<!-- ------------------------------ -->
93+
#### Promotions
94+
95+
No APIs have been promoted from Phase 1: Experimental in Prerelease, to Phase 2: Stable in Prerelease, in this Prerelease SDK.
96+
97+
98+
<!-- ------------------------------ -->
99+
#### Bug fixes
100+
101+
This Prerelease SDK includes the following bug fixes.
102+
103+
104+
<!-- ---------- -->
105+
###### Runtime-only
106+
107+
* Disabled creation of a "Speculative Renderer" process.
108+
* Fixed a **Find** dialog synchronization issue while programmatically doing a Find.
109+
110+
<!-- end of Nov 2025 Prerelease SDK -->
111+
112+
63113
<!-- Oct 2025 Release SDK -->
64114
<!-- ====================================================================== -->
65115
## 1.0.3537.50

0 commit comments

Comments
 (0)