@pnp/spfx-controls-react 3.5.0-beta.1440343 → 3.5.0-beta.1440363

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
@@ -10,7 +10,8 @@
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
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
+ "`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
15
  ],
15
16
  "fixes": [
16
17
  "`FilePicker`: `defaultFolderAbsolutePath` does not work Out of context [#1023](https://github.com/pnp/sp-dev-fx-controls-react/issues/1023)",
@@ -26,7 +27,8 @@
26
27
  "[Michalis Koutroupis](https://github.com/mkoutroupis)",
27
28
  "[MonalisaBaltatescu](https://github.com/MonalisaBaltatescu)",
28
29
  "[Patrik Hellgren](https://github.com/patrikhellgren)",
29
- "[Xiyitifu](https://github.com/Xiyitifu)"
30
+ "[Xiyitifu](https://github.com/Xiyitifu)",
31
+ "[Russell gove](https://github.com/russgove)"
30
32
  ]
31
33
  },
32
34
  {
@@ -1,2 +1,2 @@
1
- export var version = "3.5.0-beta.1440343";
1
+ export var version = "3.5.0-beta.1440363";
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.1440343",
4
+ "version": "3.5.0-beta.1440363",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",