@pnp/spfx-controls-react 3.24.0-beta.2252458 → 3.24.0-beta.2252463
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 +5 -2
- package/CHANGELOG.md +5 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
"`KPIControl`: new control `KPIControl` [#2084](https://github.com/pnp/sp-dev-fx-controls-react/pull/2084)",
|
|
8
8
|
"`ListToolbar`: new control `ListToolbar` [#2088](https://github.com/pnp/sp-dev-fx-controls-react/pull/2088)"
|
|
9
9
|
],
|
|
10
|
-
"enhancements": [
|
|
10
|
+
"enhancements": [
|
|
11
|
+
"`ModernTaxonomyPicker`: Adding support to display matched synonyms [#2093](https://github.com/pnp/sp-dev-fx-controls-react/pull/2093)"
|
|
12
|
+
],
|
|
11
13
|
"fixes":[
|
|
12
14
|
"`PeoplePicker`: Improving documentation page about external users search [#323](https://github.com/pnp/sp-dev-fx-controls-react/issues/323)",
|
|
13
15
|
"`FolderExplorer`: Updated Folder explorer control documentation to correct a typo. [#2072](https://github.com/pnp/sp-dev-fx-controls-react/pull/2072)",
|
|
@@ -20,7 +22,8 @@
|
|
|
20
22
|
"[Antanina Druzhkina](https://github.com/Ateina)",
|
|
21
23
|
"[joaojmendes](https://github.com/joaojmendes)",
|
|
22
24
|
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
23
|
-
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
|
|
25
|
+
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
26
|
+
"[Randell Hodges](https://github.com/randellhodges)"
|
|
24
27
|
]
|
|
25
28
|
},
|
|
26
29
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
- `KPIControl`: new control `KPIControl` [#2084](https://github.com/pnp/sp-dev-fx-controls-react/pull/2084)
|
|
8
8
|
- `ListToolbar`: new control `ListToolbar` [#2088](https://github.com/pnp/sp-dev-fx-controls-react/pull/2088)
|
|
9
9
|
|
|
10
|
+
### Enhancements
|
|
11
|
+
|
|
12
|
+
- `ModernTaxonomyPicker`: Adding support to display matched synonyms [#2093](https://github.com/pnp/sp-dev-fx-controls-react/pull/2093)
|
|
13
|
+
|
|
10
14
|
### Fixes
|
|
11
15
|
|
|
12
16
|
- `PeoplePicker`: Improving documentation page about external users search [#323](https://github.com/pnp/sp-dev-fx-controls-react/issues/323)
|
|
@@ -16,7 +20,7 @@
|
|
|
16
20
|
|
|
17
21
|
### Contributors
|
|
18
22
|
|
|
19
|
-
Special thanks to our contributors (in alphabetical order): [akshataggrwal](https://github.com/akshataggrwal), [Antanina Druzhkina](https://github.com/Ateina), [joaojmendes](https://github.com/joaojmendes), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
|
|
23
|
+
Special thanks to our contributors (in alphabetical order): [akshataggrwal](https://github.com/akshataggrwal), [Antanina Druzhkina](https://github.com/Ateina), [joaojmendes](https://github.com/joaojmendes), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Randell Hodges](https://github.com/randellhodges).
|
|
20
24
|
|
|
21
25
|
## 3.23.0
|
|
22
26
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.24.0-beta.
|
|
1
|
+
export var version = "3.24.0-beta.2252463";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED