File tree Expand file tree Collapse file tree
web-platform/release-notes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -351,6 +351,10 @@ conceptualContent:
351351 url : ./webview2/index.md
352352 itemType : overview
353353
354+ - text : Release notes for the WebView2 SDK
355+ url : ./webview2/release-notes/index.md
356+ itemType : whats-new
357+
354358 - text : Differences between Microsoft Edge and WebView2
355359 url : ./webview2/concepts/browser-features.md
356360 itemType : concept
@@ -367,10 +371,6 @@ conceptualContent:
367371 url : ./webview2/samples/index.md
368372 itemType : download
369373
370- - text : Release notes for the WebView2 SDK
371- url : ./webview2/release-notes/index.md
372- itemType : whats-new
373-
374374 - text : WebView2 API Reference
375375 url : ./webview2/webview2-api-reference.md
376376 itemType : reference
Original file line number Diff line number Diff line change 14111411
14121412 - name : Introduction to Microsoft Edge WebView2
14131413 href : ./webview2/index.md
1414+ # -----------------------------------------------------------------------------
1415+ - name : Release notes
1416+ items :
1417+ - name : About release notes for the WebView2 SDK
1418+ href : ./webview2/release-notes/about.md
1419+
1420+ - name : Release notes for the WebView2 SDK
1421+ href : ./webview2/release-notes/index.md
1422+ displayName : what's new, announcements
1423+
1424+ - name : Archived release notes for the WebView2 SDK
1425+ href : ./webview2/release-notes/archive.md
14141426# -----------------------------------------------------------------------------
14151427 - name : Get started
14161428 items :
17151727
17161728 - name : Data and privacy in WebView2
17171729 href : ./webview2/concepts/data-privacy.md
1718- # -----------------------------------------------------------------------------
1719- - name : Release notes
1720- items :
1721- - name : About Release notes for the WebView2 SDK
1722- href : ./webview2/release-notes/about.md
1723-
1724- - name : Release notes for the WebView2 SDK
1725- href : ./webview2/release-notes/index.md
1726- displayName : what's new, announcements
1727-
1728- - name : Archived release notes for the WebView2 SDK
1729- href : ./webview2/release-notes/archive.md
17301730# -----------------------------------------------------------------------------
17311731 - name : WebView2 Reference
17321732 items :
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ See [What's new in DevTools (Microsoft Edge 133)](../../devtools/whats-new/2025/
6464<!-- ====================================================================== -->
6565## WebView2
6666
67- See [ 1.0.3065.39] ( ../../webview2/release-notes/archive .md#10306539 ) (February 10, 2025) in _ Archived release notes for the WebView2 SDK_ .
67+ See [ 1.0.3065.39] ( ../../webview2/release-notes/index .md#10306539 ) (February 10, 2025) in _ Release notes for the WebView2 SDK_ .
6868
6969
7070<!-- ====================================================================== -->
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ See [What's new in DevTools (Microsoft Edge 134)](../../devtools/whats-new/2025/
5252<!-- ====================================================================== -->
5353## WebView2
5454
55- See [ 1.0.3124.44] ( ../../webview2/release-notes/archive .md#10312444 ) (March 10, 2025) in _ Archived release notes for the WebView2 SDK_ .
55+ See [ 1.0.3124.44] ( ../../webview2/release-notes/index .md#10312444 ) (March 10, 2025) in _ Release notes for the WebView2 SDK_ .
5656
5757
5858<!-- ====================================================================== -->
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ See [What's new in DevTools (Microsoft Edge 135)](../../devtools/whats-new/2025/
6666<!-- ====================================================================== -->
6767## WebView2
6868
69- See [ 1.0.3179.45] ( ../../webview2/release-notes/archive .md#10317945 ) (April 7, 2025) in _ Archived release notes for the WebView2 SDK_ .
69+ See [ 1.0.3179.45] ( ../../webview2/release-notes/index .md#10317945 ) (April 7, 2025) in _ Release notes for the WebView2 SDK_ .
7070
7171
7272<!-- ====================================================================== -->
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ See [What's new in DevTools (Microsoft Edge 136)](../../devtools/whats-new/2025/
6363<!-- ====================================================================== -->
6464## WebView2
6565
66- See [ 1.0.3240.44] ( ../../webview2/release-notes/archive .md#10324044 ) (May 5, 2025) in _ Archived release notes for the WebView2 SDK_ .
66+ See [ 1.0.3240.44] ( ../../webview2/release-notes/index .md#10324044 ) (May 5, 2025) in _ Release notes for the WebView2 SDK_ .
6767
6868
6969<!-- ====================================================================== -->
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ See [What's new in DevTools (Microsoft Edge 137)](../../devtools/whats-new/2025/
5959<!-- ====================================================================== -->
6060## WebView2
6161
62- See [ 1.0.3296.44] ( ../../webview2/release-notes/archive .md#10329644 ) (June 3, 2025) in _ Archived release notes for the WebView2 SDK_ .
62+ See [ 1.0.3296.44] ( ../../webview2/release-notes/index .md#10329644 ) (June 3, 2025) in _ Release notes for the WebView2 SDK_ .
6363
6464
6565<!-- ====================================================================== -->
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ See [What's new in DevTools (Microsoft Edge 138)](../../devtools/whats-new/2025/
5757<!-- ====================================================================== -->
5858## WebView2
5959
60- See [ 1.0.3296.44 ] ( ../../webview2/release-notes/archive .md#10329644 ) (June 3 , 2025) in _ Archived release notes for the WebView2 SDK_ .
60+ See [ 1.0.3351.48 ] ( ../../webview2/release-notes/index .md#10335148 ) (July 1 , 2025) in _ Release notes for the WebView2 SDK_ .
6161
6262
6363<!-- ====================================================================== -->
Original file line number Diff line number Diff line change 11---
22title : Performance best practices for WebView2 apps
3- description : How to increase the performance of your WebView2 application .
3+ description : How to improve the startup speed, memory usage, and responsiveness of a WebView2 app .
44author : MSEdgeTeam
55ms.author : msedgedevrel
66ms.topic : article
Original file line number Diff line number Diff line change @@ -216,8 +216,7 @@ If your code determines that an API is unavailable in the client's installed Web
216216* [ Phases of adding APIs] ( ../release-notes/about.md#phases-of-adding-apis ) in _ About Release notes for the WebView2 SDK_ .<!-- bucket 12 -->
217217* [ Release notes for the WebView2 SDK] ( ../release-notes/index.md ) <!-- bucket 12 -->
218218* [ WebView2 API Reference] ( ../webview2-api-reference.md ) <!-- bucket 13 -->
219- <!--
220- * [1.0.622.22](../release-notes/archive.md#1062222) in _Archived release notes for the WebView2 SDK_. bucket 12 -->
219+ * [ 1.0.622.22] ( ../release-notes/archive.md#1062222 ) in _ Archived release notes for the WebView2 SDK_ .<!-- bucket 12 -->
221220
222221Microsoft Edge Enterprise documentation:
223222* [ Microsoft Edge release schedule] ( /deployedge/microsoft-edge-release-schedule ) <!-- not in article body -->
You can’t perform that action at this time.
0 commit comments