@pnp/spfx-controls-react 3.15.0-beta.5474699 → 3.15.0-beta.5474725
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
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
"`fast-serve`: Fix issue with File and Directory Entries API [#1555](https://github.com/pnp/sp-dev-fx-controls-react/issues/1555)",
|
|
21
21
|
"`FilePicker`: Tile view issue on first render [#1558](https://github.com/pnp/sp-dev-fx-controls-react/issues/1558)",
|
|
22
22
|
"`DynamicForm` lookups - first time you select an option from a lookup, it doesnt select it [#1535](https://github.com/pnp/sp-dev-fx-controls-react/issues/1535)",
|
|
23
|
-
"`DynamicForm`: Fields of type Note don't get disabled [#1264](https://github.com/pnp/sp-dev-fx-controls-react/issues/1264)"
|
|
23
|
+
"`DynamicForm`: Fields of type Note don't get disabled [#1264](https://github.com/pnp/sp-dev-fx-controls-react/issues/1264)",
|
|
24
|
+
"`ListItemAttachments`: Fix for files containing dots in the name [#1580](https://github.com/pnp/sp-dev-fx-controls-react/issues/1580)"
|
|
24
25
|
]
|
|
25
26
|
},
|
|
26
27
|
"contributions": [
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.15.0-beta.
|
|
1
|
+
export var version = "3.15.0-beta.5474725";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED