@pnp/spfx-controls-react 3.14.0-beta.4359251 → 3.14.0-beta.4359269
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,11 +9,13 @@
|
|
|
9
9
|
"`DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)",
|
|
10
10
|
"`ListItemAttachments`: FIX: Cannot download items when it has a ilegal character [#1484](https://github.com/pnp/sp-dev-fx-controls-react/issues/1484)",
|
|
11
11
|
"`FilePicker`: FIX: recent tab empty until re-render [#1482](https://github.com/pnp/sp-dev-fx-controls-react/issues/1482)",
|
|
12
|
-
"`Dynamic Form`: Adds onListItemLoaded handler to DynamicForm [#1472](https://github.com/pnp/sp-dev-fx-controls-react/issues/1472)"
|
|
12
|
+
"`Dynamic Form`: Adds onListItemLoaded handler to DynamicForm [#1472](https://github.com/pnp/sp-dev-fx-controls-react/issues/1472)",
|
|
13
|
+
"`Dynamic Form`: Fix for the DynamicForm when a defaultValue is null and the code try to call the split method on it. [#1486](https://github.com/pnp/sp-dev-fx-controls-react/pull/1486)"
|
|
13
14
|
]
|
|
14
15
|
},
|
|
15
16
|
"contributions": [
|
|
16
17
|
"[Chad Eiserloh](https://github.com/c-eiser13)",
|
|
18
|
+
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
17
19
|
"[Martin Lingstuyl](https://github.com/martinlingstuyl)",
|
|
18
20
|
"[Sergio Villalta](https://github.com/6gal6ler6)"
|
|
19
21
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.14.0-beta.
|
|
1
|
+
export var version = "3.14.0-beta.4359269";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED