You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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`.
48
49
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
+
49
54
### Support for Microsoft Teams Manifest v1.16 in Sync to Teams
50
55
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).
52
57
53
58
### Ability to use SPFX_SERVE_TENANT_DOMAIN OS environment variable for serve configurations
54
59
55
60
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.
56
61
57
62
### Top Actions-specific types
58
63
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.
60
65
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.
62
67
63
68
### onBeforeAction handler for Adaptive Card Extensions
64
69
@@ -85,7 +90,7 @@ New `focusParameters` virtual property allows to set focus when the view is rend
85
90
86
91
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>`.
87
92
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
89
94
90
95
`AADTokenProvider.getToken` definition was updated to allow specifying claims parameter:
91
96
@@ -106,7 +111,7 @@ interface IGetTokenOptions {
106
111
107
112
`AadTokenProvider` now supports popup flow. Developers should handle `AadTokenProvider.popupEvent: SPEvent<PopupEventArgs>` event to implement the flow.
108
113
109
-
See `PopupEventArgs` definitions for more details.
114
+
For more details, see `PopupEventArgs` definitions in the API reference documentation.
110
115
111
116
### Support for aria-label in Property Pane's link control
0 commit comments