@mikezimm/fps-library-v2 1.0.244 → 1.0.245
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.md +8 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,14 +4,17 @@ npm run clean
|
|
|
4
4
|
npm run build
|
|
5
5
|
npm version major/minor/patch
|
|
6
6
|
npm publish --access=public
|
|
7
|
-
npm install @mikezimm/fps-library-v2@1.0.
|
|
7
|
+
npm install @mikezimm/fps-library-v2@1.0.245
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
# Changelog
|
|
11
11
|
|
|
12
12
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
13
13
|
|
|
14
|
-
## 1.0.
|
|
14
|
+
## 1.0.245 - 2023-June-18:
|
|
15
|
+
- Just republishing. got strange error when using 1.0.244
|
|
16
|
+
|
|
17
|
+
## 1.0.245 - 2023-June-24: checkItemsResults, fetchMyHubNav
|
|
15
18
|
- update PresetFPSBanner >> bannerPillShape : true,
|
|
16
19
|
- add iconNames: NoRecentViews, PopularRecent , PopularLifeTime
|
|
17
20
|
- add in standardPivotTiles.tsx: NoRecentViews, PopularRecent, PopularLifeTime
|
|
@@ -23,18 +26,18 @@ NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
|
23
26
|
|
|
24
27
|
|
|
25
28
|
|
|
26
|
-
## 1.0.243 - 2023-June-
|
|
29
|
+
## 1.0.243 - 2023-June-24: checkItemsResults, fetchMyHubNav
|
|
27
30
|
- update checkItemsResults to include trace string in console message
|
|
28
31
|
- update fetchMyHubNav to get the count of nav links for performance including all children
|
|
29
32
|
|
|
30
|
-
## 1.0.242 - 2023-June-
|
|
33
|
+
## 1.0.242 - 2023-June-23: Refactor SpHttp fetches, add Nav calls
|
|
31
34
|
- standardize all SpHttp/HubsSub to first add unifiedPerformanceEnd then do checkItemsResults
|
|
32
35
|
fetchMyHubNav, fetchMyHubsites, fetchMySubsites
|
|
33
36
|
- create addWebNav, getWebNav as wrapper for pnpv2 calls
|
|
34
37
|
- replace some double quotes on imports of new functions
|
|
35
38
|
|
|
36
39
|
|
|
37
|
-
## 1.0.241 - 2023-June-
|
|
40
|
+
## 1.0.241 - 2023-June-23: Migrate SpHttp/HubsSub from HubCon, add unifiedPerformanceEnd
|
|
38
41
|
- created unifiedPerformanceEnd in Performance/functions to help with the new unifiedPerformanceOps
|
|
39
42
|
- created types: IUnifiedPerformanceOpsKeys, IFpsErrorObjectOpKeys
|
|
40
43
|
- created doSpJsFetch & IJSFetchReturn
|