@pnp/spfx-controls-react 3.9.0-beta.2538643 → 3.9.0-beta.2538667
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
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"`FieldPicker`: Added `FieldPicker` control [#1219](https://github.com/pnp/sp-dev-fx-controls-react/issues/1219)"
|
|
9
9
|
],
|
|
10
10
|
"enhancements": [
|
|
11
|
-
"`DateTimePicker`: Added button to clear date [#1217](https://github.com/pnp/sp-dev-fx-controls-react/issues/1217)"
|
|
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
13
|
],
|
|
13
14
|
"fixes": [
|
|
14
15
|
"`Localization`: Updates to English localizations [#1207](https://github.com/pnp/sp-dev-fx-controls-react/issues/1207)",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
},
|
|
19
20
|
"contributions": [
|
|
20
21
|
"[Annie-Johnson](https://github.com/Annie-Johnson)",
|
|
22
|
+
"[Daniel Watford](https://github.com/danwatford)",
|
|
21
23
|
"[Dennis Kuhn](https://github.com/DennisKuhn)",
|
|
22
24
|
"[Fabio Franzini](https://github.com/fabiofranzini)",
|
|
23
25
|
"[Milan Holemans](https://github.com/milanholemans)",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.9.0-beta.
|
|
1
|
+
export var version = "3.9.0-beta.2538667";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED