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/concepts/distribution.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ The vast majority of Windows 10 devices have the WebView2 Runtime installed alre
144
144
* Redirect your end users to the Microsoft site: [Download Microsoft Edge WebView2](https://developer.microsoft.com/microsoft-edge/webview2/consumer/), and have end users download the Evergreen WebView2 Runtime installer from the site and install the Runtime themselves.
145
145
146
146
See also:
147
-
*[Understanding browser versions and WebView2](versioning.md).
147
+
*[Understand the different WebView2 SDK versions](versioning.md).
148
148
*[Delivering Microsoft Edge WebView2 Runtime to managed Windows 10 devices](https://blogs.windows.com/msedgedev/2022/12/14/delivering-microsoft-edge-webview2-runtime-to-managed-windows-10-devices/).
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/concepts/frames.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,7 +302,7 @@ For iframes, you can listen to network events and modify them, by using the `Web
302
302
See also:
303
303
*[Manage network requests in WebView2](./overview-features-apis.md#manage-network-requests-in-webview2) in _Overview of WebView2 features and APIs_.
304
304
*[Custom management of network requests](../how-to/webresourcerequested.md)
305
-
*[Experimental APIs for 1.0.1222-prerelease](../release-notes.md#experimental-apis-for-101222-prerelease) in _Release Notes for the WebView2 SDK_.
305
+
*[Experimental APIs for 1.0.1222-prerelease](../release-notes/archive.md#experimental-apis-for-101222-prerelease) in _Archived Release Notes for the WebView2 SDK_.
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/concepts/overview-features-apis.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ When hosting the WebView2 control, your app has access to the following features
31
31
32
32
<!-- maintenance notes: add table rows for any new h2 sections -->
33
33
34
-
This page only lists APIs that are in Release SDKs; it doesn't list Experimental APIs, or Stable APIs that are not yet available in Release SDKs. For a comprehensive list of APIs including Experimental APIs, see [Release Notes for the WebView2 SDK](../release-notes.md).
34
+
This page only lists APIs that are in Release SDKs; it doesn't list Experimental APIs, or Stable APIs that are not yet available in Release SDKs. For a comprehensive list of APIs including Experimental APIs, see [Release Notes for the WebView2 SDK](../release-notes/index.md).
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/concepts/versioning.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ New APIs are introduced in phases as follows:
35
35
|_Stable in a Release SDK_| 3. Then the Stable API is promoted to be included in the Release SDK. This typically happens 1 month after the API is promoted to Stable in a Prerelease SDK. The API also remains in the Prerelease SDK. |
36
36
37
37

38
-
<!-- .png is used by webview2/release-notes.md and webview2/concepts/versioning.md -->
38
+
<!-- .png is used by webview2/release-notes/about.md and webview2/concepts/versioning.md -->
39
39
40
40
<!-- terminology:
41
41
APIs are Experimental or Stable
@@ -99,8 +99,7 @@ On a development machine, the client must have either the Microsoft Edge preview
The WebView2 _release_ SDK has been forward-compatible ever since version 1 (that is, SDK version [1.0.622.22](../release-notes.md#1062222)).
103
-
You can update your WebView2 app to use the latest APIs from the most recent Release version of the SDK. Your app will continue to work on clients because clients automatically have the latest WebView2 Evergreen Runtime.
102
+
The WebView2 _release_ SDK has been forward-compatible ever since version 1 (Release SDK [1.0.622.22](../release-notes/archive.md#1062222) in _Archived Release Notes for the WebView2 SDK_). You can update your WebView2 app to use the latest APIs from the most recent Release version of the SDK. Your app will continue to work on clients because clients automatically have the latest WebView2 Evergreen Runtime.
104
103
105
104
The WebView2 APIs in a Release SDK package are stable and forward-compatible. A WebView2 API works when using a WebView2 Runtime that has an equal or higher build number as the SDK build number in which the API was introduced. The build number is the third part of the four-part version number for the Webview2 SDK, and of the four-part version number for Microsoft Edge and the WebView2 Runtime.
106
105
@@ -164,7 +163,7 @@ In the Evergreen distribution approach, the client's WebView2 Runtime automatica
164
163
165
164
In case updating the WebView2 Runtime is prevented on the client, make sure that you know the minimum build number of the WebView2 Runtime that is required by your app. To view or get the latest WebView2 Runtime versions, see [Download the WebView2 Runtime](https://developer.microsoft.com/microsoft-edge/webview2/#download-section) in the _Microsoft Edge WebView2_ page at developer.microsoft.com. The minimum required Runtime version to support the General Availability release of the SDK (build 616) is older than for the latest Runtime. The latest Runtime supports all APIs that are in the latest Release SDK.
166
165
167
-
To check the compatibility between specific build numbers of the SDK and the Runtime or Microsoft Edge preview channel, see [Release Notes for the WebView2 SDK](../release-notes.md).
166
+
To check the compatibility between specific build numbers of the SDK and the Runtime or Microsoft Edge preview channel, see [Release Notes for the WebView2 SDK](../release-notes/index.md).
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/how-to/webdriver.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Follow the instructions to install [Microsoft Edge WebDriver](../../webdriver-ch
39
39
40
40
Make sure the version of Microsoft Edge WebDriver matches the version of the WebView2 Runtime that your app uses. For the WebView2API Sample to work, make sure your version of the WebView2 Runtime is greater than or equal to the supported version of the latest WebView2 SDK release.
41
41
42
-
* To locate the latest WebView2 SDK release, see [Release Notes for the WebView2 SDK](../release-notes.md).
42
+
* To locate the latest WebView2 SDK release, see [Release Notes for the WebView2 SDK](../release-notes/index.md).
43
43
44
44
* To find out which version of the WebView2 Runtime you currently have, go to `edge://settings/help`.
0 commit comments