@pnp/spfx-controls-react 3.8.0-beta.2191911 → 3.8.0-beta.2191925
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
|
@@ -11,11 +11,13 @@
|
|
|
11
11
|
"`TreeView`: collapses on selection of a child node [#1182](https://github.com/pnp/sp-dev-fx-controls-react/issues/1182)",
|
|
12
12
|
"`TreeView`: expanded nodes state is getting lost after refresh [#1062](https://github.com/pnp/sp-dev-fx-controls-react/issues/1062)",
|
|
13
13
|
"NPM Audit Critical Issues [#1187](https://github.com/pnp/sp-dev-fx-controls-react/issues/1187)",
|
|
14
|
-
"Bump momentjs from 2.29.1 to 2.29.2 [#1185](https://github.com/pnp/sp-dev-fx-controls-react/pull/1185)"
|
|
14
|
+
"Bump momentjs from 2.29.1 to 2.29.2 [#1185](https://github.com/pnp/sp-dev-fx-controls-react/pull/1185)",
|
|
15
|
+
"`TaxonomyPicker`: Sorting the terms in locale language [#1160](https://github.com/pnp/sp-dev-fx-controls-react/pull/1160)"
|
|
15
16
|
]
|
|
16
17
|
},
|
|
17
18
|
"contributors": [
|
|
18
19
|
"[brianpmccullough](https://github.com/brianpmccullough)",
|
|
20
|
+
"[Gautam Sheth](https://github.com/gautamdsheth)",
|
|
19
21
|
"[Joel Lopes](https://github.com/Dixdjo)",
|
|
20
22
|
"[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)"
|
|
21
23
|
]
|
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
- `TreeView`: expanded nodes state is getting lost after refresh [#1062](https://github.com/pnp/sp-dev-fx-controls-react/issues/1062)
|
|
11
11
|
- NPM Audit Critical Issues [#1187](https://github.com/pnp/sp-dev-fx-controls-react/issues/1187)
|
|
12
12
|
- Bump momentjs from 2.29.1 to 2.29.2 [#1185](https://github.com/pnp/sp-dev-fx-controls-react/pull/1185)
|
|
13
|
+
- `TaxonomyPicker`: Sorting the terms in locale language [#1160](https://github.com/pnp/sp-dev-fx-controls-react/pull/1160)
|
|
13
14
|
|
|
14
15
|
## 3.7.2
|
|
15
16
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.8.0-beta.
|
|
1
|
+
export var version = "3.8.0-beta.2191925";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED