Skip to content

Commit 9675ffc

Browse files
Merge pull request MicrosoftDocs#3106 from MicrosoftDocs/user/mikehoffms/relnotes-pages
Break up Release Notes into 3 pages: About, latest 5 months, & Archived
2 parents 7ab99bc + 680815a commit 9675ffc

15 files changed

Lines changed: 6587 additions & 6264 deletions

File tree

.openpublishing.redirection.json

Lines changed: 513 additions & 453 deletions
Large diffs are not rendered by default.

microsoft-edge/developer/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ landingContent:
168168
- linkListType: whats-new
169169
links:
170170
- text: Release Notes for the WebView2 SDK
171-
url: ../webview2/release-notes.md
171+
url: ../webview2/release-notes/index.md
172172
- linkListType: reference
173173
links:
174174
- text: WebView2 API Reference

microsoft-edge/devtools-guide-chromium/whats-new/whats-new-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ The following What's New entries cover older releases.
4848
* [What's New in DevTools (Microsoft Edge 80)](2019/12/devtools.md)
4949

5050
See also:
51-
* [What's New in Microsoft Edge DevTools](whats-new.md)
51+
* [What's New in Microsoft Edge DevTools](./whats-new.md)

microsoft-edge/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ conceptualContent:
292292
itemType: download
293293

294294
- text: Release Notes for the WebView2 SDK
295-
url: ./webview2/release-notes.md
295+
url: ./webview2/release-notes/index.md
296296
itemType: whats-new
297297

298298
- text: WebView2 API Reference

microsoft-edge/toc.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,11 +1434,25 @@
14341434
- name: Publish a UWP WebView2 app to the Microsoft Store
14351435
href: webview2/how-to/publish-uwp-app-store.md
14361436
displayName: Partner Center, Microsoft Store
1437+
# -----------------------------------------------------------------
1438+
# relnotes
1439+
- name: Release Notes
1440+
items:
1441+
- name: About # new page
1442+
href: webview2/release-notes/about.md
1443+
displayName: About Release Notes for the WebView2 SDK, what's new, announcements # top-of-page title
1444+
1445+
- name: Release Notes
1446+
href: webview2/release-notes/index.md # new location & file name, instead of at wv2 root
1447+
displayName: Release Notes for the WebView2 SDK, what's new, announcements # top-of-page title
1448+
1449+
- name: Archived Release Notes # new page
1450+
href: webview2/release-notes/archive.md
1451+
displayName: Archived Release Notes for the WebView2 SDK, what's new, announcements # top-of-page title
14371452

1438-
- name: Release Notes for the WebView2 SDK
1439-
href: webview2/release-notes.md
1440-
displayName: what's new, announcements
14411453

1454+
# end of relnotes
1455+
# -----------------------------------------------------------------
14421456
- name: WebView2 Roadmap
14431457
href: webview2/roadmap.md
14441458

microsoft-edge/webview2/concepts/distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The vast majority of Windows 10 devices have the WebView2 Runtime installed alre
144144
* 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.
145145

146146
See also:
147-
* [Understanding browser versions and WebView2](versioning.md).
147+
* [Understand the different WebView2 SDK versions](versioning.md).
148148
* [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/).
149149

150150

microsoft-edge/webview2/concepts/frames.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ For iframes, you can listen to network events and modify them, by using the `Web
302302
See also:
303303
* [Manage network requests in WebView2](./overview-features-apis.md#manage-network-requests-in-webview2) in _Overview of WebView2 features and APIs_.
304304
* [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_.
306306

307307

308308
##### [.NET/C#](#tab/dotnetcsharp)

microsoft-edge/webview2/concepts/overview-features-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ When hosting the WebView2 control, your app has access to the following features
3131

3232
<!-- maintenance notes: add table rows for any new h2 sections -->
3333

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).
3535

3636

3737
<!-- ====================================================================== -->

microsoft-edge/webview2/concepts/versioning.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ New APIs are introduced in phases as follows:
3535
| _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. |
3636

3737
![Diagram of phases of introducing new APIs](./versioning-images/phases-of-adding-apis.png)
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 -->
3939

4040
<!-- terminology:
4141
APIs are Experimental or Stable
@@ -99,8 +99,7 @@ On a development machine, the client must have either the Microsoft Edge preview
9999
<!-- ====================================================================== -->
100100
## Forward compatibility of APIs
101101

102-
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.
104103

105104
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.
106105

@@ -164,7 +163,7 @@ In the Evergreen distribution approach, the client's WebView2 Runtime automatica
164163

165164
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.
166165

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).
168167

169168

170169
<!-- ====================================================================== -->

microsoft-edge/webview2/how-to/webdriver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Follow the instructions to install [Microsoft Edge WebDriver](../../webdriver-ch
3939

4040
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.
4141

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).
4343

4444
* To find out which version of the WebView2 Runtime you currently have, go to `edge://settings/help`.
4545

0 commit comments

Comments
 (0)