@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 CHANGED
@@ -7,14 +7,17 @@
7
7
 
8
8
  ],
9
9
  "enhancements": [
10
- "SharePoint Framework v1.19.0 support [#1998](https://github.com/pnp/sp-dev-fx-controls-react/pull/1998)"
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.19.0 support [#1998](https://github.com/pnp/sp-dev-fx-controls-react/pull/1998)
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.1518054";
1
+ export var version = "3.22.0-beta.1518393";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-controls-react",
3
3
  "description": "Reusable React controls for SharePoint Framework solutions",
4
- "version": "3.22.0-beta.1518054",
4
+ "version": "3.22.0-beta.1518393",
5
5
  "engines": {
6
6
  "node": ">=22.14.0 < 23.0.0"
7
7
  },