|
| 1 | + |
| 2 | +--- |
| 3 | +title: Microsoft Edge {{ data.nextBetaVersion }} web platform release notes ({% monthYear data.nextBetaReleaseDate %}) |
| 4 | +description: Microsoft Edge {{ data.nextBetaVersion }} web platform release notes ({% monthYear data.nextBetaReleaseDate %}) |
| 5 | +author: MSEdgeTeam |
| 6 | +ms.author: msedgedevrel |
| 7 | +ms.topic: conceptual |
| 8 | +ms.service: microsoft-edge |
| 9 | +ms.date: |
| 10 | +--- |
| 11 | +# Microsoft Edge {{ data.nextBetaVersion }} web platform release notes ({% monthYear data.nextBetaReleaseDate %}) |
| 12 | + |
| 13 | +The following are the new web platform features and updates in Microsoft Edge {{ data.nextBetaVersion }}, which releases on {% monthDayYear data.nextBetaReleaseDate %}. |
| 14 | + |
| 15 | +To stay up-to-date and get the latest web platform features, download an Insiders version of Microsoft Edge, such as Canary, Dev, or Beta; see [Become a Microsoft Edge Insider](https://aka.ms/microsoftedge). |
| 16 | + |
| 17 | + |
| 18 | +<!-- ====================================================================== --> |
| 19 | +## Edge DevTools |
| 20 | + |
| 21 | +For Edge DevTools, see [What's New in Microsoft Edge DevTools](../../devtools-guide-chromium/whats-new/whats-new.md). |
| 22 | + |
| 23 | + |
| 24 | +<!-- ====================================================================== --> |
| 25 | +## WebView2 |
| 26 | + |
| 27 | +For WebView2, see [Release Notes for the WebView2 SDK](../../webview2/release-notes/index.md). |
| 28 | + |
| 29 | + |
| 30 | +<!-- ====================================================================== --> |
| 31 | +## Web platform features |
| 32 | + |
| 33 | + |
| 34 | +<!-- ------------------------------ --> |
| 35 | +#### Enabled features |
| 36 | +{% set features = data.csFeatures %} |
| 37 | +{% for feature in features["Enabled by default"] %} |
| 38 | + |
| 39 | +<!-- ---------- --> |
| 40 | +###### {{ feature.name }} |
| 41 | + |
| 42 | +{{ feature.summary | safe }} |
| 43 | +{% endfor %} |
| 44 | + |
| 45 | +<!-- ------------------------------ --> |
| 46 | +#### Deprecated and removed features |
| 47 | +{% for feature in features["Deprecated"] %} |
| 48 | + |
| 49 | +<!-- ---------- --> |
| 50 | +###### {{ feature.name }} |
| 51 | + |
| 52 | +{{ feature.summary | safe }} |
| 53 | +{% endfor %} |
| 54 | +{% for feature in features["Removed"] %} |
| 55 | + |
| 56 | +<!-- ---------- --> |
| 57 | +###### {{ feature.name }} |
| 58 | + |
| 59 | +{{ feature.summary | safe }} |
| 60 | +{% endfor %} |
| 61 | + |
| 62 | + |
| 63 | +<!-- ====================================================================== --> |
| 64 | +## Origin trials |
| 65 | + |
| 66 | +The following are new experimental APIs which you can try on your own live website for a limited time. To learn more about origin trials, see [Use origin trials in Microsoft Edge](../../origin-trials/index.md). To see the full list of available origin trials, see [Microsoft Edge Origin Trials](https://developer.microsoft.com/microsoft-edge/origin-trials/). |
| 67 | + |
| 68 | + |
| 69 | +<!-- ------------------------------ --> |
| 70 | +#### Microsoft Edge only origin trials |
| 71 | +{% for trial in data.edgeOTs %} |
| 72 | + |
| 73 | +<!-- ---------- --> |
| 74 | +###### {{ trial.title }} |
| 75 | + |
| 76 | +Expires on {{ trial.expiration }}. |
| 77 | + |
| 78 | +{{ trial.description }} |
| 79 | + |
| 80 | +* [Explainer]({{ trial.explainer }}) |
| 81 | +* [Feedback]({{ trial.feedback }}) |
| 82 | +* [Register]({{ trial.registration }}) |
| 83 | + |
| 84 | +{% endfor %} |
| 85 | + |
| 86 | +<!-- ------------------------------ --> |
| 87 | +#### New Chromium origin trials |
| 88 | +{% for trial in data.chromeOTs %} |
| 89 | + |
| 90 | +<!-- ---------- --> |
| 91 | +###### {{ trial.title }} |
| 92 | + |
| 93 | +Expires on {{ trial.expiration }}. |
| 94 | + |
| 95 | +{{ trial.description }} |
| 96 | + |
| 97 | +* [Explainer]({{ trial.explainer }}) |
| 98 | +* [Feedback]({{ trial.feedback }}) |
| 99 | +* [Register]({{ trial.registration }}) |
| 100 | +{% endfor %} |
| 101 | + |
| 102 | + |
| 103 | +<!-- ====================================================================== --> |
| 104 | +> [!NOTE] |
| 105 | +> Portions of this page are modifications based on work created and shared by Chromium.org and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0). |
0 commit comments