Skip to content

Commit 36544cc

Browse files
committed
Adding app pages video and other adjustments
1 parent 7ea9d53 commit 36544cc

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

docs/spfx/roadmap.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Framework roadmap
33
description: Key modern customization capabilities released after General Availability.
4-
ms.date: 06/25/2018
4+
ms.date: 04/18/2019
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -10,6 +10,10 @@ localization_priority: Priority
1010

1111
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:
1212

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)
1317
- [Tenant-scoped deployment support](./tenant-scoped-deployment.md)
1418
- [On-premises support for SharePoint 2016 (Feature Pack 2)](./sharepoint-2016-support.md)
1519
- [SharePoint Framework Extensions](./extensions/overview-extensions.md)
@@ -23,6 +27,7 @@ The first release of the SharePoint Framework contained only support for client-
2327
- Support for Yarn and PNPM package managers
2428
- Relocating preview code to isolated packages
2529
- SPFx Yeoman package extensibility
30+
- React 16 and TypeScript 3.x support
2631

2732
> [!NOTE]
2833
> 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-
3136

3237
- Updated 'store' story with SharePoint Framework support
3338
- '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
3639
- Content Security Policy (CSP) support
3740
- Additional placeholder, like content header, content footer, navigation extensions, search extensions
38-
- "App pages" - developer defined pages which end users cannot edit
41+
- Improved developer experience and tooling
3942

4043
## Client-side web parts++ and add-ins
4144

4245
- Support more complex scenarios and interactions with web parts
43-
- JavaScript Framework isolation
44-
- "Citizen developer" model for lightweight development
46+
- "Citizen developer" model for lightweight development
4547

4648
- Bring add-ins to the modern world: let’s make them play nicer with the new UX
4749
- Azure AD registration
4850
- Native responsive support
4951
- Build add-ins with SharePoint Framework
5052

51-
- Host SharePoint Framework web parts as Microsoft Teams tabs
52-
- Host Microsoft Team ISV solutions in SharePoint as "web parts"
53-
53+
- Building Office add-ins using SharePoint Framework
5454

5555
## Application Lifecycle Management
5656

@@ -59,13 +59,10 @@ The first release of the SharePoint Framework contained only support for client-
5959
- Tenant admin gets automatically notified.
6060
- Settings to control the default experience around approval process.
6161

62-
- Tenant wide deployment of extensions
63-
6462
## Developer experience
6563

6664
- SharePoint Framework Workbench 2.0: Development story for SharePoint Framework Extensions
6765
- Toolchain components
68-
- Additional Yeoman templates for different JavaScript frameworks
6966

7067
## Already shipped capabilities
7168

docs/spfx/web-parts/single-part-app-pages.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,14 @@ App pages have following characteristics:
1717
* Page layout can only be changed programatically from normal page layout to a Single Page App Page
1818
* End-users cannot parametrize exposed web part or Teams application
1919

20+
<br/>
21+
22+
> [!Video https://www.youtube.com/embed/8BATz6LD6tA]
23+
24+
<br/>
25+
2026
> [!NOTE]
21-
> 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.
2228
2329
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.
2430

docs/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@
265265
href: spfx/use-developer-dashboard.md
266266
- name: Roadmap
267267
href: spfx/roadmap.md
268-
- name: Known issues and FAQ
269-
href: spfx/known-issues-and-common-questions.md
270268
- name: Features
271269
items:
272270
- name: Connect to Office 365 group

0 commit comments

Comments
 (0)