@mikezimm/fps-library-v2 1.0.78 → 1.0.79
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 +4 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,12 +5,15 @@ npm run build
|
|
|
5
5
|
npm version major/minor/patch
|
|
6
6
|
npm publish --access=public
|
|
7
7
|
|
|
8
|
-
npm install @mikezimm/fps-library-v2@1.0.
|
|
8
|
+
npm install @mikezimm/fps-library-v2@1.0.79
|
|
9
9
|
|
|
10
10
|
# Changelog
|
|
11
11
|
|
|
12
12
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
13
13
|
|
|
14
|
+
## 1.0.79 - 2022-Dec-23: fetch attacments pnpv2 update
|
|
15
|
+
update fetch attachments from issue: https://github.com/mikezimm/drilldown7/issues/302
|
|
16
|
+
|
|
14
17
|
## 1.0.78 - 2022-Dec-23: friendly error, Theme, ListView
|
|
15
18
|
- update friendly error message for to many lookup columns in query: https://github.com/mikezimm/drilldown7/issues/204
|
|
16
19
|
- set default Theme to allow Site Theme: _allowSiteThemeChoice: boolean = true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikezimm/fps-library-v2",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.79",
|
|
4
4
|
"description": "Library of reusable typescript/javascript functions, interfaces and constants",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@microsoft/sp-property-pane": "^1.15.2",
|
|
43
|
-
"@mikezimm/fps-pnp2": "^1.0.
|
|
43
|
+
"@mikezimm/fps-pnp2": "^1.0.25",
|
|
44
44
|
"@mikezimm/fps-styles": "^1.0.11",
|
|
45
45
|
"@pnp/spfx-controls-react": "3.12.0",
|
|
46
46
|
"@pnp/spfx-property-controls": "^3.6.0",
|