@pnp/spfx-controls-react 3.22.0-beta.1518054 → 3.22.0-beta.1518393
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +6 -3
- package/CHANGELOG.md +10 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -7,14 +7,17 @@
|
|
|
7
7
|
|
|
8
8
|
],
|
|
9
9
|
"enhancements": [
|
|
10
|
-
"SharePoint Framework v1.
|
|
10
|
+
"SharePoint Framework v1.21.1 support [#1998](https://github.com/pnp/sp-dev-fx-controls-react/pull/1998)",
|
|
11
|
+
"`ListItemComments`: Implement like and unlike ability to list item comments control [#1974](https://github.com/pnp/sp-dev-fx-controls-react/pull/1974)"
|
|
11
12
|
],
|
|
12
13
|
"fixes": [
|
|
13
|
-
|
|
14
|
+
"`DynamicForm`: Added choice radio button handling [#1798](https://github.com/pnp/sp-dev-fx-controls-react/pull/1798)"
|
|
14
15
|
]
|
|
15
16
|
},
|
|
16
17
|
"contributions": [
|
|
17
|
-
|
|
18
|
+
"[Alex Terentiev](https://github.com/AJIXuMuK)",
|
|
19
|
+
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
20
|
+
"[Sandeep P S](https://github.com/Sandeep-FED)"
|
|
18
21
|
]
|
|
19
22
|
},
|
|
20
23
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
### Enhancements
|
|
6
6
|
|
|
7
|
-
- SharePoint Framework v1.
|
|
7
|
+
- SharePoint Framework v1.21.1 support [#1998](https://github.com/pnp/sp-dev-fx-controls-react/pull/1998)
|
|
8
|
+
- `ListItemComments`: Implement like and unlike ability to list item comments control [#1974](https://github.com/pnp/sp-dev-fx-controls-react/pull/1974)
|
|
9
|
+
|
|
10
|
+
### Fixes
|
|
11
|
+
|
|
12
|
+
- `DynamicForm`: Added choice radio button handling [#1798](https://github.com/pnp/sp-dev-fx-controls-react/pull/1798)
|
|
13
|
+
|
|
14
|
+
### Contributors
|
|
15
|
+
|
|
16
|
+
Special thanks to our contributors (in alphabetical order): [Alex Terentiev](https://github.com/AJIXuMuK), [Guido Zambarda](https://github.com/GuidoZam), [Sandeep P S](https://github.com/Sandeep-FED).
|
|
8
17
|
|
|
9
18
|
## 3.21.0
|
|
10
19
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.22.0-beta.
|
|
1
|
+
export var version = "3.22.0-beta.1518393";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED