@pnp/spfx-controls-react 3.9.0-beta.2597991 → 3.9.0-beta.2597996
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
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"enhancements": [
|
|
12
12
|
"`DateTimePicker`: Added button to clear date [#1217](https://github.com/pnp/sp-dev-fx-controls-react/issues/1217)",
|
|
13
13
|
"`Toolbar`: Allow filters on a Toolbar to be controlled externally [#1222](https://github.com/pnp/sp-dev-fx-controls-react/issues/1222)",
|
|
14
|
-
"`PeoplePicker`: add new allowUnvalidated option to allow adding non-tenant users [#1232](https://github.com/pnp/sp-dev-fx-controls-react/pull/1232)"
|
|
14
|
+
"`PeoplePicker`: add new allowUnvalidated option to allow adding non-tenant users [#1232](https://github.com/pnp/sp-dev-fx-controls-react/pull/1232)",
|
|
15
|
+
"`DynamicForm`: Add support for `webAbsoluteUrl` [#1244](https://github.com/pnp/sp-dev-fx-controls-react/pull/1244)"
|
|
15
16
|
],
|
|
16
17
|
"fixes": [
|
|
17
18
|
"`Localization`: Updates to English localizations [#1207](https://github.com/pnp/sp-dev-fx-controls-react/issues/1207)",
|
|
@@ -36,7 +37,8 @@
|
|
|
36
37
|
"[Milan Holemans](https://github.com/milanholemans)",
|
|
37
38
|
"[Morten Andersen](https://github.com/spcph)",
|
|
38
39
|
"[Rico van de Ven](https://github.com/RicoNL)",
|
|
39
|
-
"[ryanexner](https://github.com/ryanexner)"
|
|
40
|
+
"[ryanexner](https://github.com/ryanexner)",
|
|
41
|
+
"[Sergio Villalta](https://github.com/6gal6ler6)"
|
|
40
42
|
]
|
|
41
43
|
},
|
|
42
44
|
{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.9.0-beta.
|
|
1
|
+
export var version = "3.9.0-beta.2597996";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED