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
Here's a list of specific issues fixed around SharePoint Framework since the previous public release.
46
46
47
-
- `PopupEventArgs` is missing from the [public documentation](https://learn.microsoft.com/en-us/javascript/api/sp-http-base/popupeventargs?view=sp-typescript-latest)
47
+
- `PopupEventArgs` is missing from the [public documentation](/javascript/api/sp-http-base/popupeventargs)
* Updates and improvements on building Microsoft 365 wide experiences with **Microsoft Teams apps build with SharePoint Framework** – This model enables you to build auto-hosted apps in Microsoft 365, which are extended across Microsoft Teams, Outlook and Office 365 app (office.com). Any Microsoft Teams app build with SharePoint Framework is automatically now compliant with the requirements to get the app exposed across Microsoft 365.
43
-
* Updates and improvements on the **Microsoft Viva extensibility build with SharePoint Framework**.
44
-
* General availability of the **top actions for custom web parts in SharePoint**.
45
-
* **Authentication improvements** with popup flow support for API authentication.
46
-
* **Accessibility improvements** for the web part areas.
47
-
* **Development time improvements** with central configuration of developer tenant details.
48
-
* **Microsoft Teams JS SDK** version update to version **2.19.1** to support new APIs, such as Live Share SDK.
49
-
* *“Sync to Teams”* functionality in SharePoint app catalog update to use **Teams Manifest v1.16** for the automatically created Microsoft Teams solution package – making all SPFx components exposed across the Microsoft 365 also with automatically generated packaging
50
-
* Viva Connections **Adaptive Cards Extensions** update to support **Adaptive Cards schema v1.5.** - enabling tables and other new features for ACEs
42
+
- Updates and improvements on building Microsoft 365 wide experiences with **Microsoft Teams apps build with SharePoint Framework** – This model enables you to build auto-hosted apps in Microsoft 365, which are extended across Microsoft Teams, Outlook and Office 365 app (office.com). Any Microsoft Teams app build with SharePoint Framework is automatically now compliant with the requirements to get the app exposed across Microsoft 365.
43
+
- Updates and improvements on the **Microsoft Viva extensibility build with SharePoint Framework**.
44
+
- General availability of the **top actions for custom web parts in SharePoint**.
45
+
- **Authentication improvements** with popup flow support for API authentication.
46
+
- **Accessibility improvements** for the web part areas.
47
+
- **Development time improvements** with central configuration of developer tenant details.
48
+
- **Microsoft Teams JS SDK** version update to version **2.19.1** to support new APIs, such as Live Share SDK.
49
+
- *“Sync to Teams”* functionality in SharePoint app catalog update to use **Teams Manifest v1.16** for the automatically created Microsoft Teams solution package – making all SPFx components exposed across the Microsoft 365 also with automatically generated packaging
50
+
- Viva Connections **Adaptive Cards Extensions** update to support **Adaptive Cards schema v1.5.** - enabling tables and other new features for ACEs
51
51
52
-
### Teams JS SDK v2.9.1 support
52
+
### Microsoft Teams JS SDK v2.9.1 support
53
53
54
-
[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`.
54
+
[Microsoft Teams JS SDK](/javascript/api/overview/msteams-client?view=msteams-client-js-latest) was bumped to v2.9.1 to support new API, such as **LiveShare**.
55
55
56
56
### Support for Adaptive Cards schema v1.5 in Adaptive Cards Extensions
57
57
@@ -73,11 +73,11 @@ This version includes specific Top Actions-specific types to avoid confusion and
73
73
74
74
See more details from documentation
75
75
76
-
* [Adding support for Top Actions for web parts](web-parts/guidance/getting-started-with-top-actions.md)
76
+
- [Adding support for Top Actions for web parts](web-parts/guidance/getting-started-with-top-actions.md)
77
77
78
78
### onBeforeAction handler for Adaptive Card Extensions
79
79
80
-
`onBeforeAction` handler is added to `BaseAdaptiveCardExtension` class to allow developers to run custom code before the action is executed.
80
+
The `onBeforeAction` handler is added to `BaseAdaptiveCardExtension` class to allow developers to run custom code before the action is executed.
81
81
82
82
```typescript
83
83
/** @virtual */
@@ -98,8 +98,8 @@ New `focusParameters` virtual property allows to set focus when the view is rend
98
98
99
99
See more details from documentation
100
100
101
-
*[Focus feature in Adaptive Card Extension](viva/features/focus-feature/FocusFeatureDocumentation.md)
102
-
*[Create an Adaptive Card Extension with the focus feature](viva/features/focus-feature/FocusFeatureTutorial.md)
101
+
-[Focus feature in Adaptive Card Extension](viva/features/focus-feature/FocusFeatureDocumentation.md)
102
+
-[Create an Adaptive Card Extension with the focus feature](viva/features/focus-feature/FocusFeatureTutorial.md)
103
103
104
104
### Support for SharePoint Pages 'iframing' in Teams applications
105
105
@@ -113,7 +113,7 @@ Developers can specify `supportsSelfFramingInTeams` flag in a web part's manifes
0 commit comments