@mikezimm/fps-library-v2 1.1.26 → 1.1.27

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 +6 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,13 +4,16 @@ 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.26
7
+ npm install @mikezimm/fps-library-v2@1.1.27
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.26 - 2023-July 31: FPSTileComponet & css
13
+ ## 1.1.27 - 2023-Aug xx: FpsCompactTile & css
14
+ - bump to npm install @mikezimm/fps-styles@1.0.43
15
+
16
+ ## 1.1.26 - 2023-Aug 03: FpsCompactTile & css
14
17
  - add FpsCompactTile component from PFS-Tile-Component
15
18
  - add tileLayout property to FpsTileComponent which will determine layout for items
16
19
  - add tileLayout to IFPSTileElementExtras, changesFpsTileComp, PreConfigFpsTileCompProps and IFpsTileComponentWPProps
@@ -18,7 +21,7 @@ NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
18
21
  - add FPSTileWPGroup to FPSTileWPGroup
19
22
  - add IFPSCompactTileSize , IFPSTileLayout and FPSTileLayoutValues
20
23
 
21
- ## 1.1.26 - 2023-July 31: FPSTileComponet & css
24
+ ## 1.1.26 - 2023-Aug 02: FPSTileComponet & css
22
25
  - fix 'null' as string description in buildFPSSubHubTileItems
23
26
  - set content1 and content2 as undefined in buildFPSSubHubTileItems
24
27
  - clean up unused imports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
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.41",
44
+ "@mikezimm/fps-styles": "^1.0.43",
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",