@pnp/spfx-property-controls 3.7.0-beta.2222472 → 3.8.0-beta.2264189
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
|
@@ -1,15 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": [
|
|
3
|
+
{
|
|
4
|
+
"version": "3.8.0",
|
|
5
|
+
"changes": {
|
|
6
|
+
"new": [],
|
|
7
|
+
"enhancements": [],
|
|
8
|
+
"fixes": []
|
|
9
|
+
},
|
|
10
|
+
"contributions": []
|
|
11
|
+
},
|
|
3
12
|
{
|
|
4
13
|
"version": "3.7.0",
|
|
5
14
|
"changes": {
|
|
6
15
|
"new": [],
|
|
7
16
|
"enhancements": [
|
|
8
|
-
"`PropertyFieldListPicker`: ability to provide content type id [#441](https://github.com/pnp/sp-dev-fx-property-controls/pull/441)"
|
|
17
|
+
"`PropertyFieldListPicker`: ability to provide content type id [#441](https://github.com/pnp/sp-dev-fx-property-controls/pull/441)",
|
|
18
|
+
"`PropertyFieldColorPicker`: provide preview of the current selected color [#447](https://github.com/pnp/sp-dev-fx-property-controls/issues/447)"
|
|
9
19
|
],
|
|
10
20
|
"fixes": []
|
|
11
21
|
},
|
|
12
22
|
"contributions": [
|
|
23
|
+
"[Milan Holemans](https://github.com/milanholemans)",
|
|
13
24
|
"[Russell gove](https://github.com/russgove)"
|
|
14
25
|
]
|
|
15
26
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
# Releases
|
|
2
2
|
|
|
3
|
+
## 3.8.0
|
|
4
|
+
|
|
3
5
|
## 3.7.0
|
|
4
6
|
|
|
5
7
|
### Enhancements
|
|
6
8
|
|
|
7
9
|
- `PropertyFieldListPicker`: ability to provide content type id [#441](https://github.com/pnp/sp-dev-fx-property-controls/pull/441)
|
|
10
|
+
- `PropertyFieldColorPicker`: provide preview of the current selected color [#447](https://github.com/pnp/sp-dev-fx-property-controls/issues/447)
|
|
8
11
|
|
|
9
12
|
### Contributors
|
|
10
13
|
|
|
11
|
-
Special thanks to our
|
|
14
|
+
Special thanks to our contributors (in alphabetical order): [Milan Holemans](https://github.com/milanholemans), [Russell gove](https://github.com/russgove).
|
|
12
15
|
|
|
13
16
|
## 3.6.0
|
|
14
17
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.
|
|
1
|
+
export var version = "3.8.0-beta.2264189";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED