Skip to content

Redesign wv2 RelNotes - #3862

Open
Michael Hoffman (mikehoffms) wants to merge 98 commits into
mainfrom
user/mikehoffms/wv2-relnotes-redesign
Open

Redesign wv2 RelNotes#3862
Michael Hoffman (mikehoffms) wants to merge 98 commits into
mainfrom
user/mikehoffms/wv2-relnotes-redesign

Conversation

@mikehoffms

@mikehoffms Michael Hoffman (mikehoffms) commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Rendered articles for review:


Incidental files

  • title > heading

    • /developer/index.yml
    • Internal preview:
    • External preview:
    • Before/live:
    • Changelist:
  • title > heading

    • /devtools/contact.md
    • Internal preview:
    • External preview:
    • Before/live:
    • Changelist:
  • title > heading

    • /web-platform/release-notes/139.md - 152.md
    • Internal preview:
    • External preview:
    • Before/live:
    • Changelist:
  • title > heading

    • /web-platform/release-notes/index.md
    • Internal preview:
    • External preview:
    • Before/live:
    • Changelist:
  • title > heading

    • /webview2/concepts/overview-features-apis.md
    • Internal preview:
    • External preview:
    • Before/live:
    • Changelist:
  • title > heading

    • /webview2/concepts/versioning.md
    • Internal preview:
    • External preview:
    • Before/live:
    • Changelist:
  • title > heading

    • /webview2/how-to/webdriver.md
    • Internal preview:
    • External preview:
    • Before/live:
    • Changelist:

Redirects to test before merge

about.md

"source_path": "../microsoft-edge/webview2/release-notes/about.md",
"redirect_url": "/microsoft-edge/webview2/release-notes/index",

Redirect to test:
https://review.learn.microsoft.com/microsoft-edge/webview2/release-notes/about?branch=pr-en-us-3862
result: ok
end up at:
https://review.learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?branch=pr-en-us-3862

archive.md

"source_path": "../microsoft-edge/webview2/release-notes/archive.md",
"redirect_url": "/microsoft-edge/webview2/release-notes/index",

Redirect to test:
https://review.learn.microsoft.com/microsoft-edge/webview2/release-notes/archive?branch=pr-en-us-3862
result: ok
end up at:
https://review.learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?branch=pr-en-us-3862

Redirects to test after merge

Redirect to test:
https://learn.microsoft.com/microsoft-edge/webview2/release-notes/about
result: __
end up at: __

Redirect to test:
https://learn.microsoft.com/microsoft-edge/webview2/release-notes/archive
result: __
end up at: __

AB#63161919

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Writer/Editor

Comment on lines +13 to +15
See:
* [Release notes for the WebView2 Runtime](./runtime/index.md)
* [Release notes for WebView2 SDKs](./sdk/index.md)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These 2 links are the same as in the See also section that's now immediately below them. Feels like an unnecessary duplicate, because they are so close by.

Comment on lines +11 to +15
# Preview Runtime 152 (Aug. 3, 2026)

Release notes for Microsoft Edge WebView2 Preview Runtime 152, release date: Aug. 3, 2026.

This is a Preview Runtime, for early testing. Prerelease testing of WebView2 SDKs uses a preview channel of Microsoft Edge (Beta, Dev, or Canary), which includes the WebView2 Preview Runtime. See [Prerelease testing using preview channels](../../how-to/prerelease-testing.md).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great intro for the preview runtime release note. Should we add a hidden comment for us to remember changing this intro when the runtime becomes stable?

Something like:

Suggested change
# Preview Runtime 152 (Aug. 3, 2026)
Release notes for Microsoft Edge WebView2 Preview Runtime 152, release date: Aug. 3, 2026.
This is a Preview Runtime, for early testing. Prerelease testing of WebView2 SDKs uses a preview channel of Microsoft Edge (Beta, Dev, or Canary), which includes the WebView2 Preview Runtime. See [Prerelease testing using preview channels](../../how-to/prerelease-testing.md).
<!-- todo: when this Runtime gets released as a stable Runtime, remove "Preview" from the title and update the date -->
# Preview Runtime 152 (Aug. 3, 2026)
<!-- todo: when this Runtime gets released as a stable Runtime, remove "Preview" from the sentence and update the date. -->
Release notes for Microsoft Edge WebView2 Preview Runtime 152, release date: Aug. 3, 2026.
<!-- todo: Remove paragraph when this Runtime gets released as a stable Runtime. -->
This is a Preview Runtime, for early testing. Prerelease testing of WebView2 SDKs uses a preview channel of Microsoft Edge (Beta, Dev, or Canary), which includes the WebView2 Preview Runtime. See [Prerelease testing using preview channels](../../how-to/prerelease-testing.md).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in commit 71e6b0f

@@ -0,0 +1,44 @@
---
title: Preview Runtime 152 (Aug. 3, 2026)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The WebView2 team works with more specific version numbers than the 3-digits versions we've been using in this prototype PR.

So instead of "Runtime 152", it will be something like "Runtime 152.0.1234.12".
That's ok, we should just use their numbers, but I suggest keeping the file name as 152.md without the other numbers, because we'll be editing this file for preview and stable releases (which can have different numbers).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in commit 36dc1ca

Comment on lines +30 to +35
<!-- ====================================================================== -->
## Preview Runtime 151 (Jul. 7, 2026)

Release notes for Microsoft Edge WebView2 Preview Runtime 151, release date: Jul. 7, 2026.

Runtime 151 (Aug. 3, 2026) includes these changes.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is needed, contrary to what we had previously discussed in our last meeting. Once a runtime becomes stable (no longer preview), you don't need to know what got shipped during the preview timeframe vs. the stable timeframe. You just want to see it all listed.

So, once a Runtime becomes stable, we remove the "preview" wording from its release note.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in commit 71e6b0f

Comment on lines +52 to +53
<!-- ------------------------------ -->
#### Bug fixes in the Preview Runtime

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar comment here, a stable runtime release note should contain a single Bug fixes section, containing both the bug fixes that shipped with preview, and the ones that shipped with stable.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in commit 71e6b0f

Comment on lines +52 to +57
<!-- ====================================================================== -->
## Preview Runtime 150 (Jun. 11, 2026)

Release notes for Microsoft Edge WebView2 Preview Runtime 150, release date: Jun. 11, 2026.

Runtime 150 (Jul. 7, 2026) includes these changes.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comments as in 151.md (applies globally): this is no longer needed. Once a runtime is stable, its release note contains all changes, bug fixes, features, as consolidated lists.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in commit 71e6b0f

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 36dc1ca:

✅ Validation status: passed

File Status Preview URL Details
microsoft-edge/develop-web-microsoft-edge.md ✅Succeeded View
microsoft-edge/developer/index.yml ✅Succeeded View
microsoft-edge/devtools/contact.md ✅Succeeded View
microsoft-edge/index.yml ✅Succeeded View
microsoft-edge/toc.yml ✅Succeeded View
microsoft-edge/web-platform/release-notes/139.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/140.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/141.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/142.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/143.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/144.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/145.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/146.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/147.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/148.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/149.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/150.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/151.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/152.md ✅Succeeded View
microsoft-edge/web-platform/release-notes/index.md ✅Succeeded View
microsoft-edge/webview2/concepts/overview-features-apis.md ✅Succeeded View
microsoft-edge/webview2/concepts/versioning.md ✅Succeeded View
microsoft-edge/webview2/how-to/prerelease-testing.md ✅Succeeded View
microsoft-edge/webview2/how-to/self-hosting.md ✅Succeeded View
microsoft-edge/webview2/how-to/set-preview-channel.md ✅Succeeded View

This comment lists only the first 25 files in the pull request.
For more details, please refer to the build report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cat: webview2 WebView-related content.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants