@mikezimm/fps-library-v2 1.1.85 → 1.1.86
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.
- package/CHANGELOG.md +8 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -12,12 +12,18 @@ 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.
|
|
15
|
+
npm install @mikezimm/fps-library-v2@1.1.86
|
|
16
16
|
|
|
17
17
|
# Changelog
|
|
18
18
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
19
19
|
|
|
20
|
-
## 1.1.
|
|
20
|
+
## 1.1.86 - 2023-Nov XX: - https://github.com/mikezimm/PageInfo/issues/143 & 144
|
|
21
|
+
- Fix GetItems.ts: add FPSItem to item and pass in OriginalHTMLConversions to replaceHTMLEntities
|
|
22
|
+
- Fix src\logic\Strings\htmlV2 - fix conversion loop, fix HTMLConstants
|
|
23
|
+
- update easypages.css for PageInfo web part: https://github.com/mikezimm/PageInfo/issues/143
|
|
24
|
+
npm install @mikezimm/fps-styles@1.0.52
|
|
25
|
+
|
|
26
|
+
## 1.1.85 - 2023-Nov 24: - SlickSections
|
|
21
27
|
- add _lastPropPaneChange to Class so PropPaneGroup Title can be updated without closing group
|
|
22
28
|
- Added to: FPSBaseClass, IThisFPSWebPartClass, onFPSPropPaneCHanged
|
|
23
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikezimm/fps-library-v2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.86",
|
|
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.54",
|
|
44
|
-
"@mikezimm/fps-styles": "^1.0.
|
|
44
|
+
"@mikezimm/fps-styles": "^1.0.52",
|
|
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",
|