@pnp/spfx-controls-react 3.20.0-beta.1140641 → 3.20.0-beta.1140670
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 +6 -2
- package/CHANGELOG.md +3 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -13,7 +13,9 @@
|
|
|
13
13
|
],
|
|
14
14
|
"fixes": [
|
|
15
15
|
"Debug Controls in any language [#1882](https://github.com/pnp/sp-dev-fx-controls-react/pull/1882)",
|
|
16
|
-
"`AdaptiveCardHost`: lock down adaptive-expression package version [#1876](https://github.com/pnp/sp-dev-fx-controls-react/issues/1876)"
|
|
16
|
+
"`AdaptiveCardHost`: lock down adaptive-expression package version [#1876](https://github.com/pnp/sp-dev-fx-controls-react/issues/1876)",
|
|
17
|
+
"`ListItemPicker`: PR fixes an issue with filtering when using calculated column as columnInternalName in ListItemPicker. [#1887](https://github.com/pnp/sp-dev-fx-controls-react/pull/1887)",
|
|
18
|
+
"`ListItemAttachments`: Fix 1858 to correct Chinese localization files #1894 [#1894](https://github.com/pnp/sp-dev-fx-controls-react/pull/1894)"
|
|
17
19
|
]
|
|
18
20
|
},
|
|
19
21
|
"contributions": [
|
|
@@ -21,7 +23,9 @@
|
|
|
21
23
|
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
22
24
|
"[srpmtt](https://github.com/srpmtt)",
|
|
23
25
|
"[wilecoyotegenius](https://github.com/wilecoyotegenius)",
|
|
24
|
-
"[joaojmendes](https://github.com/joaojmendes)"
|
|
26
|
+
"[joaojmendes](https://github.com/joaojmendes)",
|
|
27
|
+
"[wilecoyotegenius](https://github.com/wilecoyotegenius)",
|
|
28
|
+
"[wuxiaojun514](https://github.com/wuxiaojun514)"
|
|
25
29
|
]
|
|
26
30
|
},
|
|
27
31
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -14,10 +14,12 @@
|
|
|
14
14
|
|
|
15
15
|
- Debug Controls in any language [#1882](https://github.com/pnp/sp-dev-fx-controls-react/pull/1882)
|
|
16
16
|
- `AdaptiveCardHost`: lock down adaptive-expression package version [#1876](https://github.com/pnp/sp-dev-fx-controls-react/issues/1876)
|
|
17
|
+
- `ListItemPicker`: PR fixes an issue with filtering when using calculated column as columnInternalName in ListItemPicker. [#1887](https://github.com/pnp/sp-dev-fx-controls-react/pull/1887)
|
|
18
|
+
- `ListItemAttachments`: Fix 1858 to correct Chinese localization files #1894 [#1894](https://github.com/pnp/sp-dev-fx-controls-react/pull/1894)
|
|
17
19
|
|
|
18
20
|
### Contributors
|
|
19
21
|
|
|
20
|
-
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Michaël Maillot](https://github.com/michaelmaillot), [srpmtt](https://github.com/srpmtt), [wilecoyotegenius](https://github.com/wilecoyotegenius), [joaojmendes](https://github.com/joaojmendes).
|
|
22
|
+
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Michaël Maillot](https://github.com/michaelmaillot), [srpmtt](https://github.com/srpmtt), [wilecoyotegenius](https://github.com/wilecoyotegenius), [joaojmendes](https://github.com/joaojmendes), [wilecoyotegenius](https://github.com/wilecoyotegenius), [wuxiaojun514](https://github.com/wuxiaojun514).
|
|
21
23
|
|
|
22
24
|
## 3.19.0
|
|
23
25
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.20.0-beta.
|
|
1
|
+
export var version = "3.20.0-beta.1140670";
|
|
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.20.0-beta.
|
|
4
|
+
"version": "3.20.0-beta.1140670",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|