@pnp/spfx-controls-react 3.24.0-beta.2252413 → 3.24.0-beta.2252422
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 +4 -1
- package/CHANGELOG.md +5 -14
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
{
|
|
4
4
|
"version": "3.24.0",
|
|
5
5
|
"changes": {
|
|
6
|
-
"new": [
|
|
6
|
+
"new": [
|
|
7
|
+
"`KPIControl`: new control `KPIControl` [#2084](https://github.com/pnp/sp-dev-fx-controls-react/pull/2084)"
|
|
8
|
+
],
|
|
7
9
|
"enhancements": [],
|
|
8
10
|
"fixes":[
|
|
9
11
|
"`PeoplePicker`: Improving documentation page about external users search [#323](https://github.com/pnp/sp-dev-fx-controls-react/issues/323)",
|
|
@@ -12,6 +14,7 @@
|
|
|
12
14
|
},
|
|
13
15
|
"contributions": [
|
|
14
16
|
"[Antanina Druzhkina](https://github.com/Ateina)",
|
|
17
|
+
"[joaojmendes](https://github.com/joaojmendes)",
|
|
15
18
|
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
16
19
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
|
|
17
20
|
]
|
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,19 @@
|
|
|
1
1
|
# Releases
|
|
2
|
-
|
|
3
2
|
|
|
4
3
|
## 3.24.0
|
|
5
4
|
|
|
5
|
+
### New control(s)
|
|
6
|
+
|
|
7
|
+
- `KPIControl`: new control `KPIControl` [#2084](https://github.com/pnp/sp-dev-fx-controls-react/pull/2084)
|
|
8
|
+
|
|
6
9
|
### Fixes
|
|
7
10
|
|
|
8
11
|
- `PeoplePicker`: Improving documentation page about external users search [#323](https://github.com/pnp/sp-dev-fx-controls-react/issues/323)
|
|
9
12
|
- `FolderExplorer`: Updated Folder explorer control documentation to correct a typo. [#2072](https://github.com/pnp/sp-dev-fx-controls-react/pull/2072)
|
|
10
|
-
- `ListItemComments`: Multiline comment doesn't display correctly in ListItemComments control due to missing line break [2078](https://github.com/pnp/sp-dev-fx-controls-react/issues/2078)
|
|
11
|
-
- `ImagePicker`: Imagepicker strings fix [2077](https://github.com/pnp/sp-dev-fx-controls-react/pull/2077)
|
|
12
|
-
- `TreeView`: TreeView Item - pass through imageProps of iconProps to TreeItem [#2074](https://github.com/pnp/sp-dev-fx-controls-react/issues/2074)
|
|
13
|
-
|
|
14
|
-
### Enhancements
|
|
15
|
-
|
|
16
|
-
- `ListItemAttachments`: Add render options for ListItemAttachments [2081](https://github.com/pnp/sp-dev-fx-controls-react/pull/2081)
|
|
17
|
-
|
|
18
|
-
### New Control(s)
|
|
19
|
-
|
|
20
|
-
- `GroupPicker`: New GroupPicker Control - select one or multiple M365 Groups [2085](https://github.com/pnp/sp-dev-fx-controls-react/pull/2085)
|
|
21
13
|
|
|
22
14
|
### Contributors
|
|
23
15
|
|
|
24
|
-
Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
|
|
25
|
-
Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina),[wuxiaojun514](https://github.com/wuxiaojun514),[Paul Schaeflein](https://github.com/pschaeflein).
|
|
16
|
+
Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [joaojmendes](https://github.com/joaojmendes), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
|
|
26
17
|
|
|
27
18
|
## 3.23.0
|
|
28
19
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.24.0-beta.
|
|
1
|
+
export var version = "3.24.0-beta.2252422";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED