@mikezimm/fps-library-v2 1.0.87 → 1.0.88

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 +3 -0
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -11,6 +11,9 @@ npm install @mikezimm/fps-library-v2@1.0.87
11
11
 
12
12
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
13
13
 
14
+ ## 1.0.88 - 2023-Jan-05: Drilldown Prop Pane Help escape fixes
15
+
16
+
14
17
  ## 1.0.87 - 2023-Jan-05: Drilldown Prop Pane Help escape fixes
15
18
  - numerous places: replaced escape() with string literals.
16
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
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,6 @@
41
41
  "dependencies": {
42
42
  "@microsoft/sp-property-pane": "^1.15.2",
43
43
  "@mikezimm/fps-pnp2": "^1.0.29",
44
- "@mikezimm/fps-styles": "^1.0.13",
45
44
  "@pnp/spfx-controls-react": "3.12.0",
46
45
  "@pnp/spfx-property-controls": "^3.6.0",
47
46
  "office-ui-fabric-react": "^7.199.1",