@pnp/spfx-property-controls 3.4.0-beta.1748511 → 3.4.0-beta.1748523
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
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [],
|
|
7
7
|
"enhancements": [
|
|
8
|
-
"`PropertyFieldFilePicker`: ability to set default tab [#412](https://github.com/pnp/sp-dev-fx-property-controls/issues/412)"
|
|
8
|
+
"`PropertyFieldFilePicker`: ability to set default tab [#412](https://github.com/pnp/sp-dev-fx-property-controls/issues/412)",
|
|
9
|
+
"`PropertyFieldCollectionData`: ability to use `IconPicker` for icon field [#423](https://github.com/pnp/sp-dev-fx-property-controls/pull/423)"
|
|
9
10
|
],
|
|
10
11
|
"fixes": [
|
|
11
12
|
"`PropertyFieldSearch`: documentation fix [#417](https://github.com/pnp/sp-dev-fx-property-controls/pull/417)",
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
### Enhancements
|
|
6
6
|
|
|
7
7
|
- `PropertyFieldFilePicker`: ability to set default tab [#412](https://github.com/pnp/sp-dev-fx-property-controls/issues/412)
|
|
8
|
+
- `PropertyFieldCollectionData`: ability to use `IconPicker` for icon field [#423](https://github.com/pnp/sp-dev-fx-property-controls/pull/423)
|
|
8
9
|
|
|
9
10
|
### Fixes
|
|
10
11
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.4.0-beta.
|
|
1
|
+
export var version = "3.4.0-beta.1748523";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED