@pnp/spfx-controls-react 3.23.0-beta.1844911 → 3.23.0-beta.1844916

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
@@ -10,10 +10,12 @@
10
10
  ],
11
11
  "fixes": [
12
12
  "`RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)",
13
- "`Carousel`: links not opening on a new tab with target: _blank [#2022](https://github.com/pnp/sp-dev-fx-controls-react/issues/2022)"
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
+ "`ListItemPicker`: calculated column as columnInternalName not working [#1870](https://github.com/pnp/sp-dev-fx-controls-react/issues/1870)"
14
15
  ]
15
16
  },
16
17
  "contributions": [
18
+ "[Antanina Druzhkina](https://github.com/Ateina)",
17
19
  "[Harminder Singh](https://github.com/HarminderSethi)",
18
20
  "[Mark Bice](https://github.com/mbice)",
19
21
  "[Niels Söth](https://github.com/nsoeth)"
package/CHANGELOG.md CHANGED
@@ -11,10 +11,11 @@
11
11
 
12
12
  - `RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)
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
+ - `ListItemPicker`: calculated column as columnInternalName not working [#1870](https://github.com/pnp/sp-dev-fx-controls-react/issues/1870)
14
15
 
15
16
  ### Contributors
16
17
 
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).
18
+ 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).
18
19
 
19
20
  ## 3.22.0
20
21
 
@@ -1,2 +1,2 @@
1
- export var version = "3.23.0-beta.1844911";
1
+ export var version = "3.23.0-beta.1844916";
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.1844911",
4
+ "version": "3.23.0-beta.1844916",
5
5
  "engines": {
6
6
  "node": ">=22.14.0 < 23.0.0"
7
7
  },