@pnp/spfx-controls-react 3.5.0-beta.1474327 → 3.5.0-beta.1474334

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
@@ -13,7 +13,8 @@
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
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
+ "`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
18
  ],
18
19
  "fixes": [
19
20
  "`FilePicker`: `defaultFolderAbsolutePath` does not work Out of context [#1023](https://github.com/pnp/sp-dev-fx-controls-react/issues/1023)",
@@ -32,7 +33,8 @@
32
33
  "[Xiyitifu](https://github.com/Xiyitifu)",
33
34
  "[Russell gove](https://github.com/russgove)",
34
35
  "[Andreas Omayrat](https://github.com/andreasomayrat)",
35
- "[Abderahman Moujahid](https://github.com/Abderahman88)"
36
+ "[Abderahman Moujahid](https://github.com/Abderahman88)",
37
+ "[Alexander M](https://github.com/alexanmo)"
36
38
  ]
37
39
  },
38
40
  {
@@ -1,2 +1,2 @@
1
- export var version = "3.5.0-beta.1474327";
1
+ export var version = "3.5.0-beta.1474334";
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.1474327",
4
+ "version": "3.5.0-beta.1474334",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",