@pnp/spfx-controls-react 3.5.0-beta.1474273 → 3.5.0-beta.1474283
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
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"`DynamicForm`: `disabledFields` property added [#987](https://github.com/pnp/sp-dev-fx-controls-react/pull/987)",
|
|
13
13
|
"`ListPicker`: Add multi numbers support for baseTemplate option [#1016](https://github.com/pnp/sp-dev-fx-controls-react/issues/1016)",
|
|
14
14
|
"`ComboboxListItemPicker`: Add option to sort the items in the picker [#985](https://github.com/pnp/sp-dev-fx-controls-react/issues/985)",
|
|
15
|
-
"`PeoplePicker`: Added filter for Microsoft 365 Group [#985](https://github.com/pnp/sp-dev-fx-controls-react/pull/1027)"
|
|
15
|
+
"`PeoplePicker`: Added filter for Microsoft 365 Group [#985](https://github.com/pnp/sp-dev-fx-controls-react/pull/1027)",
|
|
16
|
+
"`Accordion`: Added custom icons [#1033](https://github.com/pnp/sp-dev-fx-controls-react/issues/1033)"
|
|
16
17
|
],
|
|
17
18
|
"fixes": [
|
|
18
19
|
"`FilePicker`: `defaultFolderAbsolutePath` does not work Out of context [#1023](https://github.com/pnp/sp-dev-fx-controls-react/issues/1023)",
|
|
@@ -30,7 +31,8 @@
|
|
|
30
31
|
"[Patrik Hellgren](https://github.com/patrikhellgren)",
|
|
31
32
|
"[Xiyitifu](https://github.com/Xiyitifu)",
|
|
32
33
|
"[Russell gove](https://github.com/russgove)",
|
|
33
|
-
"[Andreas Omayrat](https://github.com/andreasomayrat)"
|
|
34
|
+
"[Andreas Omayrat](https://github.com/andreasomayrat)",
|
|
35
|
+
"[Abderahman Moujahid](https://github.com/Abderahman88)"
|
|
34
36
|
]
|
|
35
37
|
},
|
|
36
38
|
{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.5.0-beta.
|
|
1
|
+
export var version = "3.5.0-beta.1474283";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED