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
### Support for SharePoint Pages iframing in Teams applications
44
+
### Support for SharePoint Pages 'iframing' in Teams applications
44
45
45
-
Developers can specify `supportsSelfFramingInTeams` flag in a web part's manifest if the scenario requires the web part to render SharePoint page in the iframe.
46
+
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>`.
46
47
47
48
### Ability to specify claims parameter when requesting an AAD OAuth2 token
48
49
49
50
`AADTokenProvider.getToken` definition was updated to allow specifying claims parameter:
`AadTokenProvider` now supports popup flow. Developers should handle `AadTokenProvider.popupEvent: SPEvent<PopupEventArgs>` event to implement the flow.
68
+
67
69
See `PopupEventArgs` definitions for more details.
68
70
69
71
### Support for aria-label in Property Pane's link control
Here's a list of specific issues fixed around SharePoint Framework since the previous public release.
91
93
92
-
### December-February Timeframe
94
+
### December-February Time Frame
93
95
94
96
-[#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
95
97
-[#6091](https://github.com/SharePoint/sp-dev-docs/issues/6091) - Lazy loading of custom web parts in modern pages
0 commit comments