@pnp/spfx-controls-react 3.12.0-beta.3841880 → 3.12.0-beta.3841891
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
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"enhancements": [
|
|
8
8
|
"`ListItemPicker`: use list name as well as GUID to point to list [#1355](https://github.com/pnp/sp-dev-fx-controls-react/issues/1355)",
|
|
9
9
|
"`ListItemPicker`: Add Styles property to ListItemPicker and ComboBoxListItemPicker [#1407](https://github.com/pnp/sp-dev-fx-controls-react/pull/1407)",
|
|
10
|
-
"`SitePicker`: Pass `styles` property to Dropdown [#1389](https://github.com/pnp/sp-dev-fx-controls-react/pull/1389)"
|
|
10
|
+
"`SitePicker`: Pass `styles` property to Dropdown [#1389](https://github.com/pnp/sp-dev-fx-controls-react/pull/1389)",
|
|
11
|
+
"`FilePicker`: Site Tab - Many Document Libraries No Scrolling [#1413](https://github.com/pnp/sp-dev-fx-controls-react/pull/1413)"
|
|
11
12
|
],
|
|
12
13
|
"fixes": [
|
|
13
14
|
"`DateTimePicker`: broken link for `getErrorMessage` property fixed [#1277](https://github.com/pnp/sp-dev-fx-controls-react/pull/1381)",
|
|
@@ -17,6 +18,7 @@
|
|
|
17
18
|
]
|
|
18
19
|
},
|
|
19
20
|
"contributions": [
|
|
21
|
+
"[Brian Krainer Jacobsen](https://github.com/krainer)",
|
|
20
22
|
"[Edin Kapic](https://github.com/ekapic)",
|
|
21
23
|
"[Harminder Singh](https://github.com/HarminderSethi)",
|
|
22
24
|
"[João Mendes](https://github.com/joaojmendes)",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.12.0-beta.
|
|
1
|
+
export var version = "3.12.0-beta.3841891";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED