@mikezimm/fps-library-v2 1.1.59 → 1.1.60
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 +5 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12,11 +12,15 @@ npm run clean
|
|
|
12
12
|
npm run build
|
|
13
13
|
npm version major/minor/patch
|
|
14
14
|
npm publish --access=public
|
|
15
|
-
npm install @mikezimm/fps-library-v2@1.1.
|
|
15
|
+
npm install @mikezimm/fps-library-v2@1.1.60
|
|
16
16
|
|
|
17
17
|
# Changelog
|
|
18
18
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
19
19
|
|
|
20
|
+
## 1.1.60 - 2023-Oct 02: - update FPSTile Image/Icon logic
|
|
21
|
+
- fix FPSTilesWPHelp function name... forgot to update.
|
|
22
|
+
- update processHubSubResults to accept departmentId prop and sort so those sites are first
|
|
23
|
+
- keep sandbox function filterObjArrayByUniqueKeyLONGWAY based on filterObjArrayByUniqueKey which is preferred
|
|
20
24
|
|
|
21
25
|
## 1.1.59 - 2023-Oct 02: - update FPSTile Image/Icon logic
|
|
22
26
|
- updated IFPSFileImagePriority to include option for 'code' which is kind of like if the WP Prop was totally empty... but allows you to be specific if needed.
|