@pnp/spfx-controls-react 3.16.0-beta.6200205 → 3.16.0-beta.6200301
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,11 +13,14 @@
|
|
|
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
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
|
+
"`TaxonomyPicker`: suggested item contains double termset name [#1597](https://github.com/pnp/sp-dev-fx-controls-react/issues/1597)",
|
|
17
|
+
"`DynamicForm`: DynamicForm does not properly handle NULL default values for Taxonomy fields [#1267](https://github.com/pnp/sp-dev-fx-controls-react/issues/1267)",
|
|
18
|
+
"`DynamicForm`: DynamicForm errors when submitting blank Taxonomy field values [#1268](https://github.com/pnp/sp-dev-fx-controls-react/issues/1268)"
|
|
17
19
|
]
|
|
18
20
|
},
|
|
19
21
|
"contributions": [
|
|
20
22
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
23
|
+
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
21
24
|
"[Nils Andresen](https://github.com/nils-a)",
|
|
22
25
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
23
26
|
"[Rico van de Ven](https://github.com/RicoNL)",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.16.0-beta.
|
|
1
|
+
export var version = "3.16.0-beta.6200301";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED