@pnp/spfx-controls-react 3.14.0-beta.4579358 → 3.14.0-beta.4579403
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 +4 -3
- package/CHANGELOG.md +3 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -10,15 +10,16 @@
|
|
|
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
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
|
+
"`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)",
|
|
14
|
+
"`DynamicForm`: DynamicForm - Fixing Required Multi Field Saving Problem [#1489](https://github.com/pnp/sp-dev-fx-controls-react/issues/1489)"
|
|
14
15
|
]
|
|
15
16
|
},
|
|
16
17
|
"contributions": [
|
|
17
18
|
"[Chad Eiserloh](https://github.com/c-eiser13)",
|
|
18
19
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
19
20
|
"[Martin Lingstuyl](https://github.com/martinlingstuyl)",
|
|
20
|
-
"[Sergio Villalta](https://github.com/6gal6ler6)"
|
|
21
|
-
|
|
21
|
+
"[Sergio Villalta](https://github.com/6gal6ler6)",
|
|
22
|
+
"[Josef Benda](https://github.com/SmarterJB)"
|
|
22
23
|
]
|
|
23
24
|
},
|
|
24
25
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -8,10 +8,12 @@
|
|
|
8
8
|
- `ListItemAttachments`: FIX: Cannot download items when it has a ilegal character [#1484](https://github.com/pnp/sp-dev-fx-controls-react/issues/1484)
|
|
9
9
|
- `FilePicker`: FIX: recent tab empty until re-render [#1482](https://github.com/pnp/sp-dev-fx-controls-react/issues/1482)
|
|
10
10
|
- `Dynamic Form`: Adds onListItemLoaded handler to DynamicForm [#1472](https://github.com/pnp/sp-dev-fx-controls-react/issues/1472)
|
|
11
|
+
- `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)
|
|
12
|
+
- `DynamicForm`: DynamicForm - Fixing Required Multi Field Saving Problem [#1489](https://github.com/pnp/sp-dev-fx-controls-react/issues/1489)
|
|
11
13
|
|
|
12
14
|
### Contributors
|
|
13
15
|
|
|
14
|
-
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Sergio Villalta](https://github.com/6gal6ler6).
|
|
16
|
+
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Guido Zambarda](https://github.com/GuidoZam), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Sergio Villalta](https://github.com/6gal6ler6), [Josef Benda](https://github.com/SmarterJB).
|
|
15
17
|
|
|
16
18
|
## 3.13.0
|
|
17
19
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.14.0-beta.
|
|
1
|
+
export var version = "3.14.0-beta.4579403";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED