@pnp/spfx-controls-react 3.17.0-beta.7718341 → 3.17.0-beta.7718459
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,7 +7,8 @@
|
|
|
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`: Added custom filter to PeoplePicker selection [#1657](https://github.com/pnp/sp-dev-fx-controls-react/issues/1657)"
|
|
10
|
+
"`PeoplePicker`: Added custom filter to PeoplePicker selection [#1657](https://github.com/pnp/sp-dev-fx-controls-react/issues/1657)",
|
|
11
|
+
"`RichText`: Align RichText heading styles and font sizes with OOB SharePoint text web part [#1706](https://github.com/pnp/sp-dev-fx-controls-react/pull/1706)"
|
|
11
12
|
],
|
|
12
13
|
"fixes": [
|
|
13
14
|
"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)",
|
|
@@ -17,6 +18,7 @@
|
|
|
17
18
|
"contributions": [
|
|
18
19
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
19
20
|
"[Lars Fernhomberg](https://github.com/lafe)",
|
|
21
|
+
"[Mark Bice](https://github.com/mbice)",
|
|
20
22
|
"[Tom G](https://github.com/t0mgerman)"
|
|
21
23
|
]
|
|
22
24
|
},
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.17.0-beta.
|
|
1
|
+
export var version = "3.17.0-beta.7718459";
|
|
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.7718459",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@types/es6-promise": "3.3.0",
|
|
99
99
|
"@types/he": "^1.1.2",
|
|
100
100
|
"@types/jest": "25.2.3",
|
|
101
|
-
"@types/lodash": "4.14.
|
|
101
|
+
"@types/lodash": "4.14.202",
|
|
102
102
|
"@types/quill": "^1.3.10",
|
|
103
103
|
"@types/react": "17.0.45",
|
|
104
104
|
"@types/react-addons-shallow-compare": "0.14.17",
|