@pnp/spfx-controls-react 3.23.0-beta.1844954 → 3.23.0-beta.1844956

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
@@ -6,7 +6,8 @@
6
6
  "new": [],
7
7
  "enhancements": [
8
8
  "`fast-serve`: Update spfx-fast-serve-helpers to 1.21.1 [#2038](https://github.com/pnp/sp-dev-fx-controls-react/pull/2038)",
9
- "`DynamicForm`: Add itemsQueryCountLimit for Lookup fields [#2033](https://github.com/pnp/sp-dev-fx-controls-react/issues/2033)"
9
+ "`DynamicForm`: Add itemsQueryCountLimit for Lookup fields [#2033](https://github.com/pnp/sp-dev-fx-controls-react/issues/2033)",
10
+ "`ImagePicker`: FluentProvider to SelectFromSharePoint component so token is not undefined [#2046](https://github.com/pnp/sp-dev-fx-controls-react/pull/2046)"
10
11
  ],
11
12
  "fixes": [
12
13
  "`RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)",
@@ -22,7 +23,8 @@
22
23
  "[Harminder Singh](https://github.com/HarminderSethi)",
23
24
  "[Mark Bice](https://github.com/mbice)",
24
25
  "[moudhafersalhi](https://github.com/moudhafersalhi)",
25
- "[Niels Söth](https://github.com/nsoeth)"
26
+ "[Niels Söth](https://github.com/nsoeth)",
27
+ "[SeyedAliAsghari96](https://github.com/SeyedAliAsghari96)"
26
28
  ]
27
29
  },
28
30
  {
package/CHANGELOG.md CHANGED
@@ -6,6 +6,7 @@
6
6
 
7
7
  - `fast-serve`: Update spfx-fast-serve-helpers to 1.21.1 [#2038](https://github.com/pnp/sp-dev-fx-controls-react/pull/2038)
8
8
  - `DynamicForm`: Add itemsQueryCountLimit for Lookup fields [#2033](https://github.com/pnp/sp-dev-fx-controls-react/issues/2033)
9
+ - `ImagePicker`: FluentProvider to SelectFromSharePoint component so token is not undefined [#2046](https://github.com/pnp/sp-dev-fx-controls-react/pull/2046)
9
10
 
10
11
  ### Fixes
11
12
 
@@ -18,7 +19,7 @@
18
19
 
19
20
  ### Contributors
20
21
 
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).
22
+ 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), [SeyedAliAsghari96](https://github.com/SeyedAliAsghari96).
22
23
 
23
24
  ## 3.22.0
24
25
 
@@ -1,2 +1,2 @@
1
- export var version = "3.23.0-beta.1844954";
1
+ export var version = "3.23.0-beta.1844956";
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.1844954",
4
+ "version": "3.23.0-beta.1844956",
5
5
  "engines": {
6
6
  "node": ">=22.14.0 < 23.0.0"
7
7
  },