@pnp/spfx-controls-react 3.15.0-beta.5548540 → 3.15.0-beta.5548557
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
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"`DateTimePicker`: Add new property initialPickerDate [#1581](https://github.com/pnp/sp-dev-fx-controls-react/pull/1581)",
|
|
14
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
15
|
"`AdaptiveCardHost`: Add null check for adaptive card elements [#1574](https://github.com/pnp/sp-dev-fx-controls-react/pull/1574)",
|
|
16
|
-
"`ControlsTestWebPart`: Updated the ControlsTestWebPart to show the controls filtered by control type [#1547](https://github.com/pnp/sp-dev-fx-controls-react/pull/1547)"
|
|
16
|
+
"`ControlsTestWebPart`: Updated the ControlsTestWebPart to show the controls filtered by control type [#1547](https://github.com/pnp/sp-dev-fx-controls-react/pull/1547)",
|
|
17
|
+
"`fast-serve`: Fast-serve updated to the latest version and serve warnings fixed [#1589](https://github.com/pnp/sp-dev-fx-controls-react/pull/1589)"
|
|
17
18
|
],
|
|
18
19
|
"fixes": [
|
|
19
20
|
"`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)",
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
41
42
|
"[Patrik Hellgren](https://github.com/patrikhellgren)",
|
|
42
43
|
"[Rico van de Ven](https://github.com/RicoNL)",
|
|
44
|
+
"[Sergei Sergeev](https://github.com/s-KaiNet)",
|
|
43
45
|
"[Sharepointalist](https://github.com/sharepointalist)",
|
|
44
46
|
"[Zhephyr](https://github.com/Zhephyr54)"
|
|
45
47
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.15.0-beta.
|
|
1
|
+
export var version = "3.15.0-beta.5548557";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED