Skip to content

Commit d23a2e0

Browse files
committed
Adjusting roadmap page with latest changes and some polishing
1 parent 4fa6188 commit d23a2e0

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

docs/spfx/roadmap.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@ First release of the SharePoint Framework will contain support for client-side w
66
77
## On-premises support
88

9-
- Shipping as part of Feature Pack
9+
- Shipping as part of Feature Pack 2 for SharePoint 2016
1010
- Similar feature capabilities as in SharePoint Online
1111
- Target is to provide common development platform across on-premises and the cloud
12-
- Leveraging modern toolchain and open source on “legacy” environments
12+
- Leveraging modern toolchain and open source on on-premises environments
1313
- Targeting SharePoint 2016 version during calendar year 2017
1414

15+
## General improvements
16+
17+
- Easy access to Graph API to access user specific information (GraphHttpClient in dev preview)
18+
- Site collection app catalog with tenant level control for enabling easier solution deployed
19+
1520
## Client-side web parts++ and add-ins
1621

17-
- Easy access to Graph API to access user specific information
1822
- Supporting more complex scenarios and interactions with web parts
1923
- Part-to-part communication
2024
- JS Framework isolation
@@ -27,15 +31,14 @@ First release of the SharePoint Framework will contain support for client-side w
2731

2832
## JavaScript embedding support (JSLink, User Custom Actions)
2933

30-
- The same tool chain and deployment model as client side web parts.
34+
- The same tool chain and deployment model as client-side web parts
3135
- Derive from a strongly typed base class wherever possible rather than manipulating the page DOM directly.
32-
- Replacing custom actions and JSLinks with SharePoint Framework-based extensions
36+
- Enable modern extension usage with modern experiences similar as Custom Actions and JS Link in classic experience
3337
- Work with NoScript via tenant app catalog
34-
- Work in site collection app catalog
35-
- PnP community driven migration best practices and tools
3638

39+
> This is now available in [developer preview](https://dev.office.com/blogs/announcing-availability-of-sharepoint-framework-extensions-developer-preview).
3740
38-
## Application Lifecyle Management
41+
## Application Lifecycle Management
3942

4043
- Streamlined approval experience: no need to know who your tenant admin is anymore
4144
- Owner initiate the approval process
@@ -53,11 +56,6 @@ First release of the SharePoint Framework will contain support for client-side w
5356
- Tool Chain Components
5457
- Additional Yeoman Templates
5558

56-
## Full Page Apps
57-
- Build SharePoint Framework apps, which render in full page mode, rather than as a client-side web part
58-
- List level: custom view item, edit item, delete item, add item
59-
- Page level: assign an app to a page to a full custom page experience
60-
- Mobile
6159

6260
## Additional resources
6361
Please use following resources to stay up to date on the new releases and capabilities being released for SharePoint Framework.

docs/spfx/sharepoint-framework-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The SharePoint Framework (SPFx) is a page and web part model that provides full
44

55
Key features of the SharePoint Framework include:
66

7-
* Runs in the context of the current user and connection in the browser. There are no iFrames (no iFrames only in client-side JavaScript injection model).
7+
* Runs in the context of the current user and connection in the browser. There are no iFrames for the customization (JavaScript is embedded directly to the page).
88
* The controls are rendered in the normal page DOM.
99
* The controls are responsive and accessible by nature.
1010
* Enables the developer to access the lifecycle - including, in addition to **render** - **load**, **serialize** and **deserialize**, **configuration changes**, and more.

0 commit comments

Comments
 (0)