@pnp/spfx-controls-react 3.5.0-beta.392fc20 → 3.5.0-beta.7736222
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,7 +9,8 @@
|
|
|
9
9
|
"`ListView`: Add ability to provide CSS class names for list wrapper and list itself [#1007](https://github.com/pnp/sp-dev-fx-controls-react/issues/1007)",
|
|
10
10
|
"`IconPicker`: `onCancel` property is added [#1043](https://github.com/pnp/sp-dev-fx-controls-react/issues/1043)",
|
|
11
11
|
"SharePoint Framework v1.13 support",
|
|
12
|
-
"`DynamicForm`: `disabledFields` property added [#987](https://github.com/pnp/sp-dev-fx-controls-react/pull/987)"
|
|
12
|
+
"`DynamicForm`: `disabledFields` property added [#987](https://github.com/pnp/sp-dev-fx-controls-react/pull/987)",
|
|
13
|
+
"`ListPicker`: Add multi numbers support for baseTemplate option [#1016](https://github.com/pnp/sp-dev-fx-controls-react/issues/1016)"
|
|
13
14
|
],
|
|
14
15
|
"fixes": [
|
|
15
16
|
"`FilePicker`: `defaultFolderAbsolutePath` does not work Out of context [#1023](https://github.com/pnp/sp-dev-fx-controls-react/issues/1023)",
|
|
@@ -20,11 +21,12 @@
|
|
|
20
21
|
"contributions": [
|
|
21
22
|
"[Gautam Sheth](https://github.com/gautamdsheth)",
|
|
22
23
|
"[Jouni Pohjolainen](https://github.com/jonepo)",
|
|
24
|
+
"[jumpei-yamauchi](https://github.com/jumpei-yamauchi)",
|
|
23
25
|
"[Louis Pineau](https://github.com/pineaulo)",
|
|
24
26
|
"[Michalis Koutroupis](https://github.com/mkoutroupis)",
|
|
25
27
|
"[MonalisaBaltatescu](https://github.com/MonalisaBaltatescu)",
|
|
26
28
|
"[Patrik Hellgren](https://github.com/patrikhellgren)",
|
|
27
|
-
"[
|
|
29
|
+
"[Xiyitifu](https://github.com/Xiyitifu)"
|
|
28
30
|
]
|
|
29
31
|
},
|
|
30
32
|
{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.5.0-beta.
|
|
1
|
+
export var version = "3.5.0-beta.7736222";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED