Skip to content

Commit 5174690

Browse files
committed
Merge branch 'master' into live
2 parents 7a69b8b + 60fec33 commit 5174690

17 files changed

+144
-177
lines changed

README.md

Lines changed: 6 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -14,59 +14,19 @@ You can also tweet / follow [@Microsoft365Dev](https://twitter.com/Microsoft365D
1414

1515
## SharePoint Framework Releases
1616

17-
* **July 16, 2020**
18-
* **SPFx v1.11** - [See the release notes here](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/release-1.11.0)
17+
Review all the SPFx releases here from the initial GA release in February 2017 in the docs: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/roadmap
1918

20-
* **January 7, 2020**
21-
* **SPFx v1.10** - [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.10-release-notes)
22-
23-
* **August 14, 2019**
24-
* **SPFx v1.9.1** - [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.9.1-release-notes)
25-
26-
* **May 7, 2019**
27-
* **SPFx v1.8.2** - [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.8.2-release-notes)
28-
29-
* **April 16, 2019**
30-
* **SPFx v1.8.1** - [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.8.1-release-notes)
31-
32-
* **March 14, 2019**
33-
* **SPFx v1.8** - [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.8-release-notes)
34-
35-
* **December 18, 2018**
36-
* **SPFx v1.7.1** - [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-for-SPFx-Package-Version-1.7.1)
37-
38-
* **November 8, 2018**
39-
* **SPFx v1.7** - [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.7-release-notes)
40-
* **September 5, 2018**
41-
* **SPFx v1.6** - [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.6-release-notes)
42-
43-
* **June 26, 2018**
44-
* **SPFx v1.5.1** - [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-for-SPFx-Package-Version-1.5.1)
45-
46-
* **June 5, 2018**
47-
* **SPFx v1.5** - [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-for-SharePoint-Framework-Package-v1.5)
48-
49-
* **February 15, 2018**
50-
* **SPFx v1.4.1** [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-for-SPFx-Package-Version-1.4.1)
51-
52-
* **December 7, 2017**
53-
* **SPFx v1.4**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-for-SPFx-Package-Version-1.4)
54-
55-
* **September 25, 2017**
56-
* **GA of Extensions and SPFx v1.3**.
19+
### Releases prior to general availability & other special release notes
5720

5821
* **June 6, 2017**
59-
* **Dev Preview of extensions is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes---Extensions-Dev-Preview-Drop-1)
60-
61-
* **Feb 22, 2017**
62-
* **GA is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-GA)
22+
* **Dev Preview of extensions is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes---Extensions-Dev-Preview-Drop-1)
6323

6424
* **Jan 9, 2017**
65-
* **RC0 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-RC0)
25+
* **RC0 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-RC0)
6626

6727
* **Aug 17, 2016**
68-
* **Drop 1 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Drop-1)
69-
28+
* **Drop 1 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Drop-1)
29+
7030
## Get Started
7131

7232
* [Setup your Office 365 Developer Tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-developer-tenant)

docs/business-apps/power-automate/guidance/migrate-from-classic-workflows-to-power-automate-flows.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Guidance - Migrate from classic workflows to Power Automate flows in SharePoint
3-
ms.date: 07/13/2020
3+
ms.date: 07/21/2020
44
---
55

66
# Guidance: Migrate from classic workflows to Power Automate flows in SharePoint
@@ -90,7 +90,7 @@ While the following lists show some of the most common workflow capabilities, Po
9090

9191
### Workflow concepts
9292

93-
|Workflow concept |Sharepoint workflow |Power Automate |
93+
|Workflow concept |SharePoint workflow |Power Automate |
9494
|:-------|:-------|:--------|
9595
| A condition that causes the workflow to run or execute | Start options and events | Trigger |
9696
| Building blocks that allow users to customize workflow with business logic | Actions | Actions |
@@ -99,7 +99,7 @@ While the following lists show some of the most common workflow capabilities, Po
9999

100100
### Workflow types
101101

102-
|Workflow type |Sharepoint workflow |Power Automate flow |
102+
|Workflow type |SharePoint workflow |Power Automate flow |
103103
|:-------|:-------|:--------|
104104
| List workflows | Yes | Yes |
105105
| Library workflows | Yes | Yes |
@@ -108,7 +108,7 @@ While the following lists show some of the most common workflow capabilities, Po
108108

109109
### SharePoint integrations
110110

111-
|SharePoint integration |Sharepoint workflow |Power Automate flow |
111+
|SharePoint integration |SharePoint workflow |Power Automate flow |
112112
|:-------|:-------|:--------|
113113
| Create a custom workflow from a list or library | Yes | Yes, only in Modern Experiences |
114114
| Run or start a custom workflow for an item or a file or a folder | Yes | Yes, only in Modern Experiences |
@@ -119,7 +119,7 @@ While the following lists show some of the most common workflow capabilities, Po
119119

120120
### List triggers
121121

122-
|List trigger |Sharepoint workflow |Power Automate flow |
122+
|List trigger |SharePoint workflow |Power Automate flow |
123123
|:-------|:-------|:--------|
124124
| When an item is created | Yes | Yes |
125125
| When an item is modified | Yes | Yes, using ‘When an item is created or modified’ trigger |
@@ -130,7 +130,7 @@ While the following lists show some of the most common workflow capabilities, Po
130130

131131
### List actions
132132

133-
|List action |Sharepoint workflow |Power Automate flow |
133+
|List action |SharePoint workflow |Power Automate flow |
134134
|:-------|:-------|:--------|
135135
| Get items | Not available | Yes |
136136
| Create an item | Yes | Yes |
@@ -145,7 +145,7 @@ While the following lists show some of the most common workflow capabilities, Po
145145

146146
### File triggers
147147

148-
|List action |Sharepoint workflow |Power Automate flow |
148+
|List action |SharePoint workflow |Power Automate flow |
149149
|:-------|:-------|:--------|
150150
| When a file is created | Yes, using List triggers | Yes |
151151
| When a file is created in a folder | Not available | Yes |
@@ -157,7 +157,7 @@ While the following lists show some of the most common workflow capabilities, Po
157157

158158
### File actions
159159

160-
|File action |Sharepoint workflow |Power Automate flow |
160+
|File action |SharePoint workflow |Power Automate flow |
161161
|:-------|:-------|:--------|
162162
| Get files | Not available | Yes |
163163
| Create file content | Not available | Yes |
@@ -172,7 +172,7 @@ While the following lists show some of the most common workflow capabilities, Po
172172

173173
### Document management actions
174174

175-
|Document management action |Sharepoint workflow |Power Automate flow |
175+
|Document management action |SharePoint workflow |Power Automate flow |
176176
|:-------|:-------|:--------|
177177
| Check in file | Yes | Yes |
178178
| Check out file | Yes | Yes |
@@ -182,15 +182,15 @@ While the following lists show some of the most common workflow capabilities, Po
182182

183183
### Permissions management actions
184184

185-
|Permissions management action |Sharepoint workflow |Power Automate flow |
185+
|Permissions management action |SharePoint workflow |Power Automate flow |
186186
|:-------|:-------|:--------|
187187
| Grant access to an item or a folder | Yes | Yes |
188188
| Stop sharing an item or a file | Yes | Yes |
189189
| Create sharing link for a file or folder | Not available | Yes |
190190

191191
### Approval actions
192192

193-
|Approval action |Sharepoint workflow |Power Automate flow |
193+
|Approval action |SharePoint workflow |Power Automate flow |
194194
|:-------|:-------|:--------|
195195
| Set content approval status of an item or a file or a page | Yes | Yes |
196196
| Create and wait for approval for an item or a file | Yes | Yes |
@@ -205,7 +205,7 @@ While the following lists show some of the most common workflow capabilities, Po
205205

206206
### Workflow controls capabilities
207207

208-
|Workflow controls capability |Sharepoint workflow |Power Automate flow |
208+
|Workflow controls capability |SharePoint workflow |Power Automate flow |
209209
|:-------|:-------|:--------|
210210
| Workflow primitives: Loops, do until, switch-case, parallels | Yes | Yes |
211211
| Workflow stage | Yes | Yes, works only with Modern Permissions |
@@ -216,7 +216,7 @@ While the following lists show some of the most common workflow capabilities, Po
216216
| Copy/paste actions |Yes | Yes |
217217

218218
## Workflow administration
219-
|Workflow administration |Sharepoint workflow |Power Automate flow |
219+
|Workflow administration |SharePoint workflow |Power Automate flow |
220220
|:-------|:-------|:--------|
221221
| Central ___location to view all workflows | Yes, only available to view for a given list or library | Yes, 'My flows' lists user flows |
222222
| Share workflows with list or library users | Yes | Yes |

docs/spfx/compatibility.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ The following table lists SharePoint Framework and compatible versions of common
3636

3737
|SPFx|Node.js|NPM|TypeScript|React
3838
|---|---|---|---|---|
39-
|[1.10.0](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.10-release-notes)|LTS v10.x|v5, v6|v3.3|v16.8.5|
40-
|[1.9.1](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.9.1-release-notes)|LTS v10.x|v5, v6|v2.9|v16.8.5|
41-
|[1.9.0](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.9-release-notes) | LTS 8.x, LTS 10.x |v5, v6 |v2.9|v16.8.5|
42-
|[1.8.2](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.8.2-release-notes)| LTS 8.x, LTS 10.x | v5, v6 |v2.9|v16.7.0|
43-
|[1.8.1](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.8.1-release-notes)| LTS 8.x | v5, v6|v2.7, v2.9, v3.x|v16.7.0|
44-
|[1.8.0](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.8-release-notes)| LTS 8.x | v5, v6|v2.7, v2.9, v3.x|v16.7.0|
45-
|[1.7.1](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-for-SPFx-Package-Version-1.7.1)| LTS 8.x | v5, v6 |v2.4|v16.3.2|
46-
|[1.7.0](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.7-release-notes)| LTS 8.x | v5, v6 |v2.4|v16.3.2|
47-
|[1.6.0](https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.6-release-notes)|LTS 6.x, LTS 8.x | v3 (w/ Node.js 6.x),<br/> v5 (w/ Node.js 8.x)|v2.4|v15.x|
48-
|[1.5.1](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-for-SPFx-Package-Version-1.5.1)|LTS 6.x, LTS 8.x | v3 (w/ Node.js 6.x),<br/> v5 (w/ Node.js 8.x)|v2.4|v15.x|
49-
|[1.5.0](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-for-SharePoint-Framework-Package-v1.5)|LTS 6.x, LTS 8.x | v3 (w/ Node.js 6.x),<br/> v5 (w/ Node.js 8.x)|v2.4|v15.x|
50-
|[1.4.1](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-for-SPFx-Package-Version-1.4.1)|LTS 6.x, LTS 8.x | v3, v4 |v2.4|v15.x|
51-
|[1.4.0](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-for-SPFx-Package-Version-1.4)|LTS 6.x| v3, v4 |v2.4|v15.x|
52-
|[1.2.0](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes---Extensions-RC-Drop-1.2)|LTS 6.x| v3, v4 |v2.4|v15.x|
53-
|[1.1.0](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes---Extensions-Dev-Preview-Drop-1)|LTS 6.x| v3, v4 |v2.4|v15.x|
54-
|[1.0.0](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-GA)|LTS 6.x| v3 |v2.4|v15.x|
39+
|[1.11.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.11.0)|LTS v10.x|v5, v6|v3.3|v16.8.5|
40+
|[1.10.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.10.0)|LTS v10.x, LTS 8.x|v5, v6|v3.3|v16.8.5|
41+
|[1.9.1](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.9.1)|LTS v10.x, LTS 8.x|v5, v6|v2.9|v16.8.5|
42+
|[1.8.2](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.8.2)| LTS 8.x, LTS 10.x | v5, v6 |v2.9|v16.7.0|
43+
|[1.8.1](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.8.1)| LTS 8.x | v5, v6|v2.7, v2.9, v3.x|v16.7.0|
44+
|[1.8.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.8.0)| LTS 8.x | v5, v6|v2.7, v2.9, v3.x|v16.7.0|
45+
|[1.7.1](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.7.1)| LTS 8.x | v5, v6 |v2.4|v16.3.2|
46+
|[1.7.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.7)| LTS 8.x | v5, v6 |v2.4|v16.3.2|
47+
|[1.6.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.6)|LTS 6.x, LTS 8.x | v3 (w/ Node.js 6.x),<br/> v5 (w/ Node.js 8.x)|v2.4|v15.x|
48+
|[1.5.1](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.5.1)|LTS 6.x, LTS 8.x | v3 (w/ Node.js 6.x),<br/> v5 (w/ Node.js 8.x)|v2.4|v15.x|
49+
|[1.5.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.5)|LTS 6.x, LTS 8.x | v3 (w/ Node.js 6.x),<br/> v5 (w/ Node.js 8.x)|v2.4|v15.x|
50+
|[1.4.1](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.4.1)|LTS 6.x, LTS 8.x | v3, v4 |v2.4|v15.x|
51+
|[1.4.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.4)|LTS 6.x| v3, v4 |v2.4|v15.x|
52+
|[1.3.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.3)|LTS 6.x| v3, v4 |v2.4|v15.x|
53+
|[1.1.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.1)|LTS 6.x| v3, v4 |v2.4|v15.x|
54+
|[1.0.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.0.0)|LTS 6.x| v3 |v2.4|v15.x|
5555

5656
## See also
5757

docs/spfx/dynamic-data.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connect SharePoint Framework components using dynamic data
33
description: High-level description on how to use dynamic data concept for connecting different SharePoint Framework components
4-
ms.date: 07/01/2020
4+
ms.date: 07/15/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -17,13 +17,13 @@ You can connect two or more SharePoint Framework components together and exchang
1717
1818
## Expose data using dynamic data source
1919

20-
Dynamic data in the SharePoint Framework is based on the source-notification model. Components named as a dynamic data source, provide data and the SharePoint Framework when the data changes.
20+
Dynamic data in the SharePoint Framework is based on the source-notification model. Components named as a dynamic data source, provide data and notify the SharePoint Framework when the data changes.
2121

22-
Other components on the page can subscribe to notifications issued by a dynamic data source. The SharePoint Framework notifies the consumer component that the source has notified it data changed. The consumer component then requests the specified data from the source component.
22+
Other components on the page can subscribe to notifications issued by a dynamic data source. The SharePoint Framework notifies the consumer component that the source has notified its data has changed. The consumer component then requests the data from the source component.
2323

2424
Every dynamic data source implements the `IDynamicDataCallables` interface.
2525

26-
The following code demonstrates web part that displays a list of upcoming events. The events web part exposes information about the selected event to other components on the page in two ways: the complete event information and the ___location address.
26+
The following code demonstrates a web part that displays a list of upcoming events. The events web part exposes information about the selected event to other components on the page in two ways: the complete event information and the ___location address.
2727

2828
```typescript
2929
import {
@@ -378,7 +378,7 @@ To allow users to connect web parts to dynamic data sources available on the pag
378378
![Standard UX for connecting SharePoint Framework web parts to dynamic data sources available on the page](../images/dynamic-data-connect-ui.png)
379379

380380
> [!IMPORTANT]
381-
> When using the standard UX to connect a web part to a dynamic data source, ensure, that the dynamic data source returns a value for the given dynamic property (in the previous example, there is an event selected in the list of events). If it doesn't, the UX will not be able to determine the type of data returned by the data source and setting up the connection will fail.
381+
> When using the standard UX to connect a web part to a dynamic data source, ensure that the dynamic data source returns a value for the given dynamic property (in the previous example, there is an event selected in the list of events). If it doesn't, the UX will not be able to determine the type of data returned by the data source and setting up the connection will fail.
382382
383383
In its simplest form, the UI could be defined as follows:
384384

0 commit comments

Comments
 (0)