Skip to content

Commit 011e0a6

Browse files
committed
template
1 parent 6e95098 commit 011e0a6

1 file changed

Lines changed: 109 additions & 26 deletions

File tree

  • microsoft-edge/webview2/release-notes

microsoft-edge/webview2/release-notes/index.md

Lines changed: 109 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: webview
9-
ms.date: 11/18/2024
9+
ms.date: 01/22/2025
1010
---
1111
# Release Notes for the WebView2 SDK
1212

1313
These Release Notes provide information about new features and bug fixes that are included in the WebView2 Release SDK and the WebView2 Prerelease SDK.
1414

15-
<!-- this webpage covers the most recent ~5 months; periodically move oldest h2 sections from bottom of present file to archive.md. eg covers:
15+
<!--
16+
the template to copy for incoming sections is at end of this file
17+
18+
this webpage covers the most recent ~5 months; periodically move oldest h2 sections from bottom of present file to archive.md. eg covers:
1619
Nov 2024
1720
Oct 2024
1821
Sep 2024
@@ -25,31 +28,24 @@ May 2024
2528
-->
2629

2730

28-
<!--
29-
template for Release and Prerelease
30-
omit the "Experimental APIs" section from actual Release section
31-
-->
32-
<!-- ====================================================================== --
33-
## 1.0.####.##
31+
<!-- ====================================================================== -->
3432
## 1.0.####-prerelease
3533

3634
Release Date: Monthname nn, 2024
3735

38-
[NuGet package for WebView2 SDK 1.0.####.##](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####.##)
3936
[NuGet package for WebView2 SDK 1.0.####-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####-prerelease)
4037

41-
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version ###.0.####.## or higher.
4238
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version ###.0.####.0 or higher.
4339

4440

45-
<!-- ------------------------------ --
41+
<!-- ------------------------------ -->
4642
#### Experimental APIs
4743

4844
No Experimental APIs have been added in this Prerelease SDK.
4945
The following Experimental APIs have been added in this Prerelease SDK.
5046

5147

52-
<!-- ---------- --
48+
<!-- ---------- -->
5349
###### heading
5450

5551
description
@@ -63,17 +59,14 @@ description
6359
---
6460

6561

66-
<!-- ------------------------------ --
62+
<!-- ------------------------------ -->
6763
#### Promotions
6864

69-
No additional APIs have been promoted to Stable and added in this Release SDK.
70-
The following APIs have been promoted to Stable and are now included in this Release SDK.
71-
7265
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
7366
The following APIs have been promoted from Experimental to Stable in this Prerelease SDK.
7467

7568

76-
<!-- ---------- --
69+
<!-- ---------- -->
7770
###### heading
7871

7972
description
@@ -87,36 +80,32 @@ description
8780
---
8881

8982

90-
<!-- ------------------------------ --
83+
<!-- ------------------------------ -->
9184
#### Bug fixes
9285

9386

94-
<!-- ---------- --
87+
<!-- ---------- -->
9588
###### Runtime and SDK
9689

9790
* item
9891
* item
9992

10093

101-
<!-- ---------- --
94+
<!-- ---------- -->
10295
###### Runtime-only
10396

10497
* item
10598
* item
10699

107100

108-
<!-- ---------- --
101+
<!-- ---------- -->
109102
###### SDK-only
110103

111104
* item
112105
* item
113106

114-
-->
115107

116-
117-
<!-- end of Dec 2024 Release SDK -->
118-
<!-- end of Dec 2024 Prerelease SDK -->
119-
<!-- end of template -->
108+
<!-- end of Jan 2024 Prerelease SDK -->
120109

121110

122111
<!-- ====================================================================== -->
@@ -1306,3 +1295,97 @@ The following APIs have been promoted from Experimental to Stable in this Prerel
13061295
* [Archived Release Notes for the WebView2 SDK](./archive.md)
13071296
* [Overview of WebView2 APIs](../concepts/overview-features-apis.md) - outlines many of the APIs, by feature area, that are in Release SDK packages.
13081297
* [Contacting the Microsoft Edge WebView2 team](../contact.md)
1298+
1299+
1300+
<!--
1301+
template for Release and Prerelease
1302+
omit the "Experimental APIs" section from actual Release section
1303+
-->
1304+
<!-- ====================================================================== --
1305+
## 1.0.####.##
1306+
## 1.0.####-prerelease
1307+
1308+
Release Date: Monthname nn, 2024
1309+
1310+
[NuGet package for WebView2 SDK 1.0.####.##](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####.##)
1311+
[NuGet package for WebView2 SDK 1.0.####-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####-prerelease)
1312+
1313+
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version ###.0.####.## or higher.
1314+
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version ###.0.####.0 or higher.
1315+
1316+
1317+
<!-- ------------------------------ --
1318+
#### Experimental APIs
1319+
1320+
No Experimental APIs have been added in this Prerelease SDK.
1321+
The following Experimental APIs have been added in this Prerelease SDK.
1322+
1323+
1324+
<!-- ---------- --
1325+
###### heading
1326+
1327+
description
1328+
1329+
##### [.NET/C#](#tab/dotnetcsharp)
1330+
1331+
##### [WinRT/C#](#tab/winrtcsharp)
1332+
1333+
##### [Win32/C++](#tab/win32cpp)
1334+
1335+
---
1336+
1337+
1338+
<!-- ------------------------------ --
1339+
#### Promotions
1340+
1341+
No additional APIs have been promoted to Stable and added in this Release SDK.
1342+
The following APIs have been promoted to Stable and are now included in this Release SDK.
1343+
1344+
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
1345+
The following APIs have been promoted from Experimental to Stable in this Prerelease SDK.
1346+
1347+
1348+
<!-- ---------- --
1349+
###### heading
1350+
1351+
description
1352+
1353+
##### [.NET/C#](#tab/dotnetcsharp)
1354+
1355+
##### [WinRT/C#](#tab/winrtcsharp)
1356+
1357+
##### [Win32/C++](#tab/win32cpp)
1358+
1359+
---
1360+
1361+
1362+
<!-- ------------------------------ --
1363+
#### Bug fixes
1364+
1365+
1366+
<!-- ---------- --
1367+
###### Runtime and SDK
1368+
1369+
* item
1370+
* item
1371+
1372+
1373+
<!-- ---------- --
1374+
###### Runtime-only
1375+
1376+
* item
1377+
* item
1378+
1379+
1380+
<!-- ---------- --
1381+
###### SDK-only
1382+
1383+
* item
1384+
* item
1385+
1386+
-->
1387+
1388+
1389+
<!-- end of Dec 2024 Release SDK -->
1390+
<!-- end of Dec 2024 Prerelease SDK -->
1391+
<!-- end of template -->

0 commit comments

Comments
 (0)