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
+
### Support for Microsoft Teams Manifest v1.16 in Sync to Teams
50
+
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 served automatically across Microsoft 365 (Microsoft Teams, Outlook, Microsoft 365 app).
52
+
53
+
### Ability to use SPFX_SERVE_TENANT_DOMAIN OS environment variable for serve configurations
54
+
55
+
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
+
57
+
### Top Actions-specific types
58
+
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.
60
+
61
+
In this version we introduce Top Actions-specific types to avoid confusion and make the configuration more clear.
62
+
63
+
### onBeforeAction handler for Adaptive Card Extesions
64
+
65
+
`onBeforeAction` handler is added to `BaseAdaptiveCardExtension` class to allow developers to run custom code before the action is executed.
> This method is not intended to be used to cancel the action or to change the flow. We do not recommend changing the state or the action argument.
74
+
75
+
### Ability to specify initial focus element in an Adaptive Card Extension Quick View
76
+
77
+
New `focusParameters` virtual property allows to set focus when the view is rendered for accessibility purposes. If not overriden, the focus element defaulted to the first actionable element of the quick view.
78
+
79
+
```typescript
80
+
/**@virtual*/
81
+
getfocusParameters(): IFocusParameters|undefined;
82
+
```
83
+
44
84
### Support for SharePoint Pages 'iframing' in Teams applications
45
85
46
86
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>`.
Here's a list of specific issues fixed around SharePoint Framework since the previous public release.
93
133
134
+
### February-March Timeframe
135
+
-[#8705](https://github.com/SharePoint/sp-dev-docs/issues/8705) - LiveShare SDK does not work in SPFx web part
136
+
94
137
### December-February Time Frame
95
138
96
139
-[#8623](https://github.com/SharePoint/sp-dev-docs/issues/8623) - 1.16.1 Issue: Cannot find manifest for f9e737b7-f0df-4597-ba8c-3060f82380db_1.16.1. Store had [1.16.0]. Service worker version: (none),DurableN1=true
0 commit comments