@pnp/spfx-controls-react 3.23.0-beta.1811111 → 3.23.0-beta.1811128

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
@@ -4,14 +4,19 @@
4
4
  "version": "3.23.0",
5
5
  "changes": {
6
6
  "new": [],
7
- "enhancements": [],
7
+ "enhancements": [
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)"
10
+ ],
8
11
  "fixes": [
9
12
  "`RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)",
10
- "`fast-serve`: Update spfx-fast-serve-helpers to 1.21.1 [#2038](https://github.com/pnp/sp-dev-fx-controls-react/pull/2038)"
13
+ "`Carousel`: links not opening on a new tab with target: _blank [#2022](https://github.com/pnp/sp-dev-fx-controls-react/issues/2022)"
11
14
  ]
12
15
  },
13
16
  "contributions": [
14
- "[Mark Bice](https://github.com/mbice)"
17
+ "[Harminder Singh](https://github.com/HarminderSethi)",
18
+ "[Mark Bice](https://github.com/mbice)",
19
+ "[Niels Söth](https://github.com/nsoeth)"
15
20
  ]
16
21
  },
17
22
  {
package/CHANGELOG.md CHANGED
@@ -2,14 +2,19 @@
2
2
 
3
3
  ## 3.23.0
4
4
 
5
+ ### Enhancements
6
+
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
+ - `DynamicForm`: Add itemsQueryCountLimit for Lookup fields [#2033](https://github.com/pnp/sp-dev-fx-controls-react/issues/2033)
9
+
5
10
  ### Fixes
6
11
 
7
12
  - `RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)
8
- - `fast-serve`: Update spfx-fast-serve-helpers to 1.21.1 [#2038](https://github.com/pnp/sp-dev-fx-controls-react/pull/2038)
13
+ - `Carousel`: links not opening on a new tab with target: _blank [#2022](https://github.com/pnp/sp-dev-fx-controls-react/issues/2022)
9
14
 
10
15
  ### Contributors
11
16
 
12
- Special thanks to our contributor: [Mark Bice](https://github.com/mbice).
17
+ Special thanks to our contributors (in alphabetical order): [Harminder Singh](https://github.com/HarminderSethi), [Mark Bice](https://github.com/mbice), [Niels Söth](https://github.com/nsoeth).
13
18
 
14
19
  ## 3.22.0
15
20
 
@@ -1,2 +1,2 @@
1
- export var version = "3.23.0-beta.1811111";
1
+ export var version = "3.23.0-beta.1811128";
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.1811111",
4
+ "version": "3.23.0-beta.1811128",
5
5
  "engines": {
6
6
  "node": ">=22.14.0 < 23.0.0"
7
7
  },