@pnp/spfx-controls-react 3.10.0-beta.3119931 → 3.10.0-beta.3119941
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
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
"`PeoplePicker`: Use webAbsoluteUrl if provided through props to ensure user [#1273](https://github.com/pnp/sp-dev-fx-controls-react/issues/1273)",
|
|
11
11
|
"`DynamicForm`: Support for hidden fields [#1307](https://github.com/pnp/sp-dev-fx-controls-react/pull/1307/)",
|
|
12
12
|
"`Placeholder`: Documentation example to only display in edit mode [#1280](https://github.com/pnp/sp-dev-fx-controls-react/issues/1280)",
|
|
13
|
-
"`DynamicForm`: Update documentation regarding onBeforeSubmit [#1319](https://github.com/pnp/sp-dev-fx-controls-react/issues/1319)"
|
|
13
|
+
"`DynamicForm`: Update documentation regarding onBeforeSubmit [#1319](https://github.com/pnp/sp-dev-fx-controls-react/issues/1319)",
|
|
14
|
+
"`DynamicForm`: FirstDayOfWeek in DatePickers from webs regional settings [#1317](https://github.com/pnp/sp-dev-fx-controls-react/issues/1317)"
|
|
15
|
+
|
|
14
16
|
],
|
|
15
17
|
"fixes": [
|
|
16
18
|
"`PeoplePicker`: fixes where people picker returns no results [#1292](https://github.com/pnp/sp-dev-fx-controls-react/issues/1292)",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.10.0-beta.
|
|
1
|
+
export var version = "3.10.0-beta.3119941";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED