@pnp/spfx-controls-react 3.15.0-beta.5474967 → 3.15.0-beta.5474998

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
@@ -10,7 +10,8 @@
10
10
  "`FolderExplorer`: show files on folder explorer control [#1502](https://github.com/pnp/sp-dev-fx-controls-react/pull/1502)",
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
- "`DateTimePicker`: Add new property initialPickerDate [#1581](https://github.com/pnp/sp-dev-fx-controls-react/pull/1581)"
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)"
14
15
 
15
16
  ],
16
17
  "fixes": [
@@ -34,7 +35,8 @@
34
35
  "[Guido Zambarda](https://github.com/GuidoZam)",
35
36
  "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
36
37
  "[Rico van de Ven](https://github.com/RicoNL)",
37
- "[Sharepointalist](https://github.com/sharepointalist)"
38
+ "[Sharepointalist](https://github.com/sharepointalist)",
39
+ "[Zhephyr](https://github.com/Zhephyr54)"
38
40
  ]
39
41
  },
40
42
  {
@@ -1,2 +1,2 @@
1
- export var version = "3.15.0-beta.5474967";
1
+ export var version = "3.15.0-beta.5474998";
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.5474967",
4
+ "version": "3.15.0-beta.5474998",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",