@pnp/spfx-controls-react 3.19.0-beta.9291937 → 3.19.0-beta.9292588
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 +15 -0
- package/CHANGELOG.md +11 -0
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -9,6 +9,21 @@
|
|
|
9
9
|
},
|
|
10
10
|
"contributions": []
|
|
11
11
|
},
|
|
12
|
+
{
|
|
13
|
+
"version": "3.18.1",
|
|
14
|
+
"changes": {
|
|
15
|
+
"new": [],
|
|
16
|
+
"enhancements": [],
|
|
17
|
+
"fixes": [
|
|
18
|
+
"`FilePicker`: Fix issue with adding link by typing in 'From a link' tab [#1814](https://github.com/pnp/sp-dev-fx-controls-react/pull/1814)",
|
|
19
|
+
"Update nl-nl.ts [#1823](https://github.com/pnp/sp-dev-fx-controls-react/pull/1823)"
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
"contributions": [
|
|
23
|
+
"[Antanina Druzhkina](https://github.com/Ateina)",
|
|
24
|
+
"[Elio Struyf](https://github.com/estruyf)"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
12
27
|
{
|
|
13
28
|
"version": "3.18.0",
|
|
14
29
|
"changes": {
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## 3.19.0
|
|
4
4
|
|
|
5
|
+
## 3.18.1
|
|
6
|
+
|
|
7
|
+
### Fixes
|
|
8
|
+
|
|
9
|
+
- `FilePicker`: Fix issue with adding link by typing in 'From a link' tab [#1814](https://github.com/pnp/sp-dev-fx-controls-react/pull/1814)
|
|
10
|
+
- Update nl-nl.ts [#1823](https://github.com/pnp/sp-dev-fx-controls-react/pull/1823)
|
|
11
|
+
|
|
12
|
+
### Contributors
|
|
13
|
+
|
|
14
|
+
Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [Elio Struyf](https://github.com/estruyf).
|
|
15
|
+
|
|
5
16
|
## 3.18.0
|
|
6
17
|
|
|
7
18
|
### Enhancements
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.19.0-beta.
|
|
1
|
+
export var version = "3.19.0-beta.9292588";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/spfx-controls-react",
|
|
3
3
|
"description": "Reusable React controls for SharePoint Framework solutions",
|
|
4
|
-
"version": "3.19.0-beta.
|
|
4
|
+
"version": "3.19.0-beta.9292588",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|