Skip to content

Commit 32c5db0

Browse files
committed
Updating 1.17 release notes with RC details
1 parent 8d250b0 commit 32c5db0

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

docs/spfx/release-1.17.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Framework v1.17 preview release notes
33
description: Release notes for the SharePoint Framework v1.17 preview release
4-
ms.date: 03/21/2023
4+
ms.date: 03/28/2023
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework v1.17 preview release notes
@@ -10,6 +10,7 @@ This release introduces updates across the features around Microsoft Viva, Micro
1010

1111
[!INCLUDE [spfx-release-beta](../../includes/snippets/spfx-release-beta.md)]
1212

13+
- rc.1 **Released:** March 28, 2023
1314
- beta.3 **Released:** March 21, 2023
1415
- beta.1 **Released:** February 23, 2023
1516

@@ -46,19 +47,23 @@ npm install @microsoft/generator-sharepoint@next --global
4647

4748
[Microsoft Teams JS SDK](https://learn.microsoft.com/en-us/javascript/api/overview/msteams-client?view=msteams-client-js-latest&tabs=npm) was bumped to v2.9.1 to support new API, such as `LiveShare`.
4849

50+
### Support for Adaptive Cards schema v1.5 in Adaptive Cards Extensions
51+
52+
Adaptive Cards Extensions now support Adaptive Cards schema v1.5. For more information about the supported features in v1.5, see [Adaptive Cards schema v1.5](https://adaptivecards.io/explorer/AdaptiveCard.html) for more details.
53+
4954
### Support for Microsoft Teams Manifest v1.16 in Sync to Teams
5055

51-
"Sync to Teams" operation in SharePoint App Catalog now supports Teams Manifest v1.16. This means that any SPFx solution which is sync'd to Microsoft Teams is served automatically across Microsoft 365 (Microsoft Teams, Outlook, Microsoft 365 app).
56+
*"Sync to Teams"* operation in SharePoint App Catalog now supports Teams Manifest v1.16. Any SPFx solution that is synchronized from app catalog to Microsoft Teams is available automatically across Microsoft 365 (Microsoft Teams, Outlook, Microsoft 365 app).
5257

5358
### Ability to use SPFX_SERVE_TENANT_DOMAIN OS environment variable for serve configurations
5459

5560
Developers can use the `SPFX_SERVE_TENANT_DOMAIN` OS environment variable to specify the tenant ___domain (or site URL) for serve configurations across different SPFx solutions. If a URL in the serve configuration (for example, `pageUrl` for Field Customizer) contains the `{tenantDomain}` placeholder, it will be automatically replaced with the variable's value.
5661

5762
### Top Actions-specific types
5863

59-
In previous versions Web Parts Top Actions' configuration was based on proxied Property Pane types. It led to some issues and confusion as not all the properties worked or were supported.
64+
In previous versions, web part Top Actions' configuration was based on proxied property pane types. It led to some issues and confusion as not all the properties worked or were supported.
6065

61-
In this version we introduce Top Actions-specific types to avoid confusion and make the configuration more clear.
66+
This version includes specific Top Actions-specific types to avoid confusion and make the configuration more clearer.
6267

6368
### onBeforeAction handler for Adaptive Card Extensions
6469

@@ -85,7 +90,7 @@ New `focusParameters` virtual property allows to set focus when the view is rend
8590

8691
Developers can specify `supportsSelfFramingInTeams` flag in a web part's manifest if the scenario requires the web part to render SharePoint page in an `<iframe>`.
8792

88-
### Ability to specify claims parameter when requesting an AAD OAuth2 token
93+
### Ability to specify claims parameter when requesting an Azure Active Directory OAuth2 token
8994

9095
`AADTokenProvider.getToken` definition was updated to allow specifying claims parameter:
9196

@@ -106,7 +111,7 @@ interface IGetTokenOptions {
106111

107112
`AadTokenProvider` now supports popup flow. Developers should handle `AadTokenProvider.popupEvent: SPEvent<PopupEventArgs>` event to implement the flow.
108113

109-
See `PopupEventArgs` definitions for more details.
114+
For more details, see `PopupEventArgs` definitions in the API reference documentation.
110115

111116
### Support for aria-label in Property Pane's link control
112117

@@ -132,7 +137,8 @@ interface IPropertyPaneLinkProps {
132137
Here's a list of specific issues fixed around SharePoint Framework since the previous public release.
133138

134139
### February-March Timeframe
135-
- [#8705](https://github.com/SharePoint/sp-dev-docs/issues/8705) - LiveShare SDK does not work in SPFx web part
140+
141+
- [#8705](https://github.com/SharePoint/sp-dev-docs/issues/8705) - LiveShare SDK doesn't work in SPFx web part
136142

137143
### December-February Time Frame
138144

0 commit comments

Comments
 (0)