@pnp/spfx-controls-react 3.17.0-beta.7072521 → 3.17.0-beta.7290807
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 +3 -1
- package/CHANGELOG.md +4 -0
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -8,7 +8,9 @@
|
|
|
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
10
|
],
|
|
11
|
-
"fixes": [
|
|
11
|
+
"fixes": [
|
|
12
|
+
"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
|
+
]
|
|
12
14
|
},
|
|
13
15
|
"contributions": [
|
|
14
16
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
- `DyanmicForm`: Added file handling [#1625](https://github.com/pnp/sp-dev-fx-controls-react/pull/1625)
|
|
8
8
|
- `DynamicForm`: Custom Formatting and Validation, ControlsTestWebPart updates [#1672](https://github.com/pnp/sp-dev-fx-controls-react/pull/1672)
|
|
9
9
|
|
|
10
|
+
### Fixes
|
|
11
|
+
|
|
12
|
+
- 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
|
+
|
|
10
14
|
### Contributors
|
|
11
15
|
|
|
12
16
|
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Tom G](https://github.com/t0mgerman).
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.17.0-beta.
|
|
1
|
+
export var version = "3.17.0-beta.7290807";
|
|
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.7290807",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"react-quill": "2.0.0",
|
|
83
83
|
"regexify-string": "^1.0.16",
|
|
84
84
|
"spfx-uifabric-themes": "^0.9.0",
|
|
85
|
-
"swiper": "^8.2.6"
|
|
85
|
+
"swiper": "^8.2.6",
|
|
86
|
+
"@iconify/react": "^4.1.1"
|
|
86
87
|
},
|
|
87
88
|
"devDependencies": {
|
|
88
|
-
"@iconify/react": "^4.1.1",
|
|
89
89
|
"@microsoft/eslint-config-spfx": "1.18.2",
|
|
90
90
|
"@microsoft/eslint-plugin-spfx": "1.18.2",
|
|
91
91
|
"@microsoft/microsoft-graph-types": "^2.1.0",
|