@pnp/spfx-controls-react 3.5.0-beta.1474219 → 3.5.0-beta.1474246

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
@@ -11,7 +11,8 @@
11
11
  "SharePoint Framework v1.13 support",
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
- "`ComboboxListItemPicker`: Add option to sort the items in the picker [#985](https://github.com/pnp/sp-dev-fx-controls-react/issues/985)"
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
16
  ],
16
17
  "fixes": [
17
18
  "`FilePicker`: `defaultFolderAbsolutePath` does not work Out of context [#1023](https://github.com/pnp/sp-dev-fx-controls-react/issues/1023)",
@@ -28,7 +29,8 @@
28
29
  "[MonalisaBaltatescu](https://github.com/MonalisaBaltatescu)",
29
30
  "[Patrik Hellgren](https://github.com/patrikhellgren)",
30
31
  "[Xiyitifu](https://github.com/Xiyitifu)",
31
- "[Russell gove](https://github.com/russgove)"
32
+ "[Russell gove](https://github.com/russgove)",
33
+ "[Andreas Omayrat](https://github.com/andreasomayrat)"
32
34
  ]
33
35
  },
34
36
  {
@@ -1,2 +1,2 @@
1
- export var version = "3.5.0-beta.1474219";
1
+ export var version = "3.5.0-beta.1474246";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-controls-react",
3
3
  "description": "Reusable React controls for SharePoint Framework solutions",
4
- "version": "3.5.0-beta.1474219",
4
+ "version": "3.5.0-beta.1474246",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",