@pnp/spfx-controls-react 3.15.0-beta.4870061 → 3.15.0-beta.4870094

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,18 +5,22 @@
5
5
  "changes": {
6
6
  "new": [],
7
7
  "enhancements": [],
8
- "fixes": []
8
+ "fixes": [
9
+ "`FieldPicker`: Changed react import to fix `cannot be used as a JSX component` error [#1500](https://github.com/pnp/sp-dev-fx-controls-react/pull/1500)"
10
+ ]
9
11
  },
10
- "contributions": []
12
+ "contributions": [
13
+ "[Andreas Omayrat](https://github.com/andreasomayrat)"
14
+ ]
11
15
  },
12
16
  {
13
17
  "version": "3.14.0",
14
18
  "changes": {
15
19
  "new": [],
16
20
  "enhancements": [
17
- "`DateTimePicker`: Fixed DateTimePicker strings in Danish Locale #1498](https://github.com/pnp/sp-dev-fx-controls-react/pull/1489)",
21
+ "`DateTimePicker`: Fixed DateTimePicker strings in Danish Locale [#1498](https://github.com/pnp/sp-dev-fx-controls-react/pull/1489)",
18
22
  "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)"
23
+ "`FieldCollectionData`: Adds panelProps property to FieldCollectionData [#1525](https://github.com/pnp/sp-dev-fx-controls-react/pull/1525)"
20
24
  ],
21
25
  "fixes": [
22
26
  "`DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)",
@@ -1,2 +1,2 @@
1
- export var version = "3.15.0-beta.4870061";
1
+ export var version = "3.15.0-beta.4870094";
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.4870061",
4
+ "version": "3.15.0-beta.4870094",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",