@pnp/spfx-controls-react 3.16.0-beta.6139396 → 3.16.0-beta.6143594
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
|
@@ -9,10 +9,12 @@
|
|
|
9
9
|
"enhancements": [
|
|
10
10
|
],
|
|
11
11
|
"fixes": [
|
|
12
|
-
"`AccessibleAccordion`: fix typo in documentation [#1634](https://github.com/pnp/sp-dev-fx-controls-react/pull/1634)"
|
|
12
|
+
"`AccessibleAccordion`: fix typo in documentation [#1634](https://github.com/pnp/sp-dev-fx-controls-react/pull/1634)",
|
|
13
|
+
"`DynamicForm`: fix issue with MultiChoice field [#1510](https://github.com/pnp/sp-dev-fx-controls-react/issues/1510)"
|
|
13
14
|
]
|
|
14
15
|
},
|
|
15
16
|
"contributions": [
|
|
17
|
+
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
16
18
|
"[Nils Andresen](https://github.com/nils-a)",
|
|
17
19
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
|
|
18
20
|
]
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.16.0-beta.
|
|
1
|
+
export var version = "3.16.0-beta.6143594";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED