@pnp/spfx-property-controls 3.7.0-beta.2222472 → 3.7.0-beta.2222510

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,11 +5,13 @@
5
5
  "changes": {
6
6
  "new": [],
7
7
  "enhancements": [
8
- "`PropertyFieldListPicker`: ability to provide content type id [#441](https://github.com/pnp/sp-dev-fx-property-controls/pull/441)"
8
+ "`PropertyFieldListPicker`: ability to provide content type id [#441](https://github.com/pnp/sp-dev-fx-property-controls/pull/441)",
9
+ "`PropertyFieldColorPicker`: provide preview of the current selected color [#447](https://github.com/pnp/sp-dev-fx-property-controls/issues/447)"
9
10
  ],
10
11
  "fixes": []
11
12
  },
12
13
  "contributions": [
14
+ "[Milan Holemans](https://github.com/milanholemans)",
13
15
  "[Russell gove](https://github.com/russgove)"
14
16
  ]
15
17
  },
package/CHANGELOG.md CHANGED
@@ -5,10 +5,11 @@
5
5
  ### Enhancements
6
6
 
7
7
  - `PropertyFieldListPicker`: ability to provide content type id [#441](https://github.com/pnp/sp-dev-fx-property-controls/pull/441)
8
+ - `PropertyFieldColorPicker`: provide preview of the current selected color [#447](https://github.com/pnp/sp-dev-fx-property-controls/issues/447)
8
9
 
9
10
  ### Contributors
10
11
 
11
- Special thanks to our contributor: [Russell gove](https://github.com/russgove).
12
+ Special thanks to our contributors (in alphabetical order): [Milan Holemans](https://github.com/milanholemans), [Russell gove](https://github.com/russgove).
12
13
 
13
14
  ## 3.6.0
14
15
 
@@ -1,2 +1,2 @@
1
- export var version = "3.7.0-beta.2222472";
1
+ export var version = "3.7.0-beta.2222510";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-property-controls",
3
3
  "description": "Reusable property pane controls for SharePoint Framework solutions",
4
- "version": "3.7.0-beta.2222472",
4
+ "version": "3.7.0-beta.2222510",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",