@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. 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.59
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.1.59",
3
+ "version": "1.1.60",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",