@pnp/spfx-property-controls 3.3.0-beta.1482316 → 3.3.0-beta.1482322
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
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
],
|
|
16
16
|
"fixes": [
|
|
17
17
|
"`PropertyPanePropertyEditor`: Minor fix to allow PropertyEditor control to update properties when their current value is blank [#384](https://github.com/pnp/sp-dev-fx-property-controls/pull/384)",
|
|
18
|
-
"`PropertyFieldSitePicker`: Some sites do not show up in Property Field Site Picker control [#402](https://github.com/pnp/sp-dev-fx-property-controls/issues/402)"
|
|
18
|
+
"`PropertyFieldSitePicker`: Some sites do not show up in Property Field Site Picker control [#402](https://github.com/pnp/sp-dev-fx-property-controls/issues/402)",
|
|
19
|
+
"`PropertyFieldOrder`: Not working with array of objects [#396](https://github.com/pnp/sp-dev-fx-property-controls/issues/396)"
|
|
19
20
|
]
|
|
20
21
|
},
|
|
21
22
|
"contributions": [
|
package/CHANGELOG.md
CHANGED
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
- `PropertyPanePropertyEditor`: Minor fix to allow PropertyEditor control to update properties when their current value is blank [#384](https://github.com/pnp/sp-dev-fx-property-controls/pull/384)
|
|
18
18
|
- `PropertyFieldSitePicker`: Some sites do not show up in Property Field Site Picker control [#402](https://github.com/pnp/sp-dev-fx-property-controls/issues/402)
|
|
19
|
+
- `PropertyFieldOrder`: Not working with array of objects [#396](https://github.com/pnp/sp-dev-fx-property-controls/issues/396)
|
|
19
20
|
|
|
20
21
|
### Contributors
|
|
21
22
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.3.0-beta.
|
|
1
|
+
export var version = "3.3.0-beta.1482322";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED