@pnp/spfx-controls-react 3.22.0-beta.1538219 → 3.22.0-beta.1538221
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 +2 -1
- package/CHANGELOG.md +1 -0
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
],
|
|
9
9
|
"enhancements": [
|
|
10
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
|
+
"`ListItemComments`: Implement like and unlike ability to list item comments control [#1974](https://github.com/pnp/sp-dev-fx-controls-react/pull/1974)",
|
|
12
|
+
"`ListItemComments`: Need a feature to view the list of users who liked a comment [#2003](https://github.com/pnp/sp-dev-fx-controls-react/issues/2003)"
|
|
12
13
|
],
|
|
13
14
|
"fixes": [
|
|
14
15
|
"`DynamicForm`: Added choice radio button handling [#1798](https://github.com/pnp/sp-dev-fx-controls-react/pull/1798)"
|
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
- SharePoint Framework v1.21.1 support [#1998](https://github.com/pnp/sp-dev-fx-controls-react/pull/1998)
|
|
8
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
|
+
- `ListItemComments`: Need a feature to view the list of users who liked a comment [#2003](https://github.com/pnp/sp-dev-fx-controls-react/issues/2003)
|
|
9
10
|
|
|
10
11
|
### Fixes
|
|
11
12
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.22.0-beta.
|
|
1
|
+
export var version = "3.22.0-beta.1538221";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED