@pnp/spfx-controls-react 3.19.0-beta.1017559 → 3.19.0-beta.1017617
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 +6 -2
- package/CHANGELOG.md +8 -0
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -5,9 +5,13 @@
|
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [],
|
|
7
7
|
"enhancements": [],
|
|
8
|
-
"fixes": [
|
|
8
|
+
"fixes": [
|
|
9
|
+
"DynamicForm - more than 100 lookups and date format in lookup field [#1722](https://github.com/pnp/sp-dev-fx-controls-react/pull/1722)"
|
|
10
|
+
]
|
|
9
11
|
},
|
|
10
|
-
"contributions": [
|
|
12
|
+
"contributions": [
|
|
13
|
+
"[Niels Söth](https://github.com/nsoeth)"
|
|
14
|
+
]
|
|
11
15
|
},
|
|
12
16
|
{
|
|
13
17
|
"version": "3.18.1",
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## 3.19.0
|
|
4
4
|
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- DynamicForm - more than 100 lookups and date format in lookup field [#1722](https://github.com/pnp/sp-dev-fx-controls-react/pull/1722)
|
|
8
|
+
|
|
9
|
+
### Contributors
|
|
10
|
+
|
|
11
|
+
Special thanks to our contributor: [Niels Söth](https://github.com/nsoeth).
|
|
12
|
+
|
|
5
13
|
## 3.18.1
|
|
6
14
|
|
|
7
15
|
### Fixes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.19.0-beta.
|
|
1
|
+
export var version = "3.19.0-beta.1017617";
|
|
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.1017617",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|