@pnp/spfx-property-controls 3.4.0-beta.1596471 → 3.4.0-beta.1596475
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
|
@@ -4,12 +4,15 @@
|
|
|
4
4
|
"version": "3.4.0",
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [],
|
|
7
|
-
"enhancements": [
|
|
7
|
+
"enhancements": [
|
|
8
|
+
"`PropertyFieldFilePicker`: ability to set default tab [#412](https://github.com/pnp/sp-dev-fx-property-controls/issues/412)"
|
|
9
|
+
],
|
|
8
10
|
"fixes": [
|
|
9
11
|
"`PropertyFieldSearch`: documentation fix [#417](https://github.com/pnp/sp-dev-fx-property-controls/pull/417)"
|
|
10
12
|
]
|
|
11
13
|
},
|
|
12
14
|
"contributions": [
|
|
15
|
+
"[Christian Frizell](https://github.com/chrisfriz)",
|
|
13
16
|
"[GuidoZam](https://github.com/GuidoZam)"
|
|
14
17
|
]
|
|
15
18
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -2,13 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## 3.4.0
|
|
4
4
|
|
|
5
|
+
### Enhancements
|
|
6
|
+
|
|
7
|
+
- `PropertyFieldFilePicker`: ability to set default tab [#412](https://github.com/pnp/sp-dev-fx-property-controls/issues/412)
|
|
8
|
+
|
|
5
9
|
### Fixes
|
|
6
10
|
|
|
7
11
|
- `PropertyFieldSearch`: documentation fix [#417](https://github.com/pnp/sp-dev-fx-property-controls/pull/417)
|
|
8
12
|
|
|
9
13
|
### Contributors
|
|
10
14
|
|
|
11
|
-
Special thanks to our
|
|
15
|
+
Special thanks to our contributors (in alphabetical order): [Christian Frizell](https://github.com/chrisfriz), [GuidoZam](https://github.com/GuidoZam).
|
|
12
16
|
|
|
13
17
|
## 3.3.0
|
|
14
18
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.4.0-beta.
|
|
1
|
+
export var version = "3.4.0-beta.1596475";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED