@pnp/spfx-controls-react 3.18.0-beta.8148070 → 3.18.0-beta.8148100
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
|
"`DynamicField`: Added orderBy to DynamicField props for lookup fields [#1747](https://github.com/pnp/sp-dev-fx-controls-react/pull/1747)",
|
|
9
9
|
"`DateTimePicker`: disable array of dates [#516](https://github.com/pnp/sp-dev-fx-controls-react/issues/516)",
|
|
10
|
-
"`DynamicForm`: new `customIcons` property to allow custom icons for the form [#1745](https://github.com/pnp/sp-dev-fx-controls-react/pull/1745)"
|
|
10
|
+
"`DynamicForm`: new `customIcons` property to allow custom icons for the form [#1745](https://github.com/pnp/sp-dev-fx-controls-react/pull/1745)",
|
|
11
|
+
"`RichText`: Added style property to Rich text control [#1773](https://github.com/pnp/sp-dev-fx-controls-react/pull/1773)"
|
|
11
12
|
],
|
|
12
13
|
"fixes": [
|
|
13
14
|
"`FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property [#1743](https://github.com/pnp/sp-dev-fx-controls-react/pull/1743)",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
},
|
|
19
20
|
"contributions": [
|
|
20
21
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
22
|
+
"[Harminder Singh](https://github.com/HarminderSethi)",
|
|
21
23
|
"[IRRDC](https://github.com/IRRDC)",
|
|
22
24
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
23
25
|
"[srpmtt](https://github.com/srpmtt)"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.18.0-beta.
|
|
1
|
+
export var version = "3.18.0-beta.8148100";
|
|
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.18.0-beta.
|
|
4
|
+
"version": "3.18.0-beta.8148100",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|