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/archive.md
+26-8Lines changed: 26 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2469,6 +2469,10 @@ For full API compatibility, this Prerelease version of the WebView2 SDK requires
2469
2469
<!-- ------------------------------ -->
2470
2470
#### Breaking changes
2471
2471
2472
+
2473
+
<!-- ---------- -->
2474
+
###### Minimum .NET Framework version
2475
+
2472
2476
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.
2473
2477
2474
2478
@@ -3313,8 +3317,11 @@ For full API compatibility, this Release version of the WebView2 SDK requires We
3313
3317
<!-- ------------------------------ -->
3314
3318
#### Breaking changes
3315
3319
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.
3318
3325
3319
3326
3320
3327
<!-- ------------------------------ -->
@@ -3798,8 +3805,13 @@ For full API compatibility, this Release version of the WebView2 SDK requires We
3798
3805
<!-- ------------------------------ -->
3799
3806
#### Breaking changes
3800
3807
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."
3803
3815
3804
3816
3805
3817
<!-- ------------------------------ -->
@@ -8416,11 +8428,17 @@ This prerelease version of the WebView2 SDK requires Microsoft Edge version 86.0
8416
8428
<!-- ------------------------------ -->
8417
8429
#### Breaking changes
8418
8430
8419
-
> [!IMPORTANT]
8420
-
> **Breaking Change**: WebView2 prerelease package 1.0.781 is deprecated. Discontinue development with package 1.0.781.
8421
8431
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.
[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.
0 commit comments