@pnp/spfx-controls-react 3.23.0-beta.1844923 → 3.23.0-beta.1844925

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,13 +13,15 @@
13
13
  "`Carousel`: links not opening on a new tab with target: _blank [#2022](https://github.com/pnp/sp-dev-fx-controls-react/issues/2022)",
14
14
  "`ListItemPicker`: calculated column as columnInternalName not working [#1870](https://github.com/pnp/sp-dev-fx-controls-react/issues/1870)",
15
15
  "`Calendar`: not displaying items [#2025](https://github.com/pnp/sp-dev-fx-controls-react/issues/2025)",
16
- "`ListItemComments`: Error when using some special characters in text [#2047](https://github.com/pnp/sp-dev-fx-controls-react/issues/2047)"
16
+ "`ListItemComments`: Error when using some special characters in text [#2047](https://github.com/pnp/sp-dev-fx-controls-react/issues/2047)",
17
+ "Update `FolderExplorerService.ts` to add import @pnp/sp/files [#2050](https://github.com/pnp/sp-dev-fx-controls-react/pull/2050)"
17
18
  ]
18
19
  },
19
20
  "contributions": [
20
21
  "[Antanina Druzhkina](https://github.com/Ateina)",
21
22
  "[Harminder Singh](https://github.com/HarminderSethi)",
22
23
  "[Mark Bice](https://github.com/mbice)",
24
+ "[moudhafersalhi](https://github.com/moudhafersalhi)",
23
25
  "[Niels Söth](https://github.com/nsoeth)"
24
26
  ]
25
27
  },
package/CHANGELOG.md CHANGED
@@ -14,10 +14,11 @@
14
14
  - `ListItemPicker`: calculated column as columnInternalName not working [#1870](https://github.com/pnp/sp-dev-fx-controls-react/issues/1870)
15
15
  - `Calendar`: not displaying items [#2025](https://github.com/pnp/sp-dev-fx-controls-react/issues/2025)
16
16
  - `ListItemComments`: Error when using some special characters in text [#2047](https://github.com/pnp/sp-dev-fx-controls-react/issues/2047)
17
+ - Update `FolderExplorerService.ts` to add import @pnp/sp/files [#2050](https://github.com/pnp/sp-dev-fx-controls-react/pull/2050)
17
18
 
18
19
  ### Contributors
19
20
 
20
- Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [Harminder Singh](https://github.com/HarminderSethi), [Mark Bice](https://github.com/mbice), [Niels Söth](https://github.com/nsoeth).
21
+ Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [Harminder Singh](https://github.com/HarminderSethi), [Mark Bice](https://github.com/mbice), [moudhafersalhi](https://github.com/moudhafersalhi), [Niels Söth](https://github.com/nsoeth).
21
22
 
22
23
  ## 3.22.0
23
24
 
@@ -1,2 +1,2 @@
1
- export var version = "3.23.0-beta.1844923";
1
+ export var version = "3.23.0-beta.1844925";
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.23.0-beta.1844923",
4
+ "version": "3.23.0-beta.1844925",
5
5
  "engines": {
6
6
  "node": ">=22.14.0 < 23.0.0"
7
7
  },