@mikezimm/fps-library-v2 1.1.42 → 1.1.43
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 +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,14 +4,14 @@ npm run clean
|
|
|
4
4
|
npm run build
|
|
5
5
|
npm version major/minor/patch
|
|
6
6
|
npm publish --access=public
|
|
7
|
-
npm install @mikezimm/fps-library-v2@1.1.
|
|
7
|
+
npm install @mikezimm/fps-library-v2@1.1.43
|
|
8
8
|
|
|
9
9
|
# Changelog
|
|
10
10
|
|
|
11
11
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
## 1.1.
|
|
14
|
+
## 1.1.43 - 2023-Aug 17: - FPS ListItemPicker
|
|
15
15
|
- update apiFetchFilesQuery to include select: FileSystemObjectType
|
|
16
16
|
- update cleanWebFileList to exclude folders if there are no file type filters: FileSystemObjectType === 1
|
|
17
17
|
- update onListItemPropPaneStart to change wpProps.webUrlPickerValue if === 'CurrentSite'
|