@pnp/spfx-property-controls 3.4.0-beta.1766365 → 3.4.0-beta.1766367
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
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"`PropertyFieldSearch`: documentation fix [#417](https://github.com/pnp/sp-dev-fx-property-controls/pull/417)",
|
|
14
14
|
"`FilePicker`: cannot find library by its name in multilingual sites [#389](https://github.com/pnp/sp-dev-fx-property-controls/issues/389)",
|
|
15
15
|
"`PropertyFieldDateTimePicker`: `formatDate` property doesn't apply to the textbox value in the property pane [#388](https://github.com/pnp/sp-dev-fx-property-controls/issues/388)",
|
|
16
|
-
"`PropertyFieldCollectionData`: number input shows placeholder instead of 0 [#379](https://github.com/pnp/sp-dev-fx-property-controls/issues/379)"
|
|
16
|
+
"`PropertyFieldCollectionData`: number input shows placeholder instead of 0 [#379](https://github.com/pnp/sp-dev-fx-property-controls/issues/379)",
|
|
17
|
+
"`PropertyFieldChoiceGroupWithCallout`: iconProps not working [#424](https://github.com/pnp/sp-dev-fx-property-controls/issues/424)"
|
|
17
18
|
]
|
|
18
19
|
},
|
|
19
20
|
"contributions": [
|
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
- `FilePicker`: cannot find library by its name in multilingual sites [#389](https://github.com/pnp/sp-dev-fx-property-controls/issues/389)
|
|
15
15
|
- `PropertyFieldDateTimePicker`: `formatDate` property doesn't apply to the textbox value in the property pane [#388](https://github.com/pnp/sp-dev-fx-property-controls/issues/388)
|
|
16
16
|
- `PropertyFieldCollectionData`: number input shows placeholder instead of 0 [#379](https://github.com/pnp/sp-dev-fx-property-controls/issues/379)
|
|
17
|
+
- `PropertyFieldChoiceGroupWithCallout`: iconProps not working [#424](https://github.com/pnp/sp-dev-fx-property-controls/issues/424)
|
|
17
18
|
|
|
18
19
|
### Contributors
|
|
19
20
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.4.0-beta.
|
|
1
|
+
export var version = "3.4.0-beta.1766367";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED