You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-46Lines changed: 6 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -14,59 +14,19 @@ You can also tweet / follow [@Microsoft365Dev](https://twitter.com/Microsoft365D
14
14
15
15
## SharePoint Framework Releases
16
16
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
19
18
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
57
20
58
21
***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)
63
23
64
24
***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)
66
26
67
27
***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
+
70
30
## Get Started
71
31
72
32
*[Setup your Office 365 Developer Tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-developer-tenant)
Copy file name to clipboardExpand all lines: docs/spfx/dynamic-data.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Connect SharePoint Framework components using dynamic data
3
3
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
5
5
ms.prod: sharepoint
6
6
localization_priority: Priority
7
7
---
@@ -17,13 +17,13 @@ You can connect two or more SharePoint Framework components together and exchang
17
17
18
18
## Expose data using dynamic data source
19
19
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.
21
21
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.
23
23
24
24
Every dynamic data source implements the `IDynamicDataCallables` interface.
25
25
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.
27
27
28
28
```typescript
29
29
import {
@@ -378,7 +378,7 @@ To allow users to connect web parts to dynamic data sources available on the pag
378
378

379
379
380
380
> [!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.
382
382
383
383
In its simplest form, the UI could be defined as follows:
0 commit comments