@pnp/spfx-controls-react 3.23.0-beta.1845060 → 3.23.0-beta.1898707

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
@@ -5,6 +5,7 @@
5
5
  "changes": {
6
6
  "new": [],
7
7
  "enhancements": [
8
+ "Update MPA page with compatibility matrix [#2063](https://github.com/pnp/sp-dev-fx-controls-react/pull/2063)",
8
9
  "`fast-serve`: Update spfx-fast-serve-helpers to 1.21.1 [#2038](https://github.com/pnp/sp-dev-fx-controls-react/pull/2038)",
9
10
  "`DynamicForm`: Add itemsQueryCountLimit for Lookup fields [#2033](https://github.com/pnp/sp-dev-fx-controls-react/issues/2033)",
10
11
  "`ImagePicker`: FluentProvider to SelectFromSharePoint component so token is not undefined [#2046](https://github.com/pnp/sp-dev-fx-controls-react/pull/2046)"
@@ -24,6 +25,7 @@
24
25
  "[Antanina Druzhkina](https://github.com/Ateina)",
25
26
  "[Harminder Singh](https://github.com/HarminderSethi)",
26
27
  "[Mark Bice](https://github.com/mbice)",
28
+ "[Michaël Maillot](https://github.com/michaelmaillot)",
27
29
  "[moudhafersalhi](https://github.com/moudhafersalhi)",
28
30
  "[Niels Söth](https://github.com/nsoeth)",
29
31
  "[SeyedAliAsghari96](https://github.com/SeyedAliAsghari96)"
package/CHANGELOG.md CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  ### Enhancements
6
6
 
7
+ - Update MPA page with compatibility matrix [#2063](https://github.com/pnp/sp-dev-fx-controls-react/pull/2063)
7
8
  - `fast-serve`: Update spfx-fast-serve-helpers to 1.21.1 [#2038](https://github.com/pnp/sp-dev-fx-controls-react/pull/2038)
8
9
  - `DynamicForm`: Add itemsQueryCountLimit for Lookup fields [#2033](https://github.com/pnp/sp-dev-fx-controls-react/issues/2033)
9
10
  - `ImagePicker`: FluentProvider to SelectFromSharePoint component so token is not undefined [#2046](https://github.com/pnp/sp-dev-fx-controls-react/pull/2046)
@@ -21,7 +22,7 @@
21
22
 
22
23
  ### Contributors
23
24
 
24
- 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).
25
+ 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), [Michaël Maillot](https://github.com/michaelmaillot), [moudhafersalhi](https://github.com/moudhafersalhi), [Niels Söth](https://github.com/nsoeth), [SeyedAliAsghari96](https://github.com/SeyedAliAsghari96).
25
26
 
26
27
  ## 3.22.0
27
28
 
@@ -1,2 +1,2 @@
1
- export var version = "3.23.0-beta.1845060";
1
+ export var version = "3.23.0-beta.1898707";
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.1845060",
4
+ "version": "3.23.0-beta.1898707",
5
5
  "engines": {
6
6
  "node": ">=22.14.0 < 23.0.0"
7
7
  },