Skip to content

Commit e445d50

Browse files
committed
Adjustments on the texts for the 1.5 release
1 parent beb5f0c commit e445d50

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

docs/spfx/dynamic-data.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Connect SharePoint Framework components using dynamic data
3+
description: High level description on how to use dynamic data concept for connecting different SharePoint Framework components
4+
ms.date: 06/05/2018
5+
ms.prod: sharepoint
6+
---
7+
18
# Connect SharePoint Framework components using dynamic data
29

310
Using the dynamic data capability, you can connect SharePoint Framework client-side web parts and extensions to each other and exchange information between the components. This allows you to build rich experiences and compelling end-user solutions.

docs/spfx/roadmap.md

Lines changed: 1 addition & 1 deletion
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: 01/12/2018
4+
ms.date: 06/05/2018
55
ms.prod: sharepoint
66
---
77

docs/spfx/toolchain/scaffolding-projects-using-yeoman-sharepoint-generator.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Scaffold projects by using Yeoman SharePoint generator
33
description: Use the Yeoman SharePoint generator to scaffold new client-side solution projects to build, package, and deploy SharePoint solutions.
4-
ms.date: 01/12/2018
4+
ms.date: 06/05/2018
55
ms.prod: sharepoint
66
---
77

@@ -56,9 +56,9 @@ Option | Description
5656
--help|Print the generator's options and usage.
5757
--skip-cache|Do not remember prompt answers. Default: *false*.
5858
--skip-install|Do not automatically install dependencies. Default: *false*.
59-
--componentType|The type of component. Currently "webpart" or "extension" is supported.
60-
--componentDescription|Description of the component.
61-
--componentName|Name of the component.
59+
--component-type|The type of component. Currently "webpart" or "extension" is supported.
60+
--component-description|Description of the component.
61+
--component-name|Name of the component.
6262
--framework|Framework to use for the solution. Choose one from "none", "react", "knockout".
6363
--plusbeta| Use the beta packages. Scaffolding should be done with @plusbeta
6464
--extensionType|The type of extension: Currently ApplicationCustomizer, FieldCustomizer, ListViewCommandSet.
@@ -71,7 +71,7 @@ Option | Description
7171

7272

7373
> [!WARNING]
74-
> *skip-feature-deployment* command line support was introduced with the SharePoint Framework v1.5. This option was previously a command line argument called *skipFeatureDeployment*.
74+
> *skip-feature-deployment* command line support was introduced with the SharePoint Framework v1.5. This option was previously a command line argument called *skipFeatureDeployment*. Also *component-type*, *component-description* and *component-name* have been renamed.
7575
7676
Following is an example of a command that creates a solution called "hello-world" with:
7777
- A web part "HelloWorld"

docs/spfx/try-preview-capabilities.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Try SharePoint Framework preview capabilities
3+
description: Details on how to use new "in preview" packages with SharePoint Framework or newer versions.
4+
ms.date: 06/05/2018
5+
ms.prod: sharepoint
6+
---
7+
18
# Try SharePoint Framework preview capabilities
29

310
Starting from version 1.5.0, you can try preview capabilities in the SharePoint Framework. This article outlines how to create SharePoint Framework projects using preview capabilities and the considerations that you should take into account when working with the preview capabilities.

0 commit comments

Comments
 (0)