@pnp/spfx-controls-react 3.8.0-beta.2191857 → 3.8.0-beta.2191881
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,12 +8,15 @@
|
|
|
8
8
|
"fixes": [
|
|
9
9
|
"`LocationPicker`: Resolve issue when in root site [#1162](https://github.com/pnp/sp-dev-fx-controls-react/pull/1162)",
|
|
10
10
|
"`TreeView`: TreeView Control is broken after updating to v3.7.0 [#1170](https://github.com/pnp/sp-dev-fx-controls-react/issues/1170)",
|
|
11
|
+
"`TreeView`: collapses on selection of a child node [#1182](https://github.com/pnp/sp-dev-fx-controls-react/issues/1182)",
|
|
12
|
+
"`TreeView`: expanded nodes state is getting lost after refresh [#1062](https://github.com/pnp/sp-dev-fx-controls-react/issues/1062)",
|
|
11
13
|
"NPM Audit Critical Issues [#1187](https://github.com/pnp/sp-dev-fx-controls-react/issues/1187)",
|
|
12
14
|
"Bump momentjs from 2.29.1 to 2.29.2 [#1185](https://github.com/pnp/sp-dev-fx-controls-react/pull/1185)"
|
|
13
15
|
]
|
|
14
16
|
},
|
|
15
17
|
"contributors": [
|
|
16
18
|
"[brianpmccullough](https://github.com/brianpmccullough)",
|
|
19
|
+
"[Joel Lopes](https://github.com/Dixdjo)",
|
|
17
20
|
"[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)"
|
|
18
21
|
]
|
|
19
22
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
- `LocationPicker`: Resolve issue when in root site [#1162](https://github.com/pnp/sp-dev-fx-controls-react/pull/1162)
|
|
8
8
|
- `TreeView`: TreeView Control is broken after updating to v3.7.0 [#1170](https://github.com/pnp/sp-dev-fx-controls-react/issues/1170)
|
|
9
|
+
- `TreeView`: collapses on selection of a child node [#1182](https://github.com/pnp/sp-dev-fx-controls-react/issues/1182)
|
|
10
|
+
- `TreeView`: expanded nodes state is getting lost after refresh [#1062](https://github.com/pnp/sp-dev-fx-controls-react/issues/1062)
|
|
9
11
|
- NPM Audit Critical Issues [#1187](https://github.com/pnp/sp-dev-fx-controls-react/issues/1187)
|
|
10
12
|
- Bump momentjs from 2.29.1 to 2.29.2 [#1185](https://github.com/pnp/sp-dev-fx-controls-react/pull/1185)
|
|
11
13
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.8.0-beta.
|
|
1
|
+
export var version = "3.8.0-beta.2191881";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED