@pnp/spfx-controls-react 3.16.0-beta.6149437 → 3.16.0-beta.6149493
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
|
@@ -12,14 +12,16 @@
|
|
|
12
12
|
"fixes": [
|
|
13
13
|
"`AccessibleAccordion`: fix typo in documentation [#1634](https://github.com/pnp/sp-dev-fx-controls-react/pull/1634)",
|
|
14
14
|
"`DynamicForm`: fix issue with MultiChoice field [#1510](https://github.com/pnp/sp-dev-fx-controls-react/issues/1510)",
|
|
15
|
-
"`Localization`: Update dutch translations [#1635](https://github.com/pnp/sp-dev-fx-controls-react/issues/1635)"
|
|
15
|
+
"`Localization`: Update dutch translations [#1635](https://github.com/pnp/sp-dev-fx-controls-react/issues/1635)",
|
|
16
|
+
"`TaxonomyPicker`: suggested item contains double termset name [#1597](https://github.com/pnp/sp-dev-fx-controls-react/issues/1597)"
|
|
16
17
|
]
|
|
17
18
|
},
|
|
18
19
|
"contributions": [
|
|
19
20
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
20
21
|
"[Nils Andresen](https://github.com/nils-a)",
|
|
21
22
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
22
|
-
"[Rico van de Ven](https://github.com/RicoNL)"
|
|
23
|
+
"[Rico van de Ven](https://github.com/RicoNL)",
|
|
24
|
+
"[wuxiaojun514](https://github.com/wuxiaojun514)",
|
|
23
25
|
]
|
|
24
26
|
},
|
|
25
27
|
{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.16.0-beta.
|
|
1
|
+
export var version = "3.16.0-beta.6149493";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED