@mikezimm/fps-library-v2 1.1.19 → 1.1.20

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 +11 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,13 +4,21 @@ 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.1.19
7
+ npm install @mikezimm/fps-library-v2@1.1.20
8
8
 
9
9
  # Changelog
10
10
 
11
11
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
12
12
 
13
- ## 1.1.19 - 2023-July 27: getFPSHubTiles, PivotTiles/FPSTileComponet migration
13
+ ## 1.1.20 - 2023-July 31: FPSTileComponet css
14
+ npm install @mikezimm/fps-styles@1.0.41
15
+
16
+ ## 1.1.19 - 2023-July 31: getFPSHubTiles, PivotTiles/FPSTileComponet migration
17
+ - create createErrorFPSTileItem in src\components\molecules\FPSTiles\functions\ErrorMessages.tsx
18
+ - update getFPSHubTiles to create error Tile in results if needed.
19
+
20
+
21
+ ## 1.1.19 - 2023-July 30: getFPSHubTiles, PivotTiles/FPSTileComponet migration
14
22
  - change addOtherIsAMeta to addListIsAMeta, remove from addSearchMeta1 << MUST BE ADDED WHERE LISTS ARE USED >>
15
23
  - create getFPSHubTiles, processHubSubResults, buildFPSSubHubTileItems which was derived from
16
24
  - PivotTiles: getHubAssocSites and BuildTileCollection but does not add category props.
@@ -20,7 +28,7 @@ NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
20
28
  - refactor SpHttp\HubsSubs functions to ./fetches, ./functiuons and ./interfaces
21
29
  - migrage createContentItemCount, createContentPubDate, createContentViewsRecent and createItemHighlights from PivotTiles
22
30
 
23
- ## 1.1.19 - 2023-July 27: addSearchMeta
31
+ ## 1.1.19 - 2023-July 30: addSearchMeta
24
32
  - replace string ItemTypes in StdFileSearchTypes with const values
25
33
  - add ContentGroupArchive, ItemIsArchiveContent to both IsA and also Search
26
34
  - add "tar", "rar", "lzh" to StdFileKeys
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@microsoft/sp-property-pane": "^1.15.2",
43
43
  "@mikezimm/fps-pnp2": "^1.0.50",
44
- "@mikezimm/fps-styles": "^1.0.40",
44
+ "@mikezimm/fps-styles": "^1.0.41",
45
45
  "@pnp/spfx-controls-react": "3.12.0",
46
46
  "@pnp/spfx-property-controls": "^3.6.0",
47
47
  "office-ui-fabric-react": "^7.199.1",