@pnp/spfx-controls-react 3.16.0-beta.6448792 → 3.16.0-beta.6448805
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 +4 -2
- package/CHANGELOG.md +2 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"`DynamicForm`: New items are always created with the default content type if the list has multiple content types [#1626](https://github.com/pnp/sp-dev-fx-controls-react/pull/1626)",
|
|
23
23
|
"`PeoplePicker`:PeoplePicker won't accept Multiple Users with the same name [#1620] (https://github.com/pnp/sp-dev-fx-controls-react/pull/1620)",
|
|
24
24
|
"`DynamicForm`: Dynamic Form accessed TaxonomyFieldTypeMulti without considering sub-array results [#1614](https://github.com/pnp/sp-dev-fx-controls-react/pull/1614)",
|
|
25
|
-
"`DynamicForm`: Number validations are working, but the percentage values are not getting saved [#1601](https://github.com/pnp/sp-dev-fx-controls-react/pull/1601)"
|
|
25
|
+
"`DynamicForm`: Number validations are working, but the percentage values are not getting saved [#1601](https://github.com/pnp/sp-dev-fx-controls-react/pull/1601)",
|
|
26
|
+
"`DynamicForm`: Number validation is preventing form save in certain circumstances, not enabled for currency fields [#1604](https://github.com/pnp/sp-dev-fx-controls-react/issues/1604)"
|
|
26
27
|
]
|
|
27
28
|
},
|
|
28
29
|
"contributions": [
|
|
@@ -33,7 +34,8 @@
|
|
|
33
34
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
34
35
|
"[Rico van de Ven](https://github.com/RicoNL)",
|
|
35
36
|
"[Steve Beaugé](https://github.com/stevebeauge)",
|
|
36
|
-
"[wuxiaojun514](https://github.com/wuxiaojun514)"
|
|
37
|
+
"[wuxiaojun514](https://github.com/wuxiaojun514)",
|
|
38
|
+
"[Tom G](https://github.com/t0mgerman)"
|
|
37
39
|
]
|
|
38
40
|
},
|
|
39
41
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -25,10 +25,11 @@
|
|
|
25
25
|
- `PeoplePicker`:PeoplePicker won't accept Multiple Users with the same name [#1620] (https://github.com/pnp/sp-dev-fx-controls-react/pull/1620)
|
|
26
26
|
- `DynamicForm`: Dynamic Form accessed TaxonomyFieldTypeMulti without considering sub-array results [#1614](https://github.com/pnp/sp-dev-fx-controls-react/pull/1614)
|
|
27
27
|
- `DynamicForm`: Number validations are working, but the percentage values are not getting saved [#1601](https://github.com/pnp/sp-dev-fx-controls-react/pull/1601)
|
|
28
|
+
- `DynamicForm`: Number validation is preventing form save in certain circumstances, not enabled for currency fields [#1604](https://github.com/pnp/sp-dev-fx-controls-react/issues/1604)
|
|
28
29
|
|
|
29
30
|
### Contributors
|
|
30
31
|
|
|
31
|
-
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Joakim](https://github.com/daenur76), [Michaël Maillot](https://github.com/michaelmaillot), [Nils Andresen](https://github.com/nils-a), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Rico van de Ven](https://github.com/RicoNL), [Steve Beaugé](https://github.com/stevebeauge), [wuxiaojun514](https://github.com/wuxiaojun514).
|
|
32
|
+
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Joakim](https://github.com/daenur76), [Michaël Maillot](https://github.com/michaelmaillot), [Nils Andresen](https://github.com/nils-a), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Rico van de Ven](https://github.com/RicoNL), [Steve Beaugé](https://github.com/stevebeauge), [wuxiaojun514](https://github.com/wuxiaojun514), [Tom G](https://github.com/t0mgerman).
|
|
32
33
|
|
|
33
34
|
## 3.15.0
|
|
34
35
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.16.0-beta.
|
|
1
|
+
export var version = "3.16.0-beta.6448805";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED