@pnp/spfx-controls-react 3.8.0-beta.2222534 → 3.8.0-beta.2222547
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
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
"enhancements": [
|
|
8
8
|
"`PeoplePicker`: Allow the use of multiple groupId-s [#1163](https://github.com/pnp/sp-dev-fx-controls-react/issues/1163)",
|
|
9
9
|
"`PeoplePicker`: search users in nested security groups [#1173](https://github.com/pnp/sp-dev-fx-controls-react/issues/1173)",
|
|
10
|
-
"`ModenrTaxonomyPicker`: Add more complete example of TaxonomyTree usage [#1190](https://github.com/pnp/sp-dev-fx-controls-react/pull/1190)"
|
|
10
|
+
"`ModenrTaxonomyPicker`: Add more complete example of TaxonomyTree usage [#1190](https://github.com/pnp/sp-dev-fx-controls-react/pull/1190)",
|
|
11
|
+
"`AdaptiveCardHost`: Add SPFx Context property [#1145](https://github.com/pnp/sp-dev-fx-controls-react/issues/1145)",
|
|
12
|
+
"`AdaptiveCardHost`: Remove the `isUniqueControlInPage` from the control by rebuilding the way to apply AC CSS class names [#1154](https://github.com/pnp/sp-dev-fx-controls-react/issues/1154)"
|
|
11
13
|
],
|
|
12
14
|
"fixes": [
|
|
13
15
|
"`LocationPicker`: Resolve issue when in root site [#1162](https://github.com/pnp/sp-dev-fx-controls-react/pull/1162)",
|
|
@@ -27,6 +29,7 @@
|
|
|
27
29
|
"[Andreas Omayrat](https://github.com/andreasomayrat)",
|
|
28
30
|
"[brianpmccullough](https://github.com/brianpmccullough)",
|
|
29
31
|
"[Christophe Humbert](https://github.com/PathToSharePoint)",
|
|
32
|
+
"[Fabio Franzini](https://github.com/fabiofranzini)",
|
|
30
33
|
"[Gautam Sheth](https://github.com/gautamdsheth)",
|
|
31
34
|
"[Joel Lopes](https://github.com/Dixdjo)",
|
|
32
35
|
"[Patrik Hellgren](https://github.com/patrikhellgren)",
|
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
- `PeoplePicker`: Allow the use of multiple groupId-s [#1163](https://github.com/pnp/sp-dev-fx-controls-react/issues/1163)
|
|
8
8
|
- `PeoplePicker`: search users in nested security groups [#1173](https://github.com/pnp/sp-dev-fx-controls-react/issues/1173)
|
|
9
|
+
- `ModenrTaxonomyPicker`: Add more complete example of TaxonomyTree usage [#1190](https://github.com/pnp/sp-dev-fx-controls-react/pull/1190)
|
|
10
|
+
- `AdaptiveCardHost`: Add SPFx Context property [#1145](https://github.com/pnp/sp-dev-fx-controls-react/issues/1145)
|
|
11
|
+
- `AdaptiveCardHost`: Remove the `isUniqueControlInPage` from the control by rebuilding the way to apply AC CSS class names [#1154](https://github.com/pnp/sp-dev-fx-controls-react/issues/1154)
|
|
9
12
|
|
|
10
13
|
### Fixes
|
|
11
14
|
|
|
@@ -18,6 +21,8 @@
|
|
|
18
21
|
- Bump momentjs from 2.29.1 to 2.29.2 [#1185](https://github.com/pnp/sp-dev-fx-controls-react/pull/1185)
|
|
19
22
|
- `TaxonomyPicker`: Sorting the terms in locale language [#1160](https://github.com/pnp/sp-dev-fx-controls-react/pull/1160)
|
|
20
23
|
- `ComboboxListItemPicker`: options are not reloaded after the filter is changed [#1180](https://github.com/pnp/sp-dev-fx-controls-react/issues/1180)
|
|
24
|
+
- `FieldRendererHelper`: Add missing PnPjs import to SPHelper [#1140](https://github.com/pnp/sp-dev-fx-controls-react/issues/1140)
|
|
25
|
+
- `RichText`: Update font style and font size on property pane [#1151](https://github.com/pnp/sp-dev-fx-controls-react/issues/1151)
|
|
21
26
|
|
|
22
27
|
## 3.7.2
|
|
23
28
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.8.0-beta.
|
|
1
|
+
export var version = "3.8.0-beta.2222547";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED