@pnp/spfx-property-controls 3.23.0-beta.2200199 → 3.23.0-beta.2200208
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.md +14 -0
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## 3.23.0
|
|
4
4
|
|
|
5
|
+
### Enhancements
|
|
6
|
+
|
|
7
|
+
- Remove PnPjs: [#657](https://github.com/pnp/sp-dev-fx-property-controls/pull/657)
|
|
8
|
+
|
|
9
|
+
### Fixes
|
|
10
|
+
|
|
11
|
+
- `PropertyFieldPeoplePicker`: search only after 3 characters [#653](https://github.com/pnp/sp-dev-fx-property-controls/issues/653)
|
|
12
|
+
- `FolderPicker`: Is there a way to reset the FolderPicker? [#640](https://github.com/pnp/sp-dev-fx-property-controls/issues/640)
|
|
13
|
+
- `PropertyFieldTermPicker` delete icon doesn't show [#583](https://github.com/pnp/sp-dev-fx-property-controls/issues/583)
|
|
14
|
+
|
|
15
|
+
### Contributors
|
|
16
|
+
|
|
17
|
+
Special thanks to our contributor: [Beau Cameron](https://github.com/bcameron1231).
|
|
18
|
+
|
|
5
19
|
## 3.22.0
|
|
6
20
|
|
|
7
21
|
### New control(s)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = "3.23.0-beta.
|
|
1
|
+
export const version = "3.23.0-beta.2200208";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED