@pnp/spfx-controls-react 3.8.0-beta.2213593 → 3.8.0-beta.2213602
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
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"NPM Audit Critical Issues [#1187](https://github.com/pnp/sp-dev-fx-controls-react/issues/1187)",
|
|
19
19
|
"Bump momentjs from 2.29.1 to 2.29.2 [#1185](https://github.com/pnp/sp-dev-fx-controls-react/pull/1185)",
|
|
20
20
|
"`TaxonomyPicker`: Sorting the terms in locale language [#1160](https://github.com/pnp/sp-dev-fx-controls-react/pull/1160)",
|
|
21
|
-
"`ComboboxListItemPicker`: options are not reloaded after the filter is changed [#1180](https://github.com/pnp/sp-dev-fx-controls-react/issues/1180)"
|
|
21
|
+
"`ComboboxListItemPicker`: options are not reloaded after the filter is changed [#1180](https://github.com/pnp/sp-dev-fx-controls-react/issues/1180)",
|
|
22
|
+
"`FieldRendererHelper`: Add missing PnPjs import to SPHelper [#1140](https://github.com/pnp/sp-dev-fx-controls-react/issues/1140)"
|
|
22
23
|
]
|
|
23
24
|
},
|
|
24
25
|
"contributors": [
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.8.0-beta.
|
|
1
|
+
export var version = "3.8.0-beta.2213602";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED