@mikezimm/fps-library-v2 1.0.41 → 1.0.42
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 +5 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,14 +5,17 @@ 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.42
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
# Changelog
|
|
12
12
|
|
|
13
13
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
14
14
|
|
|
15
|
-
## 1.0.
|
|
15
|
+
## 1.0.42 - 2022-Dec-18: Drilldown Update part 5
|
|
16
|
+
- add siteServerRelativeUrl to IFPSEnviro - in order to easily tell if a url is on the current site collection
|
|
17
|
+
|
|
18
|
+
## 1.0.41 - 2022-Dec-18: Drilldown Update part 4
|
|
16
19
|
- delete ILink and replace with ISimpleLink which is same but with optional target
|
|
17
20
|
- migrate zPivots from npmFunctions to src\common\interfaces\fps\IzPivots
|
|
18
21
|
- migrate IListInterfaces to src\common\interfaces\fps\Picked\IListInterfaces.ts
|