@pnp/spfx-controls-react 3.15.0-beta.4845678 → 3.15.0-beta.4845704

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
@@ -15,7 +15,8 @@
15
15
  "new": [],
16
16
  "enhancements": [
17
17
  "`DateTimePicker`: Fixed DateTimePicker strings in Danish Locale #1498](https://github.com/pnp/sp-dev-fx-controls-react/pull/1489)",
18
- "SharePoint Framework v1.17.1 support"
18
+ "SharePoint Framework v1.17.1 support",
19
+ "`FieldCollectionData`: Adds panelProps property to FieldCollectionData #1525](https://github.com/pnp/sp-dev-fx-controls-react/pull/1525)"
19
20
  ],
20
21
  "fixes": [
21
22
  "`DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)",
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@
8
8
 
9
9
  - `DateTimePicker`: Fixed DateTimePicker strings in Danish Locale #1498](https://github.com/pnp/sp-dev-fx-controls-react/pull/1489)
10
10
  - SharePoint Framework v1.17.1 support
11
+ - `FieldCollectionData`: Adds panelProps property to FieldCollectionData #1525](https://github.com/pnp/sp-dev-fx-controls-react/pull/1525)
11
12
 
12
13
  ### Fixes
13
14
 
@@ -1,2 +1,2 @@
1
- export var version = "3.15.0-beta.4845678";
1
+ export var version = "3.15.0-beta.4845704";
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.15.0-beta.4845678",
4
+ "version": "3.15.0-beta.4845704",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",