@mikezimm/fps-library-v2 1.1.94 → 1.1.95
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 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12,15 +12,15 @@ 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.95
|
|
16
16
|
|
|
17
17
|
# Changelog
|
|
18
18
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
19
19
|
|
|
20
|
-
## 1.1.
|
|
21
|
-
- Add
|
|
20
|
+
## 1.1.95 -
|
|
21
|
+
- Add FPSEnviro to IWebpartBannerProps, added in mainWebPartRenderBannerSetupX
|
|
22
22
|
|
|
23
|
-
## 1.1.93 - 2023-Nov
|
|
23
|
+
## 1.1.93 - 2023-Nov 26: Harden Context https://github.com/mikezimm/pivottiles7/issues/320
|
|
24
24
|
- runFPSSuperOnInit requires Environment to test if on Classic or Modern
|
|
25
25
|
- update LegacyPageContextCopy_15_2 with additional properties
|
|
26
26
|
- created EnvironmentType_String_15_2 and EnvironmentType_15_2
|