@pnp/spfx-controls-react 3.18.0-beta.7880125 → 3.18.0-beta.7880158

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
@@ -6,7 +6,8 @@
6
6
  "new": [],
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
- "`DateTimePicker`: disable array of dates [#516](https://github.com/pnp/sp-dev-fx-controls-react/issues/516)"
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
11
  ],
11
12
  "fixes": [
12
13
  "`FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property [#1743](https://github.com/pnp/sp-dev-fx-controls-react/pull/1743)",
package/CHANGELOG.md CHANGED
@@ -4,16 +4,18 @@
4
4
 
5
5
  ### Enhancements
6
6
 
7
- - `DynamicField`: Added orderBy to DynamicField props for lookup fields[#1747](https://github.com/pnp/sp-dev-fx-controls-react/pull/1747)
7
+ - `DynamicField`: Added orderBy to DynamicField props for lookup fields [#1747](https://github.com/pnp/sp-dev-fx-controls-react/pull/1747)
8
+ - `DateTimePicker`: disable array of dates [#516](https://github.com/pnp/sp-dev-fx-controls-react/issues/516)
9
+ - `DynamicForm`: new `customIcons` property to allow custom icons for the form [#1745](https://github.com/pnp/sp-dev-fx-controls-react/pull/1745)
8
10
 
9
11
  ### Fixes
10
12
 
11
- - `FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property[#1743](https://github.com/pnp/sp-dev-fx-controls-react/pull/1743)
12
- - Readme documents highlight extension does not work correctly[#1495](https://github.com/pnp/sp-dev-fx-controls-react/issues/1495)
13
+ - `FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property [#1743](https://github.com/pnp/sp-dev-fx-controls-react/pull/1743)
14
+ - Readme documents highlight extension does not work correctly [#1495](https://github.com/pnp/sp-dev-fx-controls-react/issues/1495)
13
15
 
14
16
  ### Contributors
15
17
 
16
- Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
18
+ Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [srpmtt](https://github.com/srpmtt).
17
19
 
18
20
  ## 3.17.0
19
21
 
@@ -1,2 +1,2 @@
1
- export var version = "3.18.0-beta.7880125";
1
+ export var version = "3.18.0-beta.7880158";
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.7880125",
4
+ "version": "3.18.0-beta.7880158",
5
5
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
6
6
  "scripts": {
7
7
  "build": "gulp build",