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
The first release of the SharePoint Framework contained only support for client-side web parts. This was, however, just a start on the journey for providing additional modern customization capabilities to SharePoint. Following is a list of key capabilities released after General Availability:
12
12
13
+
-[Building Microsoft Team tabs using SharePoint Framework](./integrate-with-teams-introduction)
14
+
-[Single Part App Pages](./web-parts/single-part-app-pages.md)
15
+
-[Isolated web parts](./web-parts/isolated-web-parts.md)
16
+
-[Dynamic data and web part connections](./dynamic-data.md)
@@ -23,6 +27,7 @@ The first release of the SharePoint Framework contained only support for client-
23
27
- Support for Yarn and PNPM package managers
24
28
- Relocating preview code to isolated packages
25
29
- SPFx Yeoman package extensibility
30
+
- React 16 and TypeScript 3.x support
26
31
27
32
> [!NOTE]
28
33
> This is a list of areas that SharePoint engineering has in the backlog and is looking into. This does **NOT** mean that all of them will be delivered, but we are looking into getting items and topics from this list gradually released with the future releases of SharePoint Framework.
@@ -31,26 +36,21 @@ The first release of the SharePoint Framework contained only support for client-
31
36
32
37
- Updated 'store' story with SharePoint Framework support
33
38
- 'Store' story for SharePoint Framework solutions with easy distribution channel for ISVs
34
-
- React 16 support
35
-
- Modern experiences in SharePoint 2019 - End-to-end SharePoint Framework support for modern sites with web parts and extensions
> App pages will be exposed as an option in the upcoming modern page creation capability. This feature will be released to targeted release tenants after the SharePoint Framework 1.8 release. You can however enable app pages starting with 1.8 release using the code as demonstrated later in this document.
27
+
> App pages are exposed as an option in the modern page creation capability. This feature is currently avaialble only in targeted release tenants, but will be released fully later on sprin 2019. You can however enable app pages starting with 1.8 release using the code as demonstrated later in this document.
22
28
23
29
Web part can be configured to be exposed as an app page. This configuration is performed in the web part manifest file by adjusting the `supportedHosts` value. Web part will be exposed as an option in the upcoming app pages picker user interface, if the `supportedHosts` value contains `"SharePointFullPage"` value.
0 commit comments