@pnp/spfx-controls-react 3.5.0-beta.1492572 → 3.5.0-beta.1492584
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
|
@@ -14,7 +14,8 @@
|
|
|
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
15
|
"`PeoplePicker`: Added filter for Microsoft 365 Group [#985](https://github.com/pnp/sp-dev-fx-controls-react/pull/1027)",
|
|
16
16
|
"`Accordion`: Added custom icons [#1033](https://github.com/pnp/sp-dev-fx-controls-react/issues/1033)",
|
|
17
|
-
"Localization: Corrections for norwegian localizations [#1060](https://github.com/pnp/sp-dev-fx-controls-react/pull/1060)"
|
|
17
|
+
"Localization: Corrections for norwegian localizations [#1060](https://github.com/pnp/sp-dev-fx-controls-react/pull/1060)",
|
|
18
|
+
"`PeoplePicker `: Added Styles property [#1061](https://github.com/pnp/sp-dev-fx-controls-react/pull/1061)"
|
|
18
19
|
],
|
|
19
20
|
"fixes": [
|
|
20
21
|
"`FilePicker`: `defaultFolderAbsolutePath` does not work Out of context [#1023](https://github.com/pnp/sp-dev-fx-controls-react/issues/1023)",
|
|
@@ -34,7 +35,8 @@
|
|
|
34
35
|
"[Russell gove](https://github.com/russgove)",
|
|
35
36
|
"[Andreas Omayrat](https://github.com/andreasomayrat)",
|
|
36
37
|
"[Abderahman Moujahid](https://github.com/Abderahman88)",
|
|
37
|
-
"[Alexander M](https://github.com/alexanmo)"
|
|
38
|
+
"[Alexander M](https://github.com/alexanmo)",
|
|
39
|
+
"[João Mendes](https://github.com/joaojmendes)"
|
|
38
40
|
]
|
|
39
41
|
},
|
|
40
42
|
{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.5.0-beta.
|
|
1
|
+
export var version = "3.5.0-beta.1492584";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED