@pnp/spfx-controls-react 3.17.0-beta.7718027 → 3.17.0-beta.7718148
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,16 @@
|
|
|
7
7
|
"enhancements": [
|
|
8
8
|
"`DyanmicForm`: Added file handling [#1625](https://github.com/pnp/sp-dev-fx-controls-react/pull/1625)",
|
|
9
9
|
"`DynamicForm`: Custom Formatting and Validation, ControlsTestWebPart updates [#1672](https://github.com/pnp/sp-dev-fx-controls-react/pull/1672)",
|
|
10
|
-
"`PeoplePicker
|
|
10
|
+
"`PeoplePicker`: Added custom filter to PeoplePicker selection [#1657](https://github.com/pnp/sp-dev-fx-controls-react/issues/1657)"
|
|
11
11
|
],
|
|
12
12
|
"fixes": [
|
|
13
|
-
"Build fails due to missing @iconify/react dependency after upgrade to 3.16.0 [#1719](https://github.com/pnp/sp-dev-fx-controls-react/issues/1719)"
|
|
13
|
+
"Build fails due to missing @iconify/react dependency after upgrade to 3.16.0 [#1719](https://github.com/pnp/sp-dev-fx-controls-react/issues/1719)",
|
|
14
|
+
"`ModernTaxonomyPicker` not displaying suggestions when typing in values - API not found error [#1688](https://github.com/pnp/sp-dev-fx-controls-react/issues/1688)"
|
|
14
15
|
]
|
|
15
16
|
},
|
|
16
17
|
"contributions": [
|
|
17
18
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
19
|
+
"[Lars Fernhomberg](https://github.com/lafe)",
|
|
18
20
|
"[Tom G](https://github.com/t0mgerman)"
|
|
19
21
|
]
|
|
20
22
|
},
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.17.0-beta.
|
|
1
|
+
export var version = "3.17.0-beta.7718148";
|
|
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.17.0-beta.
|
|
4
|
+
"version": "3.17.0-beta.7718148",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|