@pnp/spfx-property-controls 3.6.0-beta.2006121 → 3.6.0-beta.2006147
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
|
@@ -3,15 +3,21 @@
|
|
|
3
3
|
{
|
|
4
4
|
"version": "3.6.0",
|
|
5
5
|
"changes": {
|
|
6
|
-
"new": [
|
|
6
|
+
"new": [
|
|
7
|
+
"`PropertyFieldMonacoEditor`: new control - Monaco editor [#439](https://github.com/pnp/sp-dev-fx-property-controls/pull/439)"
|
|
8
|
+
],
|
|
7
9
|
"enhancements": [
|
|
8
10
|
"SharePoint Framework v1.14.0 support",
|
|
9
11
|
"Improved documentation"
|
|
10
12
|
],
|
|
11
|
-
"fixes": [
|
|
13
|
+
"fixes": [
|
|
14
|
+
"`PropertyFieldCollectionData`: Add button is disabled when it should not be [#436](https://github.com/pnp/sp-dev-fx-property-controls/issues/436)"
|
|
15
|
+
]
|
|
12
16
|
},
|
|
13
17
|
"contributions": [
|
|
14
|
-
"[
|
|
18
|
+
"[Chad Eiserloh](https://github.com/c-eiser13)",
|
|
19
|
+
"[GuidoZam](https://github.com/GuidoZam)",
|
|
20
|
+
"[João Mendes](https://github.com/joaojmendes)"
|
|
15
21
|
]
|
|
16
22
|
},
|
|
17
23
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -2,14 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
## 3.6.0
|
|
4
4
|
|
|
5
|
+
### New control(s)
|
|
6
|
+
|
|
7
|
+
- `PropertyFieldMonacoEditor`: new control - Monaco editor [#439](https://github.com/pnp/sp-dev-fx-property-controls/pull/439)
|
|
8
|
+
|
|
5
9
|
### Enhancements
|
|
6
10
|
|
|
7
11
|
- SharePoint Framework v1.14.0 support
|
|
8
12
|
- Improved documentation
|
|
9
13
|
|
|
14
|
+
### Fixes
|
|
15
|
+
|
|
16
|
+
- `PropertyFieldCollectionData`: Add button is disabled when it should not be [#436](https://github.com/pnp/sp-dev-fx-property-controls/issues/436)
|
|
17
|
+
|
|
10
18
|
### Contributors
|
|
11
19
|
|
|
12
|
-
Special thanks to our
|
|
20
|
+
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [GuidoZam](https://github.com/GuidoZam), [João Mendes](https://github.com/joaojmendes).
|
|
13
21
|
|
|
14
22
|
## 3.5.0
|
|
15
23
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.6.0-beta.
|
|
1
|
+
export var version = "3.6.0-beta.2006147";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED