@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 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.2200199";
1
+ export const version = "3.23.0-beta.2200208";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-property-controls",
3
3
  "description": "Reusable property pane controls for SharePoint Framework solutions",
4
- "version": "3.23.0-beta.2200199",
4
+ "version": "3.23.0-beta.2200208",
5
5
  "engines": {
6
6
  "node": ">=22.14.0 < 23.0.0"
7
7
  },