@pnp/spfx-controls-react 3.18.0-beta.7878626 → 3.18.0-beta.7878717

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
@@ -5,16 +5,18 @@
5
5
  "changes": {
6
6
  "new": [],
7
7
  "enhancements": [
8
- "`DynamicField`: Added orderBy to DynamicField props for lookup fields[#1747](https://github.com/pnp/sp-dev-fx-controls-react/pull/1747)"
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
10
  ],
10
11
  "fixes": [
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)"
12
+ "`FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property [#1743](https://github.com/pnp/sp-dev-fx-controls-react/pull/1743)",
13
+ "Readme documents highlight extension does not work correctly [#1495](https://github.com/pnp/sp-dev-fx-controls-react/issues/1495)"
13
14
  ]
14
15
  },
15
16
  "contributions": [
16
17
  "[Guido Zambarda](https://github.com/GuidoZam)",
17
- "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
18
+ "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
19
+ "[srpmtt](https://github.com/srpmtt)"
18
20
  ]
19
21
  },
20
22
  {
@@ -1,2 +1,2 @@
1
- export var version = "3.18.0-beta.7878626";
1
+ export var version = "3.18.0-beta.7878717";
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.7878626",
4
+ "version": "3.18.0-beta.7878717",
5
5
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
6
6
  "scripts": {
7
7
  "build": "gulp build",