@pnp/spfx-controls-react 3.8.0-beta.2192147 → 3.8.0-beta.2192160
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,6 +9,7 @@
|
|
|
9
9
|
],
|
|
10
10
|
"fixes": [
|
|
11
11
|
"`LocationPicker`: Resolve issue when in root site [#1162](https://github.com/pnp/sp-dev-fx-controls-react/pull/1162)",
|
|
12
|
+
"`LocationPicker`: Trigger onChange on picker clear action [#1165](https://github.com/pnp/sp-dev-fx-controls-react/pull/1165)",
|
|
12
13
|
"`TreeView`: TreeView Control is broken after updating to v3.7.0 [#1170](https://github.com/pnp/sp-dev-fx-controls-react/issues/1170)",
|
|
13
14
|
"`TreeView`: collapses on selection of a child node [#1182](https://github.com/pnp/sp-dev-fx-controls-react/issues/1182)",
|
|
14
15
|
"`TreeView`: expanded nodes state is getting lost after refresh [#1062](https://github.com/pnp/sp-dev-fx-controls-react/issues/1062)",
|
|
@@ -20,6 +21,7 @@
|
|
|
20
21
|
"contributors": [
|
|
21
22
|
"[Andreas Omayrat](https://github.com/andreasomayrat)",
|
|
22
23
|
"[brianpmccullough](https://github.com/brianpmccullough)",
|
|
24
|
+
"[Christophe Humbert](https://github.com/PathToSharePoint)",
|
|
23
25
|
"[Gautam Sheth](https://github.com/gautamdsheth)",
|
|
24
26
|
"[Joel Lopes](https://github.com/Dixdjo)",
|
|
25
27
|
"[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)"
|
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
### Fixes
|
|
10
10
|
|
|
11
11
|
- `LocationPicker`: Resolve issue when in root site [#1162](https://github.com/pnp/sp-dev-fx-controls-react/pull/1162)
|
|
12
|
+
- `LocationPicker`: Trigger onChange on picker clear action [#1165](https://github.com/pnp/sp-dev-fx-controls-react/pull/1165)
|
|
12
13
|
- `TreeView`: TreeView Control is broken after updating to v3.7.0 [#1170](https://github.com/pnp/sp-dev-fx-controls-react/issues/1170)
|
|
13
14
|
- `TreeView`: collapses on selection of a child node [#1182](https://github.com/pnp/sp-dev-fx-controls-react/issues/1182)
|
|
14
15
|
- `TreeView`: expanded nodes state is getting lost after refresh [#1062](https://github.com/pnp/sp-dev-fx-controls-react/issues/1062)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.8.0-beta.
|
|
1
|
+
export var version = "3.8.0-beta.2192160";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED