@pnp/spfx-property-controls 3.8.0-beta.2598305 → 3.8.0-beta.2598321
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,12 +13,14 @@
|
|
|
13
13
|
],
|
|
14
14
|
"fixes": [
|
|
15
15
|
"`PropertyFieldListPicker`: Remove debugger [#455](https://github.com/pnp/sp-dev-fx-property-controls/pull/455)",
|
|
16
|
-
"`PropertyFieldCollectionData`: Add button is invisible on a root site [#462](https://github.com/pnp/sp-dev-fx-property-controls/pull/462)"
|
|
16
|
+
"`PropertyFieldCollectionData`: Add button is invisible on a root site [#462](https://github.com/pnp/sp-dev-fx-property-controls/pull/462)",
|
|
17
|
+
"`PropertyFieldCollectionData`: `fieldValidation` for custom fields did not get called if no `onGetErrorMessage` had been defined [#446](https://github.com/pnp/sp-dev-fx-property-controls/issues/446)"
|
|
17
18
|
]
|
|
18
19
|
},
|
|
19
20
|
"contributions": [
|
|
20
21
|
"[Gautam Sheth](https://github.com/gautamdsheth)",
|
|
21
22
|
"[Jasey Waegebaert](https://github.com/Jwaegebaert)",
|
|
23
|
+
"[IRRDC](https://github.com/IRRDC)",
|
|
22
24
|
"[Markus Langer](https://github.com/MarkusLanger)",
|
|
23
25
|
"[Milan Holemans](https://github.com/milanholemans)",
|
|
24
26
|
"[Peter Cox](https://github.com/PeterWCox)"
|
package/CHANGELOG.md
CHANGED
|
@@ -16,10 +16,11 @@
|
|
|
16
16
|
|
|
17
17
|
- `PropertyFieldListPicker`: Remove debugger [#455](https://github.com/pnp/sp-dev-fx-property-controls/pull/455)
|
|
18
18
|
- `PropertyFieldCollectionData`: Add button is invisible on a root site [#462](https://github.com/pnp/sp-dev-fx-property-controls/pull/462)
|
|
19
|
+
- `PropertyFieldCollectionData`: `fieldValidation` for custom fields did not get called if no `onGetErrorMessage` had been defined [#446](https://github.com/pnp/sp-dev-fx-property-controls/issues/446)
|
|
19
20
|
|
|
20
21
|
### Contributors
|
|
21
22
|
|
|
22
|
-
Special thanks to our contributors (in alphabetical order): [Gautam Sheth](https://github.com/gautamdsheth), [Jasey Waegebaert](https://github.com/Jwaegebaert), [Markus Langer](https://github.com/MarkusLanger), [Milan Holemans](https://github.com/milanholemans), [Peter Cox](https://github.com/PeterWCox).
|
|
23
|
+
Special thanks to our contributors (in alphabetical order): [Gautam Sheth](https://github.com/gautamdsheth), [Jasey Waegebaert](https://github.com/Jwaegebaert), [IRRDC](https://github.com/IRRDC), [Markus Langer](https://github.com/MarkusLanger), [Milan Holemans](https://github.com/milanholemans), [Peter Cox](https://github.com/PeterWCox).
|
|
23
24
|
|
|
24
25
|
## 3.7.0
|
|
25
26
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.8.0-beta.
|
|
1
|
+
export var version = "3.8.0-beta.2598321";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED