Skip to content

Commit d098c75

Browse files
committed
Adding premilinary SP2019 dev platform supportability documentation
1 parent 84c50db commit d098c75

File tree

3 files changed

+38
-116
lines changed

3 files changed

+38
-116
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: SharePoint 2019 development platform
3+
ms.date: 07/12/2018
4+
ms.prod: sharepoint
5+
ms.assetid: e0602381-ae11-41be-6a7e-9e47e9f246d6
6+
---
7+
8+
# SharePoint 2019 development platform
9+
10+
This article contains preliminary details around supported development capabilities in the SharePoint 2019.
11+
12+
> [!IMPORTANT]
13+
> This list is still subject to change until actual official release of SharePoint 2019. This page will be updated accordingly when there are changes in the supportability statements.
14+
15+
**Supported capabilities**
16+
17+
* Modern and classic pages
18+
* Modern sites - modern team and communication site
19+
* Classic sites are also supported
20+
* SharePoint Framework client-side web parts
21+
* SharePoint Framework extensions
22+
* Webhooks as in SharePoint Online
23+
* Asset packaging and automatic JavaScript file hosting from app catalog
24+
* Column formatting
25+
26+
**Not supported capabilities**
27+
28+
* Site Designs and Site Scripts
29+
* Hub sites
30+
* Site collection app catalog
31+
* "Tenant" properties
32+
33+
Supported SharePoint Framework version for the SharePoint 2019 will be SharePoint Framework v1.4. SharePoint Framework Yeoman generator will be updated to have this option included in the version selection.
34+
35+
> [!NOTE]
36+
> If you need to write SharePoint Framework components for SharePoint 2019 before Yeoman generator is updated, you can install SharePoint Framework 1.4 and use that as the generator for your SharePoint 2019 components.

docs/general-development/what-s-new-for-developers-in-sharepoint.md

Lines changed: 0 additions & 114 deletions
This file was deleted.

docs/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@
370370
- name: SharePoint development overview
371371
href: general-development/sharepoint-development-overview.md
372372
items:
373-
- name: What's new for developers in SharePoint
374-
href: general-development/what-s-new-for-developers-in-sharepoint.md
373+
- name: What's new for developers in SharePoint 2019
374+
href: general-development/sharepoint-2019-development-platform.md
375375
- name: SharePoint glossary
376376
href: general-development/sharepoint-glossary.md
377377
- name: Protocol handler error in SharePoint 2016

0 commit comments

Comments
 (0)