@pnp/spfx-controls-react 3.9.0-beta.2552270 → 3.9.0-beta.2552279
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
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"`TaxonomyPicker`: Check if cultureInfo is valid [#1226](https://github.com/pnp/sp-dev-fx-controls-react/issues/1226)",
|
|
20
20
|
"`FieldCollectionData`: Updated docs to fix duplicated property [#1236](https://github.com/pnp/sp-dev-fx-controls-react/pull/1236)",
|
|
21
21
|
"`Changelog`: Fix changelog script by setting CHANGELOG.JSON filename extension to lower case [#1242](https://github.com/pnp/sp-dev-fx-controls-react/pull/1242)",
|
|
22
|
-
"`LivePersona`: Fix LivePersona not showing card on hover [#1241](https://github.com/pnp/sp-dev-fx-controls-react/issues/1241)"
|
|
22
|
+
"`LivePersona`: Fix LivePersona not showing card on hover [#1241](https://github.com/pnp/sp-dev-fx-controls-react/issues/1241)",
|
|
23
|
+
"`PeoplePicker`: PeoplePicker validation on focus out [#1221](https://github.com/pnp/sp-dev-fx-controls-react/pull/1221)"
|
|
23
24
|
]
|
|
24
25
|
},
|
|
25
26
|
"contributions": [
|
|
@@ -29,6 +30,7 @@
|
|
|
29
30
|
"[Dennis Kuhn](https://github.com/DennisKuhn)",
|
|
30
31
|
"[Fabio Franzini](https://github.com/fabiofranzini)",
|
|
31
32
|
"[Jake Stanger](https://github.com/JakeStanger)",
|
|
33
|
+
"[Joseph Halvey](https://github.com/HardluckHalvey)",
|
|
32
34
|
"[Milan Holemans](https://github.com/milanholemans)",
|
|
33
35
|
"[Morten Andersen](https://github.com/spcph)",
|
|
34
36
|
"[Rico van de Ven](https://github.com/RicoNL)",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.9.0-beta.
|
|
1
|
+
export var version = "3.9.0-beta.2552279";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED