@mikezimm/fps-library-v2 1.1.89 → 1.1.91

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 +9 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -12,12 +12,19 @@ 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.89
15
+ npm install @mikezimm/fps-library-v2@1.1.91
16
16
 
17
17
  # Changelog
18
18
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
19
19
 
20
- ## 1.1.89 - 2023-Nov 24: Upgrade for 1.17.3 and react 17
20
+ ## 1.1.91 - 2023-Nov 24: createWebNav
21
+ - reverted @pnp/spfx-property-controls@3.15.0 to >> npm install @pnp/spfx-property-controls@3.6.0
22
+ - 3.15 bumped everything to 1.18.2, fluentui to 8.106
23
+
24
+ ## 1.1.90 - 2023-Nov 24: createWebNav
25
+ - npm install @mikezimm/fps-pnp2@1.0.55
26
+
27
+ ## 1.1.89 - 2023-Nov 24: UPGRADE FOR 1.17.3 and react 17
21
28
  - replace all "office-ui-fabric-react": "^7.199.1" wtih "@fluentui/react": "^7.199.1"
22
29
  - replace react, react-dom 16.13.1 with 17.0.1, also update react and react-dom types
23
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.1.89",
3
+ "version": "1.1.91",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -39,12 +39,12 @@
39
39
  "/lib"
40
40
  ],
41
41
  "dependencies": {
42
+ "@fluentui/react": "^7.199.1",
42
43
  "@microsoft/sp-property-pane": "^1.17.3",
43
- "@mikezimm/fps-pnp2": "^1.0.54",
44
+ "@mikezimm/fps-pnp2": "^1.0.55",
44
45
  "@mikezimm/fps-styles": "^1.0.53",
45
46
  "@pnp/spfx-controls-react": "3.12.0",
46
- "@pnp/spfx-property-controls": "^3.6.0",
47
- "@fluentui/react": "^7.199.1",
47
+ "@pnp/spfx-property-controls": "3.6.0",
48
48
  "react": "17.0.1",
49
49
  "react-dom": "17.0.1",
50
50
  "react-json-view": "^1.21.3"