@pnp/spfx-controls-react 3.15.0-beta.5475005 → 3.15.0-beta.5475041

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
@@ -11,8 +11,8 @@
11
11
  "`DynamicForm`: Fixed typo in property name [#1529](https://github.com/pnp/sp-dev-fx-controls-react/pull/1529)",
12
12
  "`DynamicForm`: validation error dialog added [#1531](https://github.com/pnp/sp-dev-fx-controls-react/pull/1531/)",
13
13
  "`DateTimePicker`: Add new property initialPickerDate [#1581](https://github.com/pnp/sp-dev-fx-controls-react/pull/1581)",
14
- "`ModernTaxonomyPicker`: can't find term when UI is in language not supported by term store [#1573](https://github.com/pnp/sp-dev-fx-controls-react/issues/1573)"
15
-
14
+ "`ModernTaxonomyPicker`: can't find term when UI is in language not supported by term store [#1573](https://github.com/pnp/sp-dev-fx-controls-react/issues/1573)",
15
+ "`AdaptiveCardHost`: Add null check for adaptive card elements [#1574](https://github.com/pnp/sp-dev-fx-controls-react/pull/1574)"
16
16
  ],
17
17
  "fixes": [
18
18
  "`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)",
@@ -34,6 +34,7 @@
34
34
  "[Desislav](https://github.com/DMichev)",
35
35
  "[Guido Zambarda](https://github.com/GuidoZam)",
36
36
  "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
37
+ "[Patrik Hellgren](https://github.com/patrikhellgren)",
37
38
  "[Rico van de Ven](https://github.com/RicoNL)",
38
39
  "[Sharepointalist](https://github.com/sharepointalist)",
39
40
  "[Zhephyr](https://github.com/Zhephyr54)"
@@ -1,2 +1,2 @@
1
- export var version = "3.15.0-beta.5475005";
1
+ export var version = "3.15.0-beta.5475041";
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.5475005",
4
+ "version": "3.15.0-beta.5475041",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",