@mikezimm/fps-library-v2 1.0.162 → 1.0.163
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 +9 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,12 +5,19 @@ npm run build
|
|
|
5
5
|
npm version major/minor/patch
|
|
6
6
|
npm publish --access=public
|
|
7
7
|
|
|
8
|
-
npm install @mikezimm/fps-library-v2@1.0.
|
|
8
|
+
npm install @mikezimm/fps-library-v2@1.0.163
|
|
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.163 - 2023-Apr-05: add performance to functions in pnpjs
|
|
15
|
+
- add performance to getWebLists, getFilteredSubs, getSubSites, getFilteredSubSites, getWebInfoIncludingUniqueMin, getWebInfoIncludingUniqueAll
|
|
16
|
+
|
|
17
|
+
## 1.0.163 - 2023-Apr-05: IExtendedWordObject and IExtendedWordSummary
|
|
18
|
+
- make IExtendedWordObject params optional, make array of items
|
|
19
|
+
- add performanceR to IExtendedWordSummary
|
|
20
|
+
|
|
14
21
|
## 1.0.162 - 2023-Apr-05: IExtendedWordObject and IExtendedWordSummary
|
|
15
22
|
- add interface IExtendedWordObject and IExtendedWordSummary for Compliance so add related items to word objects
|
|
16
23
|
|
|
@@ -19,7 +26,7 @@ NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
|
19
26
|
- modify addSearchMeta1 > addDateTimeFileInfoSearch to include modifiedAge, createdAge, publishedAge
|
|
20
27
|
|
|
21
28
|
## 1.0.160 - 2023-Apr-05: FPSAgeHook new Optional prop: alternateOptions
|
|
22
|
-
- added FPSAgeHook new Optional prop: alternateOptions - can pass in FPSAgeSliderOptions5Years,
|
|
29
|
+
- added FPSAgeHook new Optional prop: alternateOptions - can pass in FPSAgeSliderOptions5Years, FPSAgeSliderOptions7Years, FPSAgeSliderOptions10Years
|
|
23
30
|
|
|
24
31
|
## 1.0.160 - 2023-Apr-03: add viewProps and editProps to standard sources
|
|
25
32
|
- update DefaultLibrarySource : add standard viewProps and editProps;
|