@pnp/spfx-controls-react 3.9.0-beta.2538720 → 3.9.0-beta.2538741
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
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
],
|
|
10
10
|
"enhancements": [
|
|
11
11
|
"`DateTimePicker`: Added button to clear date [#1217](https://github.com/pnp/sp-dev-fx-controls-react/issues/1217)",
|
|
12
|
-
"`Toolbar`: Allow filters on a Toolbar to be controlled externally [#1222](https://github.com/pnp/sp-dev-fx-controls-react/issues/1222)"
|
|
12
|
+
"`Toolbar`: Allow filters on a Toolbar to be controlled externally [#1222](https://github.com/pnp/sp-dev-fx-controls-react/issues/1222)",
|
|
13
|
+
"`PeoplePicker`: add new allowUnvalidated option to allow adding non-tenant users [#1232](https://github.com/pnp/sp-dev-fx-controls-react/pull/1232)"
|
|
13
14
|
],
|
|
14
15
|
"fixes": [
|
|
15
16
|
"`Localization`: Updates to English localizations [#1207](https://github.com/pnp/sp-dev-fx-controls-react/issues/1207)",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.9.0-beta.
|
|
1
|
+
export var version = "3.9.0-beta.2538741";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED