@mikezimm/fps-library-v2 1.1.183 → 1.1.185
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/lib/common/PropPaneHelp/pages/listview/Commands.d.ts.map +1 -1
- package/lib/common/PropPaneHelp/pages/listview/Commands.js +4 -1
- package/lib/common/PropPaneHelp/pages/listview/Commands.js.map +1 -1
- package/lib/components/molecules/AnyContent/IAnyContent.d.ts +1 -0
- package/lib/components/molecules/AnyContent/IAnyContent.d.ts.map +1 -1
- package/lib/components/molecules/FPSTiles/components/FPSTile/FpsCompactTile.d.ts.map +1 -1
- package/lib/components/molecules/FPSTiles/components/FPSTile/FpsCompactTile.js +6 -5
- package/lib/components/molecules/FPSTiles/components/FPSTile/FpsCompactTile.js.map +1 -1
- package/lib/components/molecules/FPSTiles/components/FpsTileComponent.js +2 -2
- package/lib/components/molecules/FPSTiles/components/FpsTileComponent.js.map +1 -1
- package/lib/components/molecules/FPSTiles/webPart/IFpsTileComponentWPProps.d.ts +2 -2
- package/lib/components/molecules/FPSTiles/webPart/IFpsTileComponentWPProps.d.ts.map +1 -1
- package/lib/logic/Errors/friendly.d.ts.map +1 -1
- package/lib/logic/Errors/friendly.js +8 -1
- package/lib/logic/Errors/friendly.js.map +1 -1
- package/package.json +1 -1
- package/CHANGELOG.md +0 -2492
package/CHANGELOG.md
DELETED
|
@@ -1,2492 +0,0 @@
|
|
|
1
|
-
# UPGRADE FROM v1.0 to v1.1 DO's:
|
|
2
|
-
advancedContent: Copy latest advanced for console params
|
|
3
|
-
panelVersionNumber: Update analytics, main webpart component to use version from about
|
|
4
|
-
siteThemes: Remove siteThemes from FetchBannerX in main react component. add this._fpsSiteThemes = stylesFPS to main react
|
|
5
|
-
Gulp file: Update Gulp file to add Date to WebPackAnalyzer
|
|
6
|
-
OnInit: add to onInit: _analyticsListX, _analyticsOptionsX, _allowPropsEasyMode, _wpInfoGroupExpanded, _panelVersion
|
|
7
|
-
Local Installs: remove local install of @mikezimm/fps-styles (found this in drilldown)
|
|
8
|
-
|
|
9
|
-
# Manual Publish
|
|
10
|
-
https://github.com/mikezimm/fps-library-v2.git
|
|
11
|
-
Step 1: Clone the repository or update your local repository with the latest changes.
|
|
12
|
-
|
|
13
|
-
git pull origin main
|
|
14
|
-
Step 2: Switch to the base branch of the pull request.
|
|
15
|
-
|
|
16
|
-
git checkout main
|
|
17
|
-
Step 3: Merge the head branch into the base branch.
|
|
18
|
-
|
|
19
|
-
git merge v1.1.95---Improvements << REPLACE WITH BRANCH NAME >>
|
|
20
|
-
Step 4: Push the changes.
|
|
21
|
-
|
|
22
|
-
git push -u origin main
|
|
23
|
-
|
|
24
|
-
# Publish hints:
|
|
25
|
-
|
|
26
|
-
npm run clean
|
|
27
|
-
|
|
28
|
-
!!! BE SURE TO PUSH COMMIT BEFORE RUNNING FULL COMMAND with npm version patch !!!
|
|
29
|
-
|
|
30
|
-
npm run build ; npm publish --access=public; npm version patch
|
|
31
|
-
npm version major/minor/patch
|
|
32
|
-
npm publish --access=public
|
|
33
|
-
npm install @mikezimm/fps-library-v2@1.1.183
|
|
34
|
-
|
|
35
|
-
# Changelog
|
|
36
|
-
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
37
|
-
|
|
38
|
-
## 1.1.183 - 2024-May 13: Drilldown udpates
|
|
39
|
-
- bump pnpV2 to 1.1.161
|
|
40
|
-
- update OverRideForcedGroup to disable toggle if LockProps is already enabled
|
|
41
|
-
- update completeThisQuickUpdate to add the window.location.origin per drilldown #407
|
|
42
|
-
|
|
43
|
-
## 1.1.182 - 2024-May 13: Forced Override
|
|
44
|
-
- fix logic in onFPSPropPaneCHanged
|
|
45
|
-
- update messaging inOverRideForcedGroup
|
|
46
|
-
- fix logic and styling in SitePresetsInfo
|
|
47
|
-
|
|
48
|
-
## 1.1.181 - 2024-May 13: Forced Override
|
|
49
|
-
- update SitePresetsInfo to include info about over-rides if they are detected
|
|
50
|
-
|
|
51
|
-
## 1.1.180 - 2024-May 12: Forced Override
|
|
52
|
-
- create IMinOverRideProps and changeOverRideProps IMinWPBannerProps and changeBanner
|
|
53
|
-
- update IWebpartBannerProps: overRideProps: IMinOverRideProps;
|
|
54
|
-
- update importBlockPropsFPS with changeOverRideProps
|
|
55
|
-
- update status options on IConfigurationProp to include 'override'
|
|
56
|
-
- create new SpecialFinalPageGroups to create both LockPropsEditGroup and new OverRideForcedGroup
|
|
57
|
-
- update onFPSPropPaneCHanged to include looking for enableForceOverRide and overrideProps
|
|
58
|
-
- update runFPSSuperOnInit to always set properties.enableForceOverRide = false on load
|
|
59
|
-
- update applyPresetCollectionDefaults to skip thisProps.overrideKeys on FORCES only
|
|
60
|
-
- update PresetFPSBanner with new presets to avoid issues
|
|
61
|
-
|
|
62
|
-
## 1.1.179 - 2024-May 12: comments
|
|
63
|
-
- clean up some comments in sectionStyles by adding check4This
|
|
64
|
-
|
|
65
|
-
## 1.1.178 - 2024-May 12: SitePresetsInfo
|
|
66
|
-
- update LockProps table width in SitePresetsInfo
|
|
67
|
-
|
|
68
|
-
## 1.1.177 - 2024-May 12: certs
|
|
69
|
-
- add simulateStatus with a tw1st - see docs
|
|
70
|
-
|
|
71
|
-
## 1.1.174-176 - 2024-May 11: tricksTable
|
|
72
|
-
- add tableWidth to createTricksTableElement
|
|
73
|
-
- create BeakerModeTricksWHeading from BeakerModeTricks for prop pane Advanced tab via CommonTricks
|
|
74
|
-
- add BeakerModeTricks to CommonTricks
|
|
75
|
-
- add paddingTop and cell check to createTricksTableElement
|
|
76
|
-
- fix SingeHelpPage/SinglePage to return tr so it shows lockProps on page
|
|
77
|
-
- update BeakerModeTricks to add heading op
|
|
78
|
-
- update lockPropsTable styling in SitePresetsInfo
|
|
79
|
-
|
|
80
|
-
## 1.1.173 - 2024-May 11: tricksTable
|
|
81
|
-
- fix tricksTable for last td to be { info: info } structure, not a span
|
|
82
|
-
|
|
83
|
-
## 1.1.169...172 - 2024-May 11: createTricksTableElement
|
|
84
|
-
- fix createTricksTableElement to return cells and rows of elements... not objects
|
|
85
|
-
- fix styling of createTricksTableElement
|
|
86
|
-
|
|
87
|
-
## 1.1.168 - 2024-May 11: getFullBackgroundHelp, createTricksTableElement
|
|
88
|
-
- fix getFullBackgroundHelp with tricksTable... was getting Error: Minified React error #31;
|
|
89
|
-
- create createTricksTableElement which returns the actual table element with rows from createTricksTable ( which only creates the object data... NOT JSX.Element - hence error #31 )
|
|
90
|
-
|
|
91
|
-
## 1.1.166 - 2024-May 11: EasyIcons, LockProps
|
|
92
|
-
- update onFPSPropPaneCHanged to add confirmation captcha prompt on Locking or Unlocking props
|
|
93
|
-
- improve logic and messaging on LockPropsEditGroup and LockPropsMessageGroup
|
|
94
|
-
|
|
95
|
-
## 1.1.165 - 2024-May 11: EasyIcons, LockProps
|
|
96
|
-
- fix FileTypes in EasyIcons Defaults
|
|
97
|
-
- update BeakerMode functionality
|
|
98
|
-
- updateFarElementsWhiteRefresh to show beakerModeIcon only when beakermode=true
|
|
99
|
-
- update getFullBackgroundHelp to use clickable createTricksTable( BeakerModeTricks,... )
|
|
100
|
-
- refactor runFPSSuperOnInit to remove this.properties which seems wrong from when it was pasted in
|
|
101
|
-
- LOCK PROPS updates
|
|
102
|
-
- fix LockPropsEditGroup and addLockedStamps logic
|
|
103
|
-
- update onFPSPropPaneCHanged to update lockedByUser and lockedTime when enableLockProps changes
|
|
104
|
-
- update PresetFPSBanner with all new lockProp defaults
|
|
105
|
-
- update SitePresetsInfo to require bannerProps.lockProps and display brief intro to LockProps and current settings
|
|
106
|
-
- update mainWebPartRenderBannerSetupX to add lockProps: IMinLockProps to bannerProps: IWebpartBannerProps
|
|
107
|
-
|
|
108
|
-
## 1.1.164 - 2024-May 11: Custom Help, EasyIcons, LockProps
|
|
109
|
-
- update changeCustomHelp array to have all properties in src\banner\components\VisitorPanel\Interfaces.ts
|
|
110
|
-
- add EasyIcons Folder Link icon to help page: https://github.com/mikezimm/pivottiles7/issues/351
|
|
111
|
-
- add .sort() to many EasyIcon words in EasyIconObjectDefault, add DOS
|
|
112
|
-
- add USGovDepartments spelled out words to EasyIconObjectDefault
|
|
113
|
-
- create LockProps feature
|
|
114
|
-
- create IMinLockProps and changeLockProps
|
|
115
|
-
- create LockPropsEditGroup and LockPropsMessageGroup
|
|
116
|
-
|
|
117
|
-
## 1.1.164 - 2024-Apr 25: EasyIcons, LinkUp updates
|
|
118
|
-
- Fix spelling: USGovAcornyms to USGovAcronyms
|
|
119
|
-
|
|
120
|
-
## 1.1.163 - 2024-Apr 24: EasyIcons, LinkUp updates
|
|
121
|
-
- add easyIconPriorityProps to changeEasyIcons for import/export
|
|
122
|
-
- update buildFPSAnyTileItems to do typical office file icons correctly WITH color as well
|
|
123
|
-
- fix getFPSLinkList > processTileList to NOT override the iconName set in buildFPSAnyTileItems
|
|
124
|
-
|
|
125
|
-
## 1.1.162 - 2024-Apr 24: EasyIcons, LinkUp updates
|
|
126
|
-
- Added easyIconPriorityProps to be able to target specific properties for EasyIcons
|
|
127
|
-
- updated getEasyIconsHelp for new property
|
|
128
|
-
- Added EasyIcons: SocialMedia, Commerce, Logistics, USGovAcornyms, Institutions, Electronics, Finance,
|
|
129
|
-
- Refactored Websites EasyIcons - moved some to other categories
|
|
130
|
-
- udpated buildFPSAnyTileItems to look for iconName based upon File_x0020_Type if it's available on the object
|
|
131
|
-
- updated getLinkSourceProps to add 'File_x0020_Type' to allColumns if it's a library that is not Site Pages
|
|
132
|
-
|
|
133
|
-
## 1.1.160 - 2024-Mar 23: SourcePages filtered, unfiltered options
|
|
134
|
-
- new: getColumnNamesFromString which cleans up string to get any ; , etc...
|
|
135
|
-
- update createSaveableListItemsObjects to call getColumnNamesFromString
|
|
136
|
-
- Updates to ISourcePageProps:
|
|
137
|
-
jsonObject?: ISourceJsonObject; // default = items
|
|
138
|
-
jsonFiltered?: ISourceJsonFilter; // default = filtered
|
|
139
|
-
...
|
|
140
|
-
export type ISourceJsonOption = 'Only' | 'Default' | 'Enable' | 'Never';
|
|
141
|
-
export type ISourceJsonObject = 'stateSource' | 'items' ;
|
|
142
|
-
export type ISourceJsonFilter = 'filtered' | 'unfiltered' | 'both';
|
|
143
|
-
- update SourcePages.tsx to add: { JsonElementU } { JsonElementF }
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
## 1.1.159 - 2024-Mar 19: Drilldown
|
|
147
|
-
- Reduce console.logs if not in gulp mode: https://github.com/mikezimm/drilldown7/issues/405
|
|
148
|
-
|
|
149
|
-
## 1.1.158 - 2024-Mar 19: Drilldown fixes ( import/export )
|
|
150
|
-
- update importProps to handle breaking import of viewHB1,2,3
|
|
151
|
-
- update getHelpHandleBarViews to give plenty of warning regarding setting handle bar props
|
|
152
|
-
- add topMargin to Refiners and Views PropPaneHelp Pivot
|
|
153
|
-
|
|
154
|
-
## 1.1.157 - 2024-Mar 17: PagePalLogging - Happy St Patrics Day!
|
|
155
|
-
- correct: saveObject.AnalyticsVersion = 'saveAnalytics4';
|
|
156
|
-
- update ISourceProps : add >> sourceTenant?: string; // Alt for cross tenant logging
|
|
157
|
-
|
|
158
|
-
## 1.1.156 - 2024-Mar 17: FPS Cert - Happy St Patrics Day!
|
|
159
|
-
- add certs for FPT and FPS
|
|
160
|
-
|
|
161
|
-
## 1.1.156 - 2024-Mar 16: PagePal SiteAsset Image Mapping
|
|
162
|
-
- add metaAny1, metaAny2, metaAny3 to IStateSource for easier use of non-standard arrays to pass around
|
|
163
|
-
- update addPagesFileGuidSearch - add Performance, update all logic to add mapping of siteAsset images
|
|
164
|
-
- add IFileUniqueIds to fetchFileListUniqueIds return. Need to add wasUsed?: boolean; replacements?: any;
|
|
165
|
-
|
|
166
|
-
## 1.1.155 - 2024-Mar 16: PagePal Work on getting File
|
|
167
|
-
- create fetchFileListUniqueIds which is related to fetchFileList
|
|
168
|
-
- create addPagesFileGuidSearch for PagePal, adds references to FileIds for migration
|
|
169
|
-
- added to IStateSource, IFPSItemSearch and IJSFetchReturn: meta0, meta1, meta2, meta3, meta4, metaA, metaB, metaC, metaD, metaS, metaW, metaL, metaF
|
|
170
|
-
- moved IPropPaneFetchFileProps to separate file
|
|
171
|
-
- clean up duplicate files: createEmptyFetchReturn and relocate IPropPaneFetchFileProps to separate file
|
|
172
|
-
|
|
173
|
-
## 1.1.153 - 2024-Mar 15: PagePal updates: fetchFileListUniqueIds, AgeSliderWPProps
|
|
174
|
-
- fixed SourcePages call to AgeSliderWPProps to look for property value instead of hard coding to Modified date
|
|
175
|
-
- create fetchFileListUniqueIds to fetch SiteAssets with UniqeId for mapping
|
|
176
|
-
- update fetchFileList to accept { customSelect: string = DefaultCustomFileSelect } from fetchFileListUniqueIds
|
|
177
|
-
- update SourcePages.tsx to utilize this.props.searchAgeProp
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
## 1.1.151 - 2024-Mar 13: saveAnalytics4
|
|
181
|
-
- create saveAnalytics4 to automatically get the current AnalyticsWeb based on Legacy or New
|
|
182
|
-
|
|
183
|
-
## 1.1.149 - 2024-Mar 13: AnalyticsWeb
|
|
184
|
-
- change AnalyticsWeb to be dependent on tenant: AnalyticsWebNew = '/sites/FPTWebAlytics/';
|
|
185
|
-
|
|
186
|
-
## 1.1.148 - 2024-Mar 13: Added new gitRepoLinks
|
|
187
|
-
- gitGenericFps, gitGenericMZ, gitNetworkBuilder, gitPagePal
|
|
188
|
-
|
|
189
|
-
## 1.1.145 - 2024-Mar 13: Color themes
|
|
190
|
-
- fix new color index in PropPanePicker, make 2 charcoal colors instead of one
|
|
191
|
-
|
|
192
|
-
## 1.1.144 - 2024-Mar 13: New Tenants
|
|
193
|
-
- add 5 more themes! darkBrown, darkPurple, fireOrange, charcoal ,bkat
|
|
194
|
-
- updated certs for CT2 and FPT tenants, revised users as well
|
|
195
|
-
|
|
196
|
-
## 1.1.143 - 2024-Mar 12: PagePal updates
|
|
197
|
-
- add some new DefaultEasyIcons ImageGuids based on MSFT CDN for future use: src\components\atoms\EasyIcons\SystemIcons\DefaultEasyIcons
|
|
198
|
-
- update: IEasyIconGroups, IEasyIconFolders, IEasyIcons > Groups : 'FPSWebParts' | 'FPSIcons'
|
|
199
|
-
- fix getGoToItemLinkUrl in case FPSItem is not on the item
|
|
200
|
-
- add to IAnyPageItem : OData__OriginalSourceUrl?: string; OData__OriginalSourceSiteId?: string; PageLayoutType?: ClientsidePageLayoutType; - Added for use in PagePal
|
|
201
|
-
- add to IUpdateCommandItemReturn : originalItem?: any; updateObject?: any; idx?: number; copyFileLeafRef?: string; - Added for use in PagePal
|
|
202
|
-
|
|
203
|
-
## 1.1.143 - 2024-Mar 12: Previous updates ( likely for PagePal and RTF Fixer )
|
|
204
|
-
- update ITextValidationType for enhanced FTPTextInput : add actionElement?: JSX.Element ; errorElement?: JSX.Element ;
|
|
205
|
-
- update FPSTextInput to render actionElement and errorElement if available
|
|
206
|
-
- update formatXml and formatJSONString to test for an empty string which will cause a crash error... if ( !jsonString/sourceXml ) return '';
|
|
207
|
-
- add to IAnyContent >> type ClientsidePageLayoutType = "Article" | "Home" | "SingleWebPartAppPage" | "RepostPage";
|
|
208
|
-
- add optional to IAnyPageItem: CanvasContent1?: string; LayoutWebpartsContent?: string; PageLayoutType?: ClientsidePageLayoutType; // Added for PagePal
|
|
209
|
-
- add minSourceFetchProps to IStateSource and EmptyStateSource: so in PagePal it will be added so it is included in the React-json export
|
|
210
|
-
- update IMinSourceFetchProps: tenant: string; absoluteWebUrl?: string; << so it can be easier to do mutli-tenant provisioning
|
|
211
|
-
- update SitePagesSource: { tenant: `${window.location.host.replace(`.sharepoint.com`,'')}`, }
|
|
212
|
-
- updated all library sources to now include tenant by default.
|
|
213
|
-
- added CurrentTenant to src\pnpjs\SourceItems\IMinSourceFetchProps.ts so it's always available
|
|
214
|
-
|
|
215
|
-
## 1.1.142 - 2024-Mar 10:
|
|
216
|
-
- updated entityMaps for https://github.com/mikezimm/generic-solution/issues/213
|
|
217
|
-
- add actionElement to IFPSTextInput in FPSTextInput
|
|
218
|
-
|
|
219
|
-
## 1.1.141 - 2024-Feb 29: Separate GetGoToListLink from file
|
|
220
|
-
- separate into GetGoToItemLink, getGoToLinks, GetGoToListLink, GetGoToWebLink
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
## 1.1.140 - 2024-Feb 25: alt-Click FPSItem Files
|
|
224
|
-
- Fix alt-Click FPSItem if SitePage or ANY file - there is no 'Edit Item' form... just open the item itself.
|
|
225
|
-
|
|
226
|
-
## 1.1.139 - 2024-Feb 24: FPSTile class component
|
|
227
|
-
- add hideEmpty: boolean; to ILinkList
|
|
228
|
-
- add SitePages logic for altUrl in getFPSLinkList : https://github.com/fps-solutions/LinkUp/issues/32
|
|
229
|
-
- updated src\components\molecules\FPSTiles\README - FPSTiles.md
|
|
230
|
-
|
|
231
|
-
## 1.1.138 - 2024-Feb 23: import LinkUp Fetches
|
|
232
|
-
- update FpsTileComponent - add some detail classes per https://github.com/mikezimm/fps-library-v2/issues/191
|
|
233
|
-
|
|
234
|
-
## 1.1.137 - 2024-Feb 23: import LinkUp Fetches
|
|
235
|
-
- add getLinkList and processTileList to src/components/molecules/FPSTiles/functions/getFPSLinkList.ts
|
|
236
|
-
- add getMultiLinkListsV2 to src/components/molecules/FPSTiles/functions/getFPSLinkListMultiple.ts
|
|
237
|
-
- add getLinkSourceProps to src/components/molecules/FPSTiles/functions/getLinkSourceProps.ts
|
|
238
|
-
- add ILinkList and ILinkColumns to src/components/molecules/FPSTiles/interfaces/ILinkList.ts
|
|
239
|
-
|
|
240
|
-
## 1.1.137 - 2024-Feb 23: propsEasyMode
|
|
241
|
-
- update buildFPSAnyTileItems to add SPO Disp Form Url as altUrl if FPSItem has {{ID}} in altUrl
|
|
242
|
-
- update src/components/molecules/FPSTiles/README - FPSTiles.md to include these in instructions
|
|
243
|
-
- create separate PropPaneField PropPaneEasyModeToggle - for easy re-use the same exact field
|
|
244
|
-
- add propsEasyMode functionality to FPSTileWPGroup
|
|
245
|
-
- add JustifyContentWPField from LinkUp web part
|
|
246
|
-
- update getFullBackgroundHelp for when Mutilple FPS Web parts cancel themselves out
|
|
247
|
-
- update buildFPSAnyTileItems to accomodate some variations to common Image and Href values (from LinkUp)
|
|
248
|
-
|
|
249
|
-
## 1.1.136 - 2024-Feb 10: FPSTiles updates
|
|
250
|
-
- create buildFPSTileEleWPProps and buildFPSTileEleWPExtras for FPSTile set up in MainWP Render
|
|
251
|
-
- update src/components/molecules/FPSTiles/README - FPSTiles.md
|
|
252
|
-
|
|
253
|
-
## 1.1.135 - 2024-Feb 10: gitLinkUp
|
|
254
|
-
- create gitLinkUp
|
|
255
|
-
|
|
256
|
-
## 1.1.134 - 2024-Feb 10: FPSTile updates
|
|
257
|
-
- add isCollapsed to: FPSTileWPGroup( isCollapsed: boolean = false )
|
|
258
|
-
- update README - FPSTile.md
|
|
259
|
-
|
|
260
|
-
## 1.1.134 - 2024-Feb 05: Drilldown HandleBars format updates
|
|
261
|
-
- updated ICustViewDef to separate props into ICustViewOptions and extend it
|
|
262
|
-
- refactor Drilldown PropPaneHelp - consolidated some pivots under Views and Refiners
|
|
263
|
-
- added some pages under both (like string functions): getHelpRefiner , getHelpViews
|
|
264
|
-
- added Icons to some Pivots
|
|
265
|
-
- created getHelpHandleBarViews PropPaneHelp
|
|
266
|
-
- updated SampleCharts JSON to have kpi-tiles as first style
|
|
267
|
-
- separate getAppropriateViewProp into it's own file since I do not think it is actually used
|
|
268
|
-
- add return typing to getAppropriateViewFields and getAppropriateViewGroups functions
|
|
269
|
-
- add src/logic/Strings/handleBarsHTML.tsx from Drilldown: replaceHTMLHandleBars, getHandleBarPropsFromString
|
|
270
|
-
|
|
271
|
-
## 1.1.134 - 2024-Jan 29: simulateUser,
|
|
272
|
-
- add isSiteOwner: boolean; to IFPSUser
|
|
273
|
-
- add simulateUser to FPSUser
|
|
274
|
-
- fix new URLSearchParams( window.location.href ) to location.search 3x
|
|
275
|
-
- update mainWebPartRenderBannerSetupX showTricks: to use _FPSUser
|
|
276
|
-
- update bannerSettingsContent to accomodate simulateUser
|
|
277
|
-
- add showFPS to getFullPanel for simulateUser work around
|
|
278
|
-
|
|
279
|
-
## 1.1.134 - 2024-Jan 21: Persona,
|
|
280
|
-
- fix getPrincipalTypeIcon titles
|
|
281
|
-
|
|
282
|
-
## 1.1.133 - 2024-Jan 21: Persona
|
|
283
|
-
- update styling for PersonaCard and PersonaRow
|
|
284
|
-
|
|
285
|
-
## 1.1.132 - 2024-Jan 21: Persona updates https://github.com/mikezimm/pivottiles7/issues/72
|
|
286
|
-
- add PrincipalType to IUserProperties
|
|
287
|
-
- add getPrincipalTypeIcon to PersonaIcons.tsx
|
|
288
|
-
- update PersonaCard and PersonaRow with destructured const and to include getPrincipalTypeIcon
|
|
289
|
-
|
|
290
|
-
## 1.1.131 - 2024-Jan 15: bannerGearFunctions
|
|
291
|
-
- clean up some trickyLytics
|
|
292
|
-
- add Tenant bannerGearFunctions: TenantProfileService TenantSearchAdmin TenantTermStore
|
|
293
|
-
|
|
294
|
-
## 1.1.130 - 2024-Jan 15: trickyLytics and TrickyXYZ
|
|
295
|
-
- add trickyLytics IFPSWPCert, IEasyAnalyticsProps and added to Defaults
|
|
296
|
-
- added/updated some Tricky/Constants
|
|
297
|
-
- removed trickyEmails from RepoLinks/LinksCommon - use tenant targetted links from now on
|
|
298
|
-
- updated getCert with trickyLytics
|
|
299
|
-
|
|
300
|
-
## 1.1.129 - 2024-Jan 15: IFPSWPCert, IFPSCert
|
|
301
|
-
- create IFPSWPCert, FPSMasterCerts
|
|
302
|
-
- refactor getCert to merge WP with Master
|
|
303
|
-
|
|
304
|
-
## 1.1.128 - 2024-Jan 11: EP getUsedTabs, IFPSCert
|
|
305
|
-
- add forced, presets, trickyEmails to fpsCert: https://github.com/mikezimm/fps-library-v2/issues/180
|
|
306
|
-
- IFPSCert, updateThisCert, runFPSSuperOnInit,
|
|
307
|
-
- Moved earlier in the LifeCycle to runFPSSuperOnInit
|
|
308
|
-
- fix EP: getUsedTabs - change order of else if to solve https://github.com/mikezimm/fps-library-v2/issues/179
|
|
309
|
-
|
|
310
|
-
## 1.1.127 - 2023-Dec 18: Drilldown Sharing Table css
|
|
311
|
-
- npm install @mikezimm/fps-styles@1.0.57
|
|
312
|
-
|
|
313
|
-
## 1.1.126 - 2023-Dec 18: Drilldown Permissions updates
|
|
314
|
-
- ItemSharingInfo IDoNotFetchSpecial , DoNotFetchSpecial
|
|
315
|
-
- add ItemSharingInfo to ReactListView rendering special columns
|
|
316
|
-
- update Views PropPaneHelp for ItemSharingInfo and HasUniqueRoleAssignments
|
|
317
|
-
- add sharedWithShort and sharedByShort to ISharingEvent
|
|
318
|
-
- update createItemSharingTable to reduce noise of @tenant.com part from names
|
|
319
|
-
- update processSharedItems to add sharedWithShort and sharedByShort for easy use in table
|
|
320
|
-
- add ItemSharingInfo to IDrillItemInfo
|
|
321
|
-
- add SharingElement to reactListView ( from Drilldown )
|
|
322
|
-
|
|
323
|
-
## 1.1.126 - 2023-Dec 12:
|
|
324
|
-
- add certs for RF
|
|
325
|
-
- update processSharedItems to be more robust - prevent null error
|
|
326
|
-
|
|
327
|
-
## 1.1.125 - 2023-Dec 10:
|
|
328
|
-
- create new repoLink: gitExtremeStorageV2 ( same file as original )
|
|
329
|
-
- update processSharedItems to add correct meta to Events: WasShared, UniquePermissions
|
|
330
|
-
|
|
331
|
-
## 1.1.124 - 2023-Dec 10:
|
|
332
|
-
- make iconSearch required on IBasicIconInfo
|
|
333
|
-
- fix processSharedItems to use getFileTypeIconInfoFromItem
|
|
334
|
-
|
|
335
|
-
## 1.1.123 - 2023-Dec 10:
|
|
336
|
-
- update IKnownMeta and IKnownFileTypes to include: 'Type:Unknown' | 'Type:Folder' | 'Type:DocumentSet' |
|
|
337
|
-
- create getFileTypeIconInfoFromItem which calls getFileTypeIconInfo
|
|
338
|
-
- revert getFileTypeIconInfo so it can be used with just extention ( aka eXTreme fileType tabs)
|
|
339
|
-
- update getFileTypeIconInfoFromItem and getFileTypeIconInfo to also check for DocSets based on content types
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
## 1.1.122 - 2023-Dec 10:
|
|
343
|
-
- update getFileTypeIconInfo to accomodate Folders, now requires item, not just ext.
|
|
344
|
-
- update processSharedItems to use getFileTypeIconInfo to merge in IconInfo to event
|
|
345
|
-
|
|
346
|
-
## 1.1.121 - 2023-Dec 10:
|
|
347
|
-
- updated getWebInfoIncludingUniqueMin to add errorInput
|
|
348
|
-
- updated processSharedItems to add IBasicIconInfo back in
|
|
349
|
-
- add return type to export function getFileTypeIconInfo( ext: string): IBasicIconInfo {...
|
|
350
|
-
- created EmptyPickedWebBasic in IPickedWebBasic
|
|
351
|
-
|
|
352
|
-
## 1.1.120 - 2023-Dec 09:
|
|
353
|
-
- Reorder, add comments to IFPSCert
|
|
354
|
-
- migrate src/pnpjs/Lists/getV1_Deprecated/getExpandColumns.ts from npmFunctions
|
|
355
|
-
|
|
356
|
-
## 1.1.119 - 2023-Dec 09: SharedItems from PivotTiles and eXTreme Storage
|
|
357
|
-
- revampted IItemWithSharingInfo with all Sharing interfaces
|
|
358
|
-
- update: IAnyListItem OData__UIVersion?: any; update IAnySecurableItem : ContentTypeId?: string | number;
|
|
359
|
-
- add processSharedItems from PivotTiles, should be comaptible with eXTreme Storage
|
|
360
|
-
- add getOnlySharedItems from PivotTiles, - should only get items with SharingDetails, note does NOT get all items with Unique Permissions... only SharedDetails
|
|
361
|
-
- moved SharedWithSelect and SharedWithExpand to IFPSFileObject file
|
|
362
|
-
- moved unused Sharing code to delete subfolder for now
|
|
363
|
-
- imported SharingElements from PivotTiles but split into files: createChronoSortedSharingEvents, createItemSharingTable, createShareEventsGroupedByItem, openLinkInNewTabUsingDatahref
|
|
364
|
-
|
|
365
|
-
## 1.1.119 - 2023-Dec 07: Add SharedItems code from ECStorage for Drilldown Perms
|
|
366
|
-
- updated ReactListView to start rendering HasUniqueRoleAssignments column >> https://github.com/mikezimm/drilldown7/issues/337
|
|
367
|
-
- @mikezimm/fps-styles": "^1.0.55"
|
|
368
|
-
- Created folder: src/components/atoms/SharedItems/
|
|
369
|
-
- ISharedWithUser ISharingEvent IItemSharingInfo IMySharingInfoSet IMySharingInfo
|
|
370
|
-
- buildChronoSortedSharingEvents, buildShareEventsGroupedByItem, createDetailsShareTable, openLinkInNewTabUsingDatahref,
|
|
371
|
-
- processSharedItems, getDateFromDetails
|
|
372
|
-
|
|
373
|
-
## 1.1.119 - 2023-Dec 05: SourcePage JSON, Infinate
|
|
374
|
-
- update expirationMsg to only show time if expiring in next week.
|
|
375
|
-
- updated the BannerTitle length to allow for longer titles when screen was wider
|
|
376
|
-
- updated SelectedTableHook to add array of selected column Titles
|
|
377
|
-
|
|
378
|
-
## 1.1.118 - 2023-Dec 05: SourcePage JSON, Infinate
|
|
379
|
-
- add new DoNotExpandLinkColumns for Drilldown: `xyz.com` , `xyz.com+2Slashes` , `xyz.com+3Slashes` ,`xyz.com+4Slashes`, `xyz.com+5Slashes`, `2Folder`, `23Folder`;
|
|
380
|
-
- updated getHelpStringFunctions
|
|
381
|
-
- update SourcePages to have optional JSON output.
|
|
382
|
-
- added to ISourcePagesProps: ReactJSONSettings?: IReactJSONSettings;
|
|
383
|
-
- added to ISourcePagesProps: jsonOption?: ISourceJsonOption; export type ISourceJsonOption = 'Only' | 'Default' | 'Enable' | 'Never';
|
|
384
|
-
|
|
385
|
-
- create function to build default ReactJson object: FPSReactJSON
|
|
386
|
-
- added createListSource, DefaultListSource, createSingleListItem function from ItemNinja
|
|
387
|
-
- update SourceSearchAgeHook to include farLeftEle which could be for JSON/Infinate items buttons
|
|
388
|
-
- create SourcePageREADME for easier usage in future
|
|
389
|
-
- update FieldPane to accept selectedHeaderIcon: [] in order to have option of multiple buttons in future
|
|
390
|
-
|
|
391
|
-
## 1.1.117 - 2023-Dec 03: SourcePage JSON, Infinate
|
|
392
|
-
- add farLeftEle to SearchBoxRowAge, SourceSearchAgeHook to include farLeftEle which could be for JSON/Infinate items buttons
|
|
393
|
-
- add leadEle to sourceButtonRow which gets placed before the main buttons.
|
|
394
|
-
- add infinate option to SourcePage JSON buttons
|
|
395
|
-
|
|
396
|
-
## 1.1.116 - 2023-Dec 03: FPSReactJSON, SourcePage JSON
|
|
397
|
-
- create FPSReactJSON function
|
|
398
|
-
- add optional JSON to SourcePages format
|
|
399
|
-
|
|
400
|
-
## 1.1.115 - 2023-Dec 01: createListSource, SourcePage, FieldPane
|
|
401
|
-
- Added SourcePage README
|
|
402
|
-
- Add selectedHeaderIcon to FieldPane to send selected fields back to parent
|
|
403
|
-
- add createListSource for creating EmptyListSource
|
|
404
|
-
|
|
405
|
-
## 1.1.112 - 2023-Dec 01:
|
|
406
|
-
- npm install @mikezimm/fps-pnp2@1.0.58 fix result.item = saveResult.data;
|
|
407
|
-
- add createListSource for creating EmptyListSource
|
|
408
|
-
|
|
409
|
-
## 1.1.111 - 2023-Dec 01: createListItemAsyncV2
|
|
410
|
-
- create createSaveableListItems function from Item Ninja
|
|
411
|
-
- update npm install @mikezimm/fps-pnp2@1.0.56
|
|
412
|
-
- create createListItem and ICreateListItemReturn for saving generic list items and getting full return object
|
|
413
|
-
|
|
414
|
-
## 1.1.110 - 2023-Nov 30: hardCert
|
|
415
|
-
- add hardCert option
|
|
416
|
-
|
|
417
|
-
## 1.1.105 - 2023-Nov 30: getCert
|
|
418
|
-
- fix getCert logic, add getCertElement to top of Panel
|
|
419
|
-
|
|
420
|
-
## 1.1.104 - 2023-Nov 30: getCert
|
|
421
|
-
- tweaked getCert logic NeverExpires
|
|
422
|
-
|
|
423
|
-
## 1.1.103 - 2023-Nov 30: getCert
|
|
424
|
-
- update getCert logic to accept defaults at end and NeverExpires as last resort
|
|
425
|
-
|
|
426
|
-
## 1.1.102 - 2023-Nov 30: getDateFromNow, FPSTextInput
|
|
427
|
-
- import FPSTextInput from cucumber, and break into smaller files
|
|
428
|
-
- create getDateFromNow, NeverDate, DateIn1Weeks, DateIn2Weeks, DateIn4Weeks
|
|
429
|
-
DateIn1Year, DateIn2Year, DateIn3Year, DateIn5Year
|
|
430
|
-
|
|
431
|
-
## 1.1.101 - 2023-Nov 30: BannerSettings
|
|
432
|
-
- "@mikezimm/fps-styles": "^1.0.54" for bannerSettings.css
|
|
433
|
-
- tweak getCertElement
|
|
434
|
-
- add to BannerSettings: SitePages, SiteAssets, ReIndex, TermStore
|
|
435
|
-
- adjust banner setting styles: bannerCommandStylesSCA
|
|
436
|
-
|
|
437
|
-
## 1.1.100 - 2023-Nov 30: fpsCert, gitCucumber
|
|
438
|
-
-tweak getCertElement
|
|
439
|
-
|
|
440
|
-
## 1.1.99 - 2023-Nov 30: fpsCert, gitCucumber
|
|
441
|
-
- move fpsCert to nearElements
|
|
442
|
-
- tweak sendFeedback email
|
|
443
|
-
- reduce default banner icon marginRight to 5px
|
|
444
|
-
- fix getCert to show correct tenant value
|
|
445
|
-
- add warn icon to getCertElement
|
|
446
|
-
|
|
447
|
-
## 1.1.98 - 2023-Nov 30: fpsCert, gitCucumber
|
|
448
|
-
- update fpsCert logic
|
|
449
|
-
|
|
450
|
-
## 1.1.97 - 2023-Nov 29: fpsCert, gitCucumber
|
|
451
|
-
- add to class: _IFPSCert: IFPSCert[];
|
|
452
|
-
- add to bannerProps: fpsCert: IFPSCert;
|
|
453
|
-
- add expireSpan to BannerTitle
|
|
454
|
-
- update sendFeedback to accept fpsCert and move to separate file
|
|
455
|
-
|
|
456
|
-
## 1.1.96 - Classic and EasyIcons
|
|
457
|
-
- auto-disable features in Classic Pages: _allowPandoramic, _allowFullPageBG, _allowPinMe
|
|
458
|
-
- add EasyIcons Group: Websites:
|
|
459
|
-
|
|
460
|
-
## 1.1.95 - FPSEnviro to IWebpartBannerProps
|
|
461
|
-
- Add FPSEnviro to IWebpartBannerProps, added in mainWebPartRenderBannerSetupX
|
|
462
|
-
|
|
463
|
-
## 1.1.93 - 2023-Nov 26: Harden Context https://github.com/mikezimm/pivottiles7/issues/320
|
|
464
|
-
- runFPSSuperOnInit requires Environment to test if on Classic or Modern
|
|
465
|
-
- update LegacyPageContextCopy_15_2 with additional properties
|
|
466
|
-
- created EnvironmentType_String_15_2 and EnvironmentType_15_2
|
|
467
|
-
in src/common/interfaces/@msft/1.15.2/EnvironmentType.ts
|
|
468
|
-
- update IFPSEnviro with additional props AND legacyPageContext: LegacyPageContextCopy_15_2;
|
|
469
|
-
- update createFPSEnviroOnWindow to include the new props from IFPSEnviro
|
|
470
|
-
|
|
471
|
-
## 1.1.92 - 2023-Nov 26: gitRepoLinks
|
|
472
|
-
- create 3 new gitRepoLinks: gitWikiMaster, gitComplianceInsights, gitItemNinja
|
|
473
|
-
|
|
474
|
-
## 1.1.91 - 2023-Nov 26: spfx-property-controls
|
|
475
|
-
- reverted @pnp/spfx-property-controls@3.15.0 to >> npm install @pnp/spfx-property-controls@3.6.0
|
|
476
|
-
- 3.15 bumped everything to 1.18.2, fluentui to 8.106
|
|
477
|
-
|
|
478
|
-
## 1.1.90 - 2023-Nov 25: createWebNav
|
|
479
|
-
- npm install @mikezimm/fps-pnp2@1.0.55
|
|
480
|
-
|
|
481
|
-
## 1.1.89 - 2023-Nov 25: UPGRADE FOR 1.17.3 and react 17
|
|
482
|
-
- replace all "office-ui-fabric-react": "^7.199.1" wtih "@fluentui/react": "^7.199.1"
|
|
483
|
-
- replace react, react-dom 16.13.1 with 17.0.1, also update react and react-dom types
|
|
484
|
-
|
|
485
|
-
## 1.1.88 - 2023-Nov 24: Add _expandPropsEasyModeCount to FPSBaseClass
|
|
486
|
-
- Update FPSBaseClass and IThisFPSWebPartClass
|
|
487
|
-
- protected _expandPropsEasyModeCount: number = 2; // Can be used to auto-expand easy-mode on first load of prop pane
|
|
488
|
-
- _expandPropsEasyModeCount: number;
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
## 1.1.87 - 2023-Nov 24: - https://github.com/mikezimm/PageInfo/issues/147
|
|
492
|
-
- forgot to build 1.1.86 :(
|
|
493
|
-
- npm install @mikezimm/fps-styles@1.0.53 for https://github.com/mikezimm/PageInfo/issues/145
|
|
494
|
-
- created setSearchParamToUrl and deleteSearchParamFromUrl from FPSBaseClass > protected _addParamToUrl
|
|
495
|
-
- revised FPSBaseClass protected _addParamToUrl to call setSearchParamToUrl()
|
|
496
|
-
|
|
497
|
-
## 1.1.86 - 2023-Nov 24: - https://github.com/mikezimm/PageInfo/issues/143 & 144
|
|
498
|
-
- Fix GetItems.ts: add FPSItem to item and pass in OriginalHTMLConversions to replaceHTMLEntities
|
|
499
|
-
- Fix src/logic/Strings/htmlV2 - fix conversion loop, fix HTMLConstants
|
|
500
|
-
- update easypages.css for PageInfo web part: https://github.com/mikezimm/PageInfo/issues/143
|
|
501
|
-
npm install @mikezimm/fps-styles@1.0.52
|
|
502
|
-
|
|
503
|
-
## 1.1.85 - 2023-Nov 24: - SlickSections
|
|
504
|
-
- add _lastPropPaneChange to Class so PropPaneGroup Title can be updated without closing group
|
|
505
|
-
- Added to: FPSBaseClass, IThisFPSWebPartClass, onFPSPropPaneCHanged
|
|
506
|
-
|
|
507
|
-
## 1.1.84 - 2023-Nov 22: - getEasyIcon
|
|
508
|
-
- fix PictureThumbnailURL in buildFPSSubHubTileItems and buildFPSAnyTileItems, standardize to ThisItemAny
|
|
509
|
-
|
|
510
|
-
## 1.1.83 - 2023-Nov 22: -
|
|
511
|
-
- update getWebNav and IStateSourceNav with .loaded prop // https://github.com/fps-solutions/HubCon/issues/78
|
|
512
|
-
|
|
513
|
-
## 1.1.82 - 2023-Nov 22: - updateCommandItems, Performance, getEasyIcon, logic/Strings/htmlV2
|
|
514
|
-
- fix updateCommandItems: https://github.com/fps-solutions/Rtf-Fixer/issues/30
|
|
515
|
-
- fix Performance/Tables for RTF Fixer
|
|
516
|
-
- fix getEasyIcon to look for DefaultSiteLogo and find alt if it can. Else return DefaultSiteLogo
|
|
517
|
-
- create src/logic/Strings/htmlV2 - updated version of src/logic/Strings/html
|
|
518
|
-
uses array of IFPSHtmlConvert objects for easier reusability and scaling... also catching additional entities
|
|
519
|
-
|
|
520
|
-
## 1.1.81 - 2023-Oct 24: - fieldPanel, fetchListList, createItemsRow
|
|
521
|
-
- migrate getFieldPanelElement from Drilldown so only need to pass in banner props.
|
|
522
|
-
- fix fetchListList fix if web === null
|
|
523
|
-
- update createItemsRow in case .ops does not exist https://github.com/fps-solutions/Rtf-Fixer/issues/22
|
|
524
|
-
|
|
525
|
-
## 1.1.80 - 2023-Oct 23: - adWebNav, updateCommandItems
|
|
526
|
-
- bump to npm install @mikezimm/fps-pnp2@1.0.54
|
|
527
|
-
- update IUpdateCommandItemReturn: add webUrl: string; listTitle: string; Id so you have props for logging
|
|
528
|
-
- update updateCommandItems to include performance
|
|
529
|
-
- update addWebNav: update status for common error: MissingDestination
|
|
530
|
-
|
|
531
|
-
## 1.1.79 - 2023-Oct 18: - Command Divider and Title options
|
|
532
|
-
- update styles on new Divider and Title
|
|
533
|
-
- update sample to have each in it's own row
|
|
534
|
-
- add onClick to Title and Divider as well
|
|
535
|
-
- add Divider and Title to buildQuickCommands
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
## 1.1.78 - 2023-Oct 18: - Command Divider and Title options
|
|
539
|
-
- https://github.com/mikezimm/drilldown7/issues/237
|
|
540
|
-
- create export type IQuickButtonType = 'label-only' | 'divider'; add to IQuickButton : type?: IQuickButtonType;
|
|
541
|
-
- update SampleCommands.ts object to include both a divider AND label
|
|
542
|
-
- update createPanelButtonsV2 to create the divider and label object.
|
|
543
|
-
|
|
544
|
-
## 1.1.77 - 2023-Oct 18: - updateListItem
|
|
545
|
-
- update updateReactListItem to solve error when there is a proposed text update to a link column.
|
|
546
|
-
- update updateReactListItem get correct currentUrl.
|
|
547
|
-
- add way to show CommandButton Code in panel:
|
|
548
|
-
- add showCommandCode to IReactListItemsState
|
|
549
|
-
- update _panelButtonClickedv2 to accept event and if ctrlKey OR altKey is true, set showCommandCode to true
|
|
550
|
-
- update createPanelButtonsV2 to accept event and if true, show ReactJSON for each button below it's row.
|
|
551
|
-
- Add ctrl-click Tip to Commands help.
|
|
552
|
-
|
|
553
|
-
## 1.1.76 - 2023-Oct 18: - updateListItem
|
|
554
|
-
- update ListPerformance bold samples
|
|
555
|
-
- add link and spo types to SampleCommands: "SharePointLink": "{{spo require}}", "OtherLink": "{{link require}}"
|
|
556
|
-
- update Commands.tsx PropPaneHelp to include examples for links
|
|
557
|
-
- update 'updateReactListItem.tsx' for new link logic.
|
|
558
|
-
|
|
559
|
-
## 1.1.75 - 2023-Oct 16: - Drilldown
|
|
560
|
-
- fix StringFunctions flex-wrap css and order
|
|
561
|
-
|
|
562
|
-
## 1.1.74 - 2023-Oct 16: - Drilldown
|
|
563
|
-
- fix StringFunctions flex arrays and ListPerformance link to Odata Operators
|
|
564
|
-
|
|
565
|
-
## 1.1.73 - 2023-Oct 16: - Drilldown functions
|
|
566
|
-
- bump to npm install @mikezimm/fps-pnp2@1.0.52 - for getTodayRestFilter
|
|
567
|
-
- update ListPerformance.tsx for example of rest filter using [Today]
|
|
568
|
-
- update getSelectColumns in /getVX/getSelectV2 to replace ???? due to new Drilldown function
|
|
569
|
-
- RECREATE IStateSourceNav in getWebNav... apparently was hard coded in Drilldown but not carried back here.
|
|
570
|
-
|
|
571
|
-
## 1.1.72 - 2023-Oct 16: - Drilldown functions
|
|
572
|
-
- update createItemFunctionProp and IGetInterfaceV2.ts with new function options
|
|
573
|
-
- update RefinerRules.tsx for Date tips
|
|
574
|
-
- update StringFunctions.tsx to include new Number functions as well as adding more text help
|
|
575
|
-
- create function convertNumbers for Drilldown to process numbers to various scales.
|
|
576
|
-
- create new Date functions: '????-MM-DD' and 'MM-DD'
|
|
577
|
-
|
|
578
|
-
## 1.1.72 - 2023-Oct 10: - Links and SourcePages - From HubConnections Navigation page
|
|
579
|
-
- add optional status?: number to IFPSItemLink, IFPSHubNavigationItem
|
|
580
|
-
- add optional forceRender?: string; to ISourcePagesProps and SourcePages didUpdate to force a complete rerender
|
|
581
|
-
- update _LinkStatus to return -1 if url is Navigation Header fake url
|
|
582
|
-
|
|
583
|
-
## 1.1.72 - 2023-Oct 10: - Update FPSItem, FPSTile to have true altClick as callback
|
|
584
|
-
- update FpsCompactTile to match new altClick on FPSTileElement
|
|
585
|
-
|
|
586
|
-
## 1.1.71 - 2023-Oct 14: - Update FPSItem, FPSTile to have true altClick as callback
|
|
587
|
-
- update IFPSItemLink: change the 5 'clicks' to be like alt'Url' when you have hard coded url.
|
|
588
|
-
- update IFPSItemLink: change altClick to be a true onClick type event
|
|
589
|
-
- update onFPSClick for IFPSItemLink changes
|
|
590
|
-
- update FPSTileElement to handle the new altClick
|
|
591
|
-
- update buildFPSAnyTileItems and buildFPSSubHubTileItems for new interface
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
## 1.1.70 - 2023-Oct 10: - Various Drilldown updates
|
|
595
|
-
- update ListPerformance.tsx to include instructions for filtering large lists https://github.com/mikezimm/drilldown7/issues/318
|
|
596
|
-
- updated Icon import to be more specific: FPSTextInput
|
|
597
|
-
- update Drilldown help: SampleCommands - with working IconName value.
|
|
598
|
-
- update createPanelButtonsV2 to simplify button styles.
|
|
599
|
-
|
|
600
|
-
## 1.1.69 - 2023-Oct 10: - Various Drilldown updates
|
|
601
|
-
- update getCountLabel to be cleaner and also just return the number like '5' if the value did not have a decimal... like 5.00000 instead of 5.0
|
|
602
|
-
- update StringFunctions.WebPartHelpElement help info for Drilldown
|
|
603
|
-
- add new StringFunction: TitleCase to >> ITrimWords, DoNotExpandTrimWords and createItemFunctionProp
|
|
604
|
-
- create new function: get1stDigitFromString gets first digit from a string
|
|
605
|
-
- fix getLetterBuckets to work property by getting proper number from firstOrLast AND converting 'FirstInFirst5Buckets'.toLowerCase(): https://github.com/mikezimm/drilldown7/issues/361
|
|
606
|
-
- update PropPaneHelp/StringFunctions https://github.com/mikezimm/drilldown7/issues/361
|
|
607
|
-
- update createPanelAttachmentElements to add some padding at bottom: https://github.com/mikezimm/drilldown7/issues/359
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
## 1.1.68 - 2023-Oct 08: - SourcePages MultiSelect updates
|
|
611
|
-
- update SourcePages _multiCall: set this._retainViewXdidUpdates = 1; when select/un visible items, 0 when clear
|
|
612
|
-
- update SourcePages componentDidUpdate to add topSearch: [], where it was missing.
|
|
613
|
-
- update SourcePages componentDidUpdate stringify primarySource before testing for update.
|
|
614
|
-
- update SourcePages render: Update rowCSS for topButtons so they look better.
|
|
615
|
-
|
|
616
|
-
## 1.1.67 - 2023-Oct 08: - SourcePages MultiCall udpates
|
|
617
|
-
- send sendThese back to parent: this.props.multiSelectCall( command, sendThese );
|
|
618
|
-
- update multiSelectButtonRowProps: to onClick: this._multiCall >>> this._multiCall.bind( this ),
|
|
619
|
-
- create sendThese[] and filter to send back correct items. Was previously sending back all items
|
|
620
|
-
- update _multiCall to also check for !this.props.onParentCallMultiClick ||
|
|
621
|
-
|
|
622
|
-
## 1.1.66 - 2023-Oct 08: - SourcePages onParentCallMultiClick - for Shift Clicking range of items
|
|
623
|
-
- add onParentCallMultiClick to ISourcePagesProps
|
|
624
|
-
- add lastItemMultiClickIdx to ISourcePagesState
|
|
625
|
-
- update ISourceRowRender: onClick, onPropFilter, onTextFilter, onOpenPanel, onParentCall: event: React.MouseEvent
|
|
626
|
-
- update this._parentCall logic to test for shift click and call back correct function and item(s)
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
## 1.1.65 - 2023-Oct 06: - SourcePages multi-select buttons
|
|
630
|
-
- add farRightEle to ISourceSearchAgeHookProps as optional element
|
|
631
|
-
- update SourceSearchAgeHook for ageLement and farRightElement >> add ternary : undefined
|
|
632
|
-
- create IMultiSelectCommand and DefaultMultiSelectCommands
|
|
633
|
-
- create IFPSMultiSelectSourceProps for optional multi-select buttons
|
|
634
|
-
- extend ISourcePagesProps with IFPSMultiSelectSourceProps
|
|
635
|
-
- update ISourceButtonRowProps: Icons?: string[]; // Added for future use
|
|
636
|
-
- update SourcePages: add optional MultiSelectEle element if required to SearchBoxRowAge component
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
## 1.1.64 - 2023-Oct 05: - Various HubCon
|
|
640
|
-
- update analytics page handling of analyticsOptionsX. Suggested web par class when not used: // this._analyticsOptionsX = []; https://github.com/fps-solutions/HubCon/issues/33
|
|
641
|
-
- update summarizeArrayByKey to skip resorting when key= 'createdAge' because created == Id and will always show latest Date and Id on top. https://github.com/mikezimm/fps-library-v2/issues/120
|
|
642
|
-
- update itemProperties getValidPropLI to make link fields shorter so the icon does not wrap. https://github.com/mikezimm/fps-library-v2/issues/122
|
|
643
|
-
- add retainViewXdidUpdates logic to onParentCall in ISourcePagesProps and ISourceRowRender https://github.com/fps-solutions/HubCon/issues/46
|
|
644
|
-
- update SourcePages componentDidUpdate to check for retainViewXdidUpdates and allow for not refiltering when selecting filtered or ageFiltered items. https://github.com/fps-solutions/HubCon/issues/46
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
## 1.1.63 - 2023-Oct 05: - Various HubCon
|
|
648
|
-
- add departmentId to IFPSEnviro and FPSEnviro
|
|
649
|
-
- upgrade SourcePages to: hide table portion if there is an error... Should show while loading or Success
|
|
650
|
-
- update doSpJsFetch to always prepend fetch https:// if the fetchAPI starts with tentant.sharepoint.com since it should always have that part.
|
|
651
|
-
- update IFPSBaseContentType to include 'hub'
|
|
652
|
-
|
|
653
|
-
## 1.1.63 - 2023-Oct 05: - Various HubCon
|
|
654
|
-
- Change createUniversalIcons SPO Icons to be SPO Teal
|
|
655
|
-
- change STSWeb Icon from RowsChild to Org to match Compliance
|
|
656
|
-
- update IFPSNavType to include 'OnPrem' | 'Public' | '3rd Party'
|
|
657
|
-
|
|
658
|
-
## 1.1.62 - 2023-Oct 04: - ItemIsATeam ItemIsASite ItemIsAWeb
|
|
659
|
-
- Add to IItemIsAKeys: 'MSTeam' | 'STSSite' | 'STSWeb' |
|
|
660
|
-
- Add to ItemIsAKeys: 'MSTeam' , 'STSSite' , 'STSWeb',
|
|
661
|
-
- Add to IItemIsAValues : 'ItemIsATeam' | 'ItemIsASite' | 'ItemIsAWeb' |
|
|
662
|
-
- Add to ItemIsAValues: ItemIsATeam , ItemIsASite , ItemIsAWeb,
|
|
663
|
-
- Add to createUniversalIcons: Teams, Site and Web standard Icons
|
|
664
|
-
- Add standard iconNames: MSTeam = 'TeamsLogo'; STSSite = 'SharepointLogo'; STSWeb = 'RowsChild';
|
|
665
|
-
- update processHubSubResults to accept adding IsAStuff[] to items
|
|
666
|
-
|
|
667
|
-
## 1.1.61 - 2023-Oct 02: - NA
|
|
668
|
-
- forgot to build...
|
|
669
|
-
|
|
670
|
-
## 1.1.60 - 2023-Oct 02: - update FPSTile Image/Icon logic
|
|
671
|
-
- fix FPSTilesWPHelp function name... forgot to update.
|
|
672
|
-
- update processHubSubResults to accept departmentId prop and sort so those sites are first
|
|
673
|
-
- keep sandbox function filterObjArrayByUniqueKeyLONGWAY based on filterObjArrayByUniqueKey which is preferred
|
|
674
|
-
|
|
675
|
-
## 1.1.59 - 2023-Oct 02: - update FPSTile Image/Icon logic
|
|
676
|
-
- updated IFPSFileImagePriority to include option for 'code' which is kind of like if the WP Prop was totally empty... but allows you to be specific if needed.
|
|
677
|
-
- updated choices in WP Props: fpsTileFileImagePriorityChoices to include: { index: 1, key: 'code', text: "Predetermined Logic" },
|
|
678
|
-
- update FPSTiles >> getSrcAndIconBasedOnPriority so it properly uses the web part props setting first unless it's set to 'code'.
|
|
679
|
-
- Created FPSTilesWPHelp.tsx - for use with FPSTiles component in web part
|
|
680
|
-
- bump npm install @mikezimm/fps-styles@1.0.51 - GrayPropPaneAccordions.css
|
|
681
|
-
- added Readme for FPSTiles.md
|
|
682
|
-
|
|
683
|
-
- close HubCon #11 by updating FPSTileWPGroup with a label.
|
|
684
|
-
|
|
685
|
-
## 1.1.58 - 2023-Oct 02: - Modern Pages / FPSTextInput
|
|
686
|
-
- add padding to SingleModernPage
|
|
687
|
-
- migrate FPSTextInput from RTF-Fixer >> Hub Con improvements
|
|
688
|
-
- migrate formatJSONString, formatXml/formatHTML, isValidJSON, isXML/isHTML
|
|
689
|
-
|
|
690
|
-
## 1.1.57 - 2023-Sep 30: - Modern Pages
|
|
691
|
-
- update SingleModernPage to move the Prop Pain details and JSON behind the Toggle Details icon.
|
|
692
|
-
- add allHubs?: IAnySourceItem[]; to IStateSourceHubSubs // Added to filter down allHubs
|
|
693
|
-
|
|
694
|
-
## 1.1.57 - 2023-Sep 29: - Hub Nav
|
|
695
|
-
- correct logic in findSimilarNavNodes so it looks for .status instead of .ok becasue .ok is available on api calls return but not pnp
|
|
696
|
-
- correct logig in findSimilarNavNodes so that it looks for either nav.navigation ( from hub api ) or .items ( pnp web nav api )
|
|
697
|
-
|
|
698
|
-
## 1.1.56 - 2023-Sep 27: - Hub Nav
|
|
699
|
-
- update IFPSHubNav to have additional optional arrays: itemsN and metaN
|
|
700
|
-
- add fpsCotnetType of 'nav' to result.fpsContentType in fetchMyHubNav
|
|
701
|
-
- migrate type IFPSNavType = 'Label' | 'Library' | 'List' | 'Page' | 'External' | 'Unknown' | 'TBD';
|
|
702
|
-
- add Props to IFPSHubNavigationItem : selected: boolean; NavPath: string[]; navType: IFPSNavType[]; FPSItem: IFPSItem; FPSBreadCrumb: string[];
|
|
703
|
-
- add fpsContentType and index to getWebNav
|
|
704
|
-
|
|
705
|
-
## 1.1.55 - 2023-Sep 27: - Web Nav
|
|
706
|
-
- change INavErrorObj to be more consistant as IStateSourceNav
|
|
707
|
-
|
|
708
|
-
## 1.1.55 - 2023-Sep 26: - FPS Design Wizard
|
|
709
|
-
- update functions to allow FullBGImage on SPA Pages
|
|
710
|
-
runFPSSuperOnInit, runFPSWebPartRender, addCanvasBGImageComponent, updateSectionBGStyles, getWebPartHelpElementCSSWarning
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
## 1.1.54 - 2023-Sep 26: - FPS Design Wizard
|
|
714
|
-
- fix createLogic quotes issue: // https://github.com/fps-solutions/FPS-Design-Wizard/issues/14
|
|
715
|
-
- update gitFPSDesignWizard style to small
|
|
716
|
-
- update bannerPillShape style in PropPaneColsClass.tsx
|
|
717
|
-
|
|
718
|
-
## 1.1.53 - 2023-Sep 26: - FPS Design Wizard
|
|
719
|
-
- update FieldPanel for new FPS Design Wizard web part... add bannerPillShape margin
|
|
720
|
-
- add gitFPSDesignWizard
|
|
721
|
-
|
|
722
|
-
## 1.1.52 - 2023-Sep 26: - Drilldown Issues - Fixes from updates
|
|
723
|
-
- updateReactListItem: Update logic for Rich, Required, Append section
|
|
724
|
-
|
|
725
|
-
## 1.1.52 - 2023-Sep 25: - Drilldown Issues - Fixes from updates
|
|
726
|
-
- ADD NOTES for sourceButtonRow when props are undefined as in analyticsPage
|
|
727
|
-
|
|
728
|
-
## 1.1.51 - 2023-Sep 25: - Drilldown Issues - Fixes from updates
|
|
729
|
-
- update userComment... was showing <span></span> for some. src/components/molecules/ReactListV1/functions/updateReactListItem.tsx
|
|
730
|
-
- update convertUTCTime to show a label when 'opposite' of label....
|
|
731
|
-
- update getBestTimeDelta - now AUTOMATICALLY adds 'ago' or 'from now' depending on what is needed.
|
|
732
|
-
|
|
733
|
-
## 1.1.50 - 2023-Sep 25: - Drilldown Issues
|
|
734
|
-
- Remove duplicate Audience related interfaces: src/banner/propPane/Audiences/Interfaces.ts
|
|
735
|
-
- Reference these interfaces: src/banner/propPane/Audiences/AudiencePropGroup.ts
|
|
736
|
-
- ReactListView updates
|
|
737
|
-
- add to IReactListItemsProps: richMarginAuto, listNewForm, listViewForm, itemLinkSource, bannerProps
|
|
738
|
-
- richMarginAuto: default = true, resolves Drilldown issue of classic rich text margin for some cases.
|
|
739
|
-
- listNewForm: custom NewItem form url
|
|
740
|
-
- listViewForm: custom ViewItem form url
|
|
741
|
-
- itemLinkSource: custom source paramter for when you close a form
|
|
742
|
-
- updateReactListItem: Fix cases when user presses Cancel when for Command button
|
|
743
|
-
- createItemFunctionProp, ITrimWords: Update to include options for 'ALLUPPERCASE' | 'alllowercase'
|
|
744
|
-
- convertUTCTime , ITrimTimes: Update to include options for 'DaysAgo' | 'WeeksAgo' | 'DaysFromNow' | 'WeeksFromNow' | 'TimeFromNow'
|
|
745
|
-
- create ITimeDeltaInWhat for Time functions: getTimeDelta, getAge
|
|
746
|
-
- css class: fps-gen-goToLink-theme - Correct link color from theme
|
|
747
|
-
|
|
748
|
-
## 1.1.49 - 2023-Sep 20: - New repoLinks
|
|
749
|
-
- update IMyProgress due to missed updates from prior version.
|
|
750
|
-
refLabel: string; step: string; verb: string; status: string; checkValue: any; returnField: any; item: any;
|
|
751
|
-
- create new repoLinks for: gitProvisionPal and gitRtfFixer
|
|
752
|
-
|
|
753
|
-
## 1.1.48 - 2023-Sep 20: - fps-pnp2
|
|
754
|
-
- bump npm install @mikezimm/fps-pnp2@1.0.51 - add AlreadyExisted to IFPSResultStatus and FPSResultCommonErrors
|
|
755
|
-
|
|
756
|
-
## 1.1.47 - 2023-Sep 20: - RichText Editor
|
|
757
|
-
- update ISourceButtonRowProps: add disabled? prop for disabling buttons, add descEle? for small description text in block element below buttons
|
|
758
|
-
- migrate FPSTemplates.ts, IDefinedLists.ts, IMakeThisList.ts from FPS-Form Provsioning component
|
|
759
|
-
- update saveAssist function from EasyContents for reuse in Provisioning.
|
|
760
|
-
- update saveProvisioning function from EasyContents for reuse in Provisioning.
|
|
761
|
-
|
|
762
|
-
## 1.1.47 - 2023-Sep 18: - Various Provisioning Accordion
|
|
763
|
-
- Update IMyProgress to include: timeMS, rowLabel, current, ofThese, array, id ( to combine setProgress and notify functions in Easy Contents logging )
|
|
764
|
-
- add contentStylesHidden to IMinAccordionProps to allow flexibility of having content partially visible when collapsed ( like a peak mode )
|
|
765
|
-
- add to IListInfo ( Provisioning ): BaseTemplate?: number; Base?: number; DefaultViewPath?: any; DefaultViewUrl?: string;
|
|
766
|
-
- add to IViewField ( Provisioning ): 2023-09-15: Added these to improve viewServices logic just adding it to the view definition itself.
|
|
767
|
-
foundView?: boolean; actualViewSchema?: string; viewFieldsSchemaString?: string; viewWhereXML?: string; viewOrderByXML?: string; viewGroupByXML?: string; errMess?: string;
|
|
768
|
-
- add to IZSentAnalytics ( Provisioning ): TargetList?: ISimpleLink; SiteLink?: ISimpleLink;
|
|
769
|
-
- refactor loadProperties logic in saveAnalytics2
|
|
770
|
-
- only update finalSaveObject.SiteLink in saveAnalytics2 if it does not exist... that way a custom one can be passed in.
|
|
771
|
-
- migrate saveAssist function from EasyContents for reuse in Provisioning.
|
|
772
|
-
- migrate saveProvisioning function from EasyContents for reuse in Provisioning.
|
|
773
|
-
|
|
774
|
-
## 1.1.47 - 2023-Sep 05: - Various Provisioning related
|
|
775
|
-
- add slash between webUrl and webRelativeLink in gotoListLink's onClick function
|
|
776
|
-
- add webPartFPSItem test in src/components/molecules/FPSTiles/functions/Any/createErrorFPSTileItem.tsx
|
|
777
|
-
- fix indexOf() > -1 in src/logic/Erros/friendly.ts
|
|
778
|
-
|
|
779
|
-
## 1.1.46 - 2023-Sep 03: - Update ListTemplate files
|
|
780
|
-
- create Provisioning function: replaceTitleWithThisColumn
|
|
781
|
-
- create ootbLinkFilename
|
|
782
|
-
|
|
783
|
-
## 1.1.45 - 2023-Sep 03: - Migrate ListTemplate files from npmFunctions
|
|
784
|
-
- create getXYearsAsNumbers and getXYearsAsStrings for building Year provisioning column
|
|
785
|
-
- migrate src/Lists_/XYZ to src/components/molecules/Provisioning
|
|
786
|
-
- migrate src/Lists_/colummTypes_.ts
|
|
787
|
-
- migrate src/Lists_/viewTypes_.ts
|
|
788
|
-
- migrate src/Lists_/listTypes_.ts
|
|
789
|
-
- migrate src/Lists_/columnsOOTB.ts
|
|
790
|
-
|
|
791
|
-
## 1.1.44 - 2023-Aug 18: - PageContextCopy_15_2_Site and IPerformance - Library Provisioning
|
|
792
|
-
- add serverRelativeUrl to PageContextCopy_15_2_Site
|
|
793
|
-
- add 'create' group to IPerformance --> IUnifiedPerformanceOpsKeys , IFpsErrorObjectOpKeys
|
|
794
|
-
- add create to ILoadPerformance { ops: create? }
|
|
795
|
-
- add create0 to create12 to ILoadPerformance { ops: create0? }
|
|
796
|
-
- add create to IMinPerformance { ops: create? }
|
|
797
|
-
- add create0 to create12 to IMinPerformance { ops: create0? }
|
|
798
|
-
|
|
799
|
-
## 1.1.43 - 2023-Aug 17: - FPS ListItemPicker
|
|
800
|
-
- update apiFetchFilesQuery to include select: FileSystemObjectType
|
|
801
|
-
- update cleanWebFileList to exclude folders if there are no file type filters: FileSystemObjectType === 1
|
|
802
|
-
- update onListItemPropPaneStart to change wpProps.webUrlPickerValue if === 'CurrentSite'
|
|
803
|
-
- update testValidWebUrl to return true if the web is valid and approvedWebs is empty
|
|
804
|
-
- update src/banner/components/ItemPicker/README-ListItemPicker.md
|
|
805
|
-
|
|
806
|
-
## 1.1.41 - 2023-Aug 17: - FPS ListItemPicker
|
|
807
|
-
- Migrate ListItemPicker from SecureScript web part into src/banner/components/ItemPicker
|
|
808
|
-
- Add Interface/Init values to IThisFPSWebPartClass and FPSBaseClass
|
|
809
|
-
- add src/banner/components/ItemPicker/README-ListItemPicker.md
|
|
810
|
-
|
|
811
|
-
## 1.1.40 - 2023-Aug 15: - FPS Accordion
|
|
812
|
-
- add titleClass, componentClass to IMinAccordionProps
|
|
813
|
-
- change contentStyles to contentStylesVis in IMinAccordionProps
|
|
814
|
-
- change refreshId to IMinAccordionProps to force update if content has updated
|
|
815
|
-
|
|
816
|
-
## 1.1.40 - 2023-Aug 10: - PropPanelHelpMessage
|
|
817
|
-
- fix fps-pph-look-here relavent classes determined in src/banner/bannerX/FetchBannerX.tsx
|
|
818
|
-
|
|
819
|
-
## 1.1.39 - 2023-Aug 10: - Banner - PropPanelHelpMessage
|
|
820
|
-
- updated for new Help-Look bar: npm install @mikezimm/fps-styles@1.0.47
|
|
821
|
-
- add HelpMessage to banner when PropPane Help is NOT visible but you are in Edit Mode.
|
|
822
|
-
- dynamically add classes to banner when appropriate: 'fps-display-edit' : 'fps-display-view', 'bannerPillShapeSideMargin'
|
|
823
|
-
- fix analyticsPage checkDeepProperty call
|
|
824
|
-
- updated checkDeepProperty to now handle when obj === null || undefined
|
|
825
|
-
|
|
826
|
-
## 1.1.37 - 2023-Aug 10: - SecureScript7V2 sourceButtonRow
|
|
827
|
-
- update: ISourceButtonRowProps --> add optional rowCSS?: React.CSSProperties; buttonCSS?: React.CSSProperties;
|
|
828
|
-
- update createPerformanceRows to take minMSToShow
|
|
829
|
-
- count if rows with ms value > minMSToShow and only return a value if there is something to show.
|
|
830
|
-
- in EasyAnalyticsHook, only show process Table if it's greater than 10ms
|
|
831
|
-
|
|
832
|
-
## 1.1.36 - 2023-Aug 10: - SecureScript7V2 sourceButtonRow
|
|
833
|
-
- update ISourceButtonRowProps and sourceButtonRow to include heading?: JSX.Element; // Heading above row of buttons
|
|
834
|
-
- update EasyAnalyticsHook to pass in heading Element in OptionRowProps and ButtonRowProps
|
|
835
|
-
|
|
836
|
-
## 1.1.35 - 2023-Aug 10: - SecureScript7V2 updates
|
|
837
|
-
- add analyticsWebX & analyticsOptionsX to IEasyAnalyticsProps, EasyAnalyticsHook,
|
|
838
|
-
- add to createAnalyticsSourceProps, getAnalyticsSummary, createAnalyticsSourceProps
|
|
839
|
-
- add to _analyticsWebX: string = AnalyticsWeb; _analyticsOptionsX: string = ['']
|
|
840
|
-
to FPSBaseClass, IThisFPSWebPartClass
|
|
841
|
-
|
|
842
|
-
## 1.1.34 - 2023-Aug 09: - Build/Refactor the getFPSTileItems series: Items, Webs, Lists
|
|
843
|
-
- fix item.File undefined error in getEasyIcon
|
|
844
|
-
- create const CommonSuppressKeys: IItemIsAKeys[]
|
|
845
|
-
- update createItemHighlights to accept surpressIsAKeys to not build those highlights
|
|
846
|
-
- create re-usable: addFPSViewHighlightElements to add View and Highlights Elements to FPSItem.Elements
|
|
847
|
-
- create generic functions: buildFPSAnyTileItems which creates baseline item.FPSItem.Image/Icon/Link
|
|
848
|
-
- move createErrorFPSTileItem to own file for easy re-use
|
|
849
|
-
- create makeFPSSubHubTiles
|
|
850
|
-
- rebuild getFPSHubTiles to use makeFPSSubHubTiles
|
|
851
|
-
- create getFPSItemTiles and getFPSListTiles which use makeFPSItemTiles and makeFPSListTiles
|
|
852
|
-
- create makeFPSItemTiles and makeFPSListTiles based on FPSTile Component and PivotTiles code
|
|
853
|
-
|
|
854
|
-
## 1.1.33 - 2023-Aug 08: tileFileImagePriority - determine how to handle file images ( not including site pages )
|
|
855
|
-
- added tileFileImagePriority to: IFPSTileElementExtras and IFpsTileComponentWPProps
|
|
856
|
-
- added tileFileImagePriority to: PreConfigFpsTileCompProps and changesFpsTileComp
|
|
857
|
-
- created IFPSFileImagePriority, FPSFileImagePriorityValues
|
|
858
|
-
- added tileFileImagePriority to PropPaneGroup: FPSTileWPGroup
|
|
859
|
-
- create getSrcAndIconBasedOnPriority to resuse selection logic between components
|
|
860
|
-
|
|
861
|
-
## 1.1.33 - 2023-Aug 07: add SearchTypes to addSearchFileDataItemsV2 to get iconName and iconColor
|
|
862
|
-
- add pst to StdFileKeys and StdFileSearchTypes (outlook file)
|
|
863
|
-
- add SearchTypes to addSearchMetaAllV2, addSearchFileDataV2 & addSearchFileDataItemsV2
|
|
864
|
-
- update FPSItem.Search props in addSearchFileDataV2 - passes in Title,Desc, all Types if provided
|
|
865
|
-
|
|
866
|
-
## 1.1.33 - 2023-Aug 06: addSearchFileDataV2, ModernSitePagesColumnsPivotTiles
|
|
867
|
-
- update check4MissingSelects logic
|
|
868
|
-
- fix some File logic in addSearchFileDataV2
|
|
869
|
-
- update ModernSitePagesColumnsPivotTiles to use other standard arrays if possible.
|
|
870
|
-
|
|
871
|
-
## 1.1.32 - 2023-Aug 06: getSourceItems
|
|
872
|
-
- forgot save ModernSitePagesColumns
|
|
873
|
-
|
|
874
|
-
## 1.1.31 - 2023-Aug 06: getSourceItems
|
|
875
|
-
- add DocIcon to IAnyFileItem
|
|
876
|
-
- create addSearchMetaAllV2, addSearchFileDataItemsV2 for implimenting all PivotTiles file search
|
|
877
|
-
- merge libraryColumns into ModernSitePagesColumns
|
|
878
|
-
- add remaining ModernSitePagesColumns to IAnyPageItem and IAnyNewsItem
|
|
879
|
-
|
|
880
|
-
## 1.1.30 - 2023-Aug 06: getSourceItems
|
|
881
|
-
- fix getSourceItems result.fpsContentType when sourceProps.fpsContentType === undefined
|
|
882
|
-
|
|
883
|
-
## 1.1.30 - 2023-Aug 03: FpsCompactTile - improve Compact style
|
|
884
|
-
- fix farContent content and postion in FpsCompactTile
|
|
885
|
-
- "@mikezimm/fps-styles": "^1.0.45"
|
|
886
|
-
|
|
887
|
-
## 1.1.29 - 2023-Aug 03: FpsCompactTile - improve Compact style
|
|
888
|
-
- create filterObjArrayByUniqueKey
|
|
889
|
-
- attempt to improve styling of tiles: processHubSubResults
|
|
890
|
-
- create WebSourceProps from HubSubSourceProps
|
|
891
|
-
- update fetchMyHubsites: result.fpsContentType = [ depth ];
|
|
892
|
-
- update FpsCompactTile by creating var: showAsSize to use in adjusting styling during certain instances
|
|
893
|
-
|
|
894
|
-
## 1.1.28 - 2023-Aug 03: FpsCompactTile & css
|
|
895
|
-
- npm install @mikezimm/fps-styles@1.0.44
|
|
896
|
-
- add optional farContent to FpsCompactTile and FpsTileComponent, fetchMyHubsites, getHubAssocSites
|
|
897
|
-
- add optional depth: 'site' | 'web' to getFPSHubTiles
|
|
898
|
-
- fix mergeDeep to not do anything on skips... was still setting target=source if it matched. NEED TO VERIFY on FUNCTIONS though
|
|
899
|
-
- update buildFpsTileWPProps to also set min width when using small or med... but does not seem to do anything. So also added it directly in component.
|
|
900
|
-
- add minWidth capability to FpsTileComponent when using small or med compact tile
|
|
901
|
-
|
|
902
|
-
## 1.1.27 - 2023-Aug 02: FpsCompactTile & css
|
|
903
|
-
- bump to npm install @mikezimm/fps-styles@1.0.43
|
|
904
|
-
|
|
905
|
-
## 1.1.26 - 2023-Aug 03: FpsCompactTile & css
|
|
906
|
-
- add FpsCompactTile component from PFS-Tile-Component
|
|
907
|
-
- add tileLayout property to FpsTileComponent which will determine layout for items
|
|
908
|
-
- add tileLayout to IFPSTileElementExtras, changesFpsTileComp, PreConfigFpsTileCompProps and IFpsTileComponentWPProps
|
|
909
|
-
- add PropPaneProperty called FPSTileLayoutChoiceProperty which can be used for simple mode.
|
|
910
|
-
- add FPSTileWPGroup to FPSTileWPGroup
|
|
911
|
-
- add IFPSCompactTileSize , IFPSTileLayout and FPSTileLayoutValues
|
|
912
|
-
|
|
913
|
-
## 1.1.26 - 2023-Aug 02: FPSTileComponet & css
|
|
914
|
-
- fix 'null' as string description in buildFPSSubHubTileItems
|
|
915
|
-
- set content1 and content2 as undefined in buildFPSSubHubTileItems
|
|
916
|
-
- clean up unused imports
|
|
917
|
-
|
|
918
|
-
## 1.1.25 - 2023-July 31: FPSTileComponet & css
|
|
919
|
-
- update components/atoms/Highlights/createContentViewsRecent.tsx:
|
|
920
|
-
require('@mikezimm/fps-styles/dist/pubDate.css');
|
|
921
|
-
|
|
922
|
-
## 1.1.24 - 2023-July 31: FPSTileComponet & css
|
|
923
|
-
- add componentDidUpdate and refreshId to FpsTileComponent
|
|
924
|
-
- fix SubHub Highlights icons... ItemIsAKeys was missing ArchiveContent, PopularLifeTime='blue' now
|
|
925
|
-
|
|
926
|
-
## 1.1.23 - 2023-July 31: FPSTileComponet & css
|
|
927
|
-
- update IAnyWeb to add SiteLogo and PictureThumbnailURL due to different responses from different fetches
|
|
928
|
-
- update css require statements for FpsTileComponent
|
|
929
|
-
- update IFpsTileComponentProps to include className & reactStyles, bannerProps added as well but not currently used.
|
|
930
|
-
- update buildFPSSubHubTileItems to get imageUrl from alternate results properties ( SiteLogoUrl, PictureThumbnailURL ) depending on api used
|
|
931
|
-
- update getFPSHubTiles to return IStateSourceHubSubs
|
|
932
|
-
- create HubSubSourceProps for use with Hub Con
|
|
933
|
-
- add SiteLogoUrl to hubSelects so it gets logos in more types of return objects
|
|
934
|
-
|
|
935
|
-
## 1.1.22 - 2023-July 31: FPSTileComponet & css
|
|
936
|
-
- create changesFpsTileComp and PreConfigFpsTileCompProps
|
|
937
|
-
|
|
938
|
-
## 1.1.21 - 2023-July 31: FPSTileComponet & css
|
|
939
|
-
- migrate actual FpsTileComponent
|
|
940
|
-
- update css require statements for FpsTileComponent
|
|
941
|
-
|
|
942
|
-
## 1.1.20 - 2023-July 31: FPSTileComponet css
|
|
943
|
-
npm install @mikezimm/fps-styles@1.0.41
|
|
944
|
-
|
|
945
|
-
## 1.1.19 - 2023-July 31: getFPSHubTiles, PivotTiles/FPSTileComponet migration
|
|
946
|
-
- create createErrorFPSTileItem in src/components/molecules/FPSTiles/functions/ErrorMessages.tsx
|
|
947
|
-
- update getFPSHubTiles to create error Tile in results if needed.
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
## 1.1.19 - 2023-July 30: getFPSHubTiles, PivotTiles/FPSTileComponet migration
|
|
951
|
-
- change addOtherIsAMeta to addListIsAMeta, remove from addSearchMeta1 << MUST BE ADDED WHERE LISTS ARE USED >>
|
|
952
|
-
- create getFPSHubTiles, processHubSubResults, buildFPSSubHubTileItems which was derived from
|
|
953
|
-
- PivotTiles: getHubAssocSites and BuildTileCollection but does not add category props.
|
|
954
|
-
- However, is baseline fetch for getting HubSites for FPSTiles
|
|
955
|
-
- migrate FPSTileWPGroup and x from FPSTileComponent
|
|
956
|
-
- create buildFpsTileWPProps to IFpsTileComponentWPProps up WPProps
|
|
957
|
-
- refactor SpHttp/HubsSubs functions to ./fetches, ./functiuons and ./interfaces
|
|
958
|
-
- migrage createContentItemCount, createContentPubDate, createContentViewsRecent and createItemHighlights from PivotTiles
|
|
959
|
-
|
|
960
|
-
## 1.1.19 - 2023-July 30: addSearchMeta
|
|
961
|
-
- replace string ItemTypes in StdFileSearchTypes with const values
|
|
962
|
-
- add ContentGroupArchive, ItemIsArchiveContent to both IsA and also Search
|
|
963
|
-
- add "tar", "rar", "lzh" to StdFileKeys
|
|
964
|
-
- change addDateTimeFileInfoSearch to addDateTimeInfoSearch because I moved File things to it's own file.
|
|
965
|
-
- add createdNote and modifiedNote to IFPSItemStamp and addDateTimeFileInfoSearch
|
|
966
|
-
- create addSearchMetaAll which will do all the addSearch functions
|
|
967
|
-
- clean up the addSearchMeta functions
|
|
968
|
-
|
|
969
|
-
## 1.1.17/18 - 2023-July 27: IsA
|
|
970
|
-
- create addSearchFileData and refactor all IsAFile stuff from addSearchMeta1 and other places into addSearchFileData
|
|
971
|
-
- update addOtherIsAMeta to include looking for ItemIsCheckedOut
|
|
972
|
-
|
|
973
|
-
## 1.1.16 - 2023-July 27: IsA
|
|
974
|
-
- fix some interfaces for IsA based on FPS-Tile-Component Testing
|
|
975
|
-
- make IsA required, IsA.allIsAKeys required, add IsA to FPSItem in both addDateTimeFileInfoSearch and createKeyObject
|
|
976
|
-
|
|
977
|
-
## 1.1.15 - 2023-July 27: IsA
|
|
978
|
-
- add PopularLifeTime, PopularRecent to IAnySearchableItem
|
|
979
|
-
- change ItemWasLifeTime to ItemWasPopularLifeTime
|
|
980
|
-
- migrate addPopularityToItems and markPopular : guidance is to run addPopularityToItems AFTER addSearchMeta1
|
|
981
|
-
|
|
982
|
-
## 1.1.14 - 2023-July 27: IsA
|
|
983
|
-
- create IFPSBaseContentType which could be used for various improvements like only doing certain addItemIsA functions
|
|
984
|
-
- add fpsContentType to ISourceProps and IStateSource
|
|
985
|
-
- add fpsContentType[] to all Empty objects of ISourceProps and IStateSource
|
|
986
|
-
- add fpsContentType[] to checkItemsResults and checkAnyResults
|
|
987
|
-
- update fpsContentType array in all the existing 'get' functions after doing checkItemsResults and checkAnyResults
|
|
988
|
-
- create IFPSHighlights interface for the Highlight Elements
|
|
989
|
-
- create UniversalIconsPT:IFPSHighlights object with all Highlight Elements
|
|
990
|
-
- create IAnySearchableItem and add it to IAnySourceItem
|
|
991
|
-
- create getIsAListHighlights, getIsAListHighlightsPT and getIsAWebHighlightsPT
|
|
992
|
-
- change IconName for ForceCheckout to RequiresCheckout. ForceCheckout is the prop on the library. But RequiresCheckout tells the story better in the code.
|
|
993
|
-
|
|
994
|
-
## 1.1.13 - 2023-July 25: IAnyItem, IsA, FPSTile improvements
|
|
995
|
-
- break IAnySourceItem into extended interfaces like IAnyWeb, IAnyListLib and IAnySecurableItem to make it easier to re-use interfaces in more focused fashion
|
|
996
|
-
- import some more IsA props and logic from PivotTiles
|
|
997
|
-
- refactor IsA and IAnyItem to have more focused building blocks
|
|
998
|
-
- update addDateTimeFileInfoSearch to add props into item.File for items that only have ServerRelativeUrl
|
|
999
|
-
- add altClick, ctrlClick, shiftClick, metaClick, key3Click to IFPSItemLink for future component usage
|
|
1000
|
-
- create IFPSItemElements for passing into FPSItem for Tile component - into IAnySourceItem
|
|
1001
|
-
|
|
1002
|
-
## 1.1.12 - 2023-July 20: EA improvements
|
|
1003
|
-
- move getPageTitle to it's own file for easier re-use
|
|
1004
|
-
- rebuild buildAnalyticsSummary to not update searchTextLC every step of the way. Just do it at the end
|
|
1005
|
-
- add PageTitle to item.FPSItem.Search.searchText;
|
|
1006
|
-
- update summarizeArrayByKey to fix searchText and also some mapping.
|
|
1007
|
-
|
|
1008
|
-
## 1.1.11 - 2023-July 20: EA improvements
|
|
1009
|
-
- create addDeepPropsToSearch function which is used for adding searchText to analytics items
|
|
1010
|
-
- create getDeepValuesStringArray function which can get an array of strings based on an array of deepPropKeys and an item.
|
|
1011
|
-
- create getDeepValuesArray which is the same as getDeepValuesStringArray except does not convert to a string.
|
|
1012
|
-
- add getHighlightedText for EA optionalColumns1 and optionalColumns2 columns
|
|
1013
|
-
|
|
1014
|
-
## 1.1.10 - 2023-July 20: EA improvements
|
|
1015
|
-
- fix analyticsPage.tsx useState function
|
|
1016
|
-
- add wpFilterProps to getAnalyticsSummary
|
|
1017
|
-
- add FPSItem: IFPSItem; IOjbectKeySummaryItem so Bar summaries can be searched
|
|
1018
|
-
- create function getSumableNumber which converts all types to a number you can do like: x += getSumableNumber(y)
|
|
1019
|
-
|
|
1020
|
-
## 1.1.9 - 2023-July 20: EA improvements
|
|
1021
|
-
- add Fetch-Avg ms to FilterButton EA RowBar.tsx
|
|
1022
|
-
- add to buildAnalyticsSummary: item.FPSPropsObj = JSON.parse( item.FPSProps );
|
|
1023
|
-
- fix summarizeArrayByKey logic
|
|
1024
|
-
- add FPSPropsObj?: any; to IZFetchedAnalytics for use in EA
|
|
1025
|
-
|
|
1026
|
-
## 1.1.8 - 2023-July 19: EA improvements
|
|
1027
|
-
- add optionalColumns1, optionalColumns2 to ISourcePagesProps
|
|
1028
|
-
- add optionalColumns1, optionalColumns2 to SourcePages.renderRow build up
|
|
1029
|
-
- update analyticsPage to get updated EzSummary: IAnalyticsSummary, useThisState, pass in optionalColumns1/2 into SourcePages
|
|
1030
|
-
- fix Row.tsx props.optionalColumns1/2.map to have correct return statement
|
|
1031
|
-
- expand IOjbectKeySummaryItem to have placeholder keys of x0, x1, x2, x3 to accomodate up to 4 filter buttons from web part
|
|
1032
|
-
|
|
1033
|
-
## 1.1.7 - 2023-July 19: EA improvements
|
|
1034
|
-
- add _wpTDLeft, _wpTDRight and _wpFilterProps to IThisFPSWebPartClass, add to easyAnalyticsProps in mainWebPartRenderBannerSetupX
|
|
1035
|
-
|
|
1036
|
-
## 1.1.6 - 2023-July 19: EA improvements
|
|
1037
|
-
- add optionalColumns1, optionalColumns2 to ISourceRowRender to be able to pass into row render functions and add extra columns
|
|
1038
|
-
- create getDeepestSplits function for helping getting Property Keys for headings and filter buttons.
|
|
1039
|
-
- add wpTDLeft, wpTDRight IEasyAnalyticsProps for extra columns per web part - #78
|
|
1040
|
-
- add wpFilterProps to IEasyAnalyticsProps for specific filters per web part - #79
|
|
1041
|
-
- add customElement1B, customElement1C, customElement2B and customElement3 to IItemPaneProps and ICustomPanel
|
|
1042
|
-
- add PFSProps to EasyAnalytics Panel
|
|
1043
|
-
- update buildAnalyticsSummary to update item's searchText and searchTextLC correctly
|
|
1044
|
-
- update EasyAnalytics to have onClick for Id and perf with -na- value
|
|
1045
|
-
|
|
1046
|
-
## 1.1.5 - 2023-July 19: Fix AgeSlider filter in SourcePages & Search
|
|
1047
|
-
- put back createdAge, modifiedAge on IAnyContent AND publishedAge to IAnyNewsItem for easier search in AgeSlider
|
|
1048
|
-
- fix addSearchMeta to add StampAge to main item so it can be used in existing AgeSlider code
|
|
1049
|
-
- fix null error in EasyPages/Analytics/components/Row.tsx for item.FPSInfo.Stamp.created.age
|
|
1050
|
-
|
|
1051
|
-
## 1.1.4 - 2023-July 18: Fix blanket office-ui-fabric-react imports
|
|
1052
|
-
- fix office-ui-fabric-react import in src/components/atoms/Links/CreateLinks.tsx - was blanket import
|
|
1053
|
-
- fix office-ui-fabric-react import in src/common/PropPaneHelp/preconfig/SitePresetsInfo.tsx - was blanket import
|
|
1054
|
-
|
|
1055
|
-
## 1.1.3 - 2023-July 8: Fix some EasyIcons issues
|
|
1056
|
-
- work on EasyPages duplicate Tabs issue
|
|
1057
|
-
- create NoDups version of string functions: getStringArrayFromStringNoDups, getNumberArrayFromStringNoDups
|
|
1058
|
-
- update createEasyPagesExtraWPProps, createEasyIconsWPProps to use getStringArrayFromStringNoDups
|
|
1059
|
-
- update getUsedTabs to NOT return duplicates from array
|
|
1060
|
-
|
|
1061
|
-
## 1.1.2 - 2023-July 6: Fix some EasyIcons issues
|
|
1062
|
-
- add to 'FileTypes' to EasyIconDefaultKeys
|
|
1063
|
-
- change FileTypes 'Folder from 'Words' to 'FileTypes'
|
|
1064
|
-
|
|
1065
|
-
## 1.1.1 - 2023-July 6: Fix some EasyIcons issues
|
|
1066
|
-
- revise getPagesContent to get items = addSearchMeta1( items, sourceProps, null ); before addEasyIcons
|
|
1067
|
-
- revise addEasyIcons to first use getEasySystemIcon for Non List/Lib Icons, then later do those after all others have been exhausted
|
|
1068
|
-
- revise addSearchMeta1 to create base FPSItem object on items right away.
|
|
1069
|
-
|
|
1070
|
-
## 1.1.0 - 2023-July 6: BREAKING Refactoring IAnySourceItem by moving to IFPSItem sub object
|
|
1071
|
-
- Moved to IAnyContent to new folder src/components/molecules/AnyContent
|
|
1072
|
-
- Moved to IFPSFileObject src/components/molecules/AnyContent/IFPSFileObject.ts
|
|
1073
|
-
- Restructured all existing IAnySourceItem properties and interfaces that this library adds to the default IAnySourceItem to the sub object:
|
|
1074
|
-
export interface IAnySourceItem extends IAnyListItem, IAnyFileItem, IAnyPageItem, IAnyNewsItem, IAnySecurableItem {
|
|
1075
|
-
FPSItem: IFPSItem;
|
|
1076
|
-
}
|
|
1077
|
-
- Moved OOTB common SharePoint properties into IAnyListItem, IAnyFileItem, IAnyPageItem, IAnyNewsItem, IAnySecurableItem
|
|
1078
|
-
so they can be extended or used in more focused manner when applicable.
|
|
1079
|
-
- Made IAnySourceItem NOT include Partial<Any> in order to have more strict typing.
|
|
1080
|
-
- Created additional interface for use ONLY where IAnySourceItem needs to be cast as any
|
|
1081
|
-
export interface IAnySourceItemAny extends IAnySourceItem, Partial<any> { }
|
|
1082
|
-
- rebuilds all functions that manipulate or use those properties to use the tree structure
|
|
1083
|
-
- All web parts that upgrade from 1.0.256 to 1.1.0 need to go through additional testing including:
|
|
1084
|
-
related functions and components
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
## 1.0.256 - 2023-June-30: anlyticsRow, repoLinks
|
|
1088
|
-
- add cursor: pointer to analytics perf cell,
|
|
1089
|
-
- update fps repoLinks style to Legacy, fix CorePFS1173+ links to use fps-solutions github
|
|
1090
|
-
|
|
1091
|
-
## 1.0.255 - 2023-June-30: analyticsPage
|
|
1092
|
-
- fix row onParentCall
|
|
1093
|
-
|
|
1094
|
-
## 1.0.254 - 2023-June-30: analyticsPage onParentCall
|
|
1095
|
-
- fix analyticsPage onParentCall not working on pareto bar charts
|
|
1096
|
-
|
|
1097
|
-
## 1.0.253 - 2023-June-30: repoLinks, fetch order, logging constants
|
|
1098
|
-
- BREAKING: break apart repo links into individual files to improve imports src/components/atoms/Links/RepoLinks/LinksRepos.tsx
|
|
1099
|
-
- bump fps-pnpv2 to 1.0.50 to fix orderBy on fetch to properly sort ascending - easyAnalytics
|
|
1100
|
-
- split logging/constants.ts into separate files in Interfaces folder: common, EasyContents, ExtremeStorage, analytics
|
|
1101
|
-
|
|
1102
|
-
## 1.0.252 - 2023-June-30: office-ui-fabric-react
|
|
1103
|
-
- clean up office-ui-fabric-react imports -- refer imports to lib folders
|
|
1104
|
-
|
|
1105
|
-
## 1.0.251 - 2023-June-27: EasyIcons stuff
|
|
1106
|
-
- add Email to Nouns eiTypes https://github.com/mikezimm/fps-library-v2/issues/72
|
|
1107
|
-
- add File?: IFpsFileProperty; to IMinStandardIconObject
|
|
1108
|
-
- add Zip file compatibility to getEasyIcon https://github.com/mikezimm/fps-library-v2/issues/70
|
|
1109
|
-
- move IFpsFileProperty to it's own file for smaller importing
|
|
1110
|
-
|
|
1111
|
-
## 1.0.250 - 2023-June-27: easyAnalytics.css, _wpInfoGroupExpanded
|
|
1112
|
-
- fix WebPartInfoGroup expanded logic with_wpInfoGroupExpanded
|
|
1113
|
-
|
|
1114
|
-
## 1.0.249 - 2023-June-27: easyAnalytics.css, _wpInfoGroupExpanded
|
|
1115
|
-
- add _wpInfoGroupExpanded to IThisFPSWebPartClass, FPSBaseClass and WebPartInfoGroup
|
|
1116
|
-
- use _wpInfoGroupExpanded to set expanded property of WebPartInfoGroup
|
|
1117
|
-
- npm install @mikezimm/fps-styles@1.0.40
|
|
1118
|
-
|
|
1119
|
-
## 1.0.248 - 2023-June-27: EasyAnalytics improvements
|
|
1120
|
-
- add createPerformanceTableVisitor table in ItemPane
|
|
1121
|
-
- update performance cell label
|
|
1122
|
-
- change panel size to medium
|
|
1123
|
-
|
|
1124
|
-
## 1.0.247 - 2023-June-27: EasyAnalytics improvements
|
|
1125
|
-
- fix page & gulp link urls. Add page title https://github.com/mikezimm/fps-library-v2/issues/73
|
|
1126
|
-
- add performance ms and clickable panel to see performance object
|
|
1127
|
-
- fix getBestAnalyticsLinkAndIcon to return best link
|
|
1128
|
-
- add clickable performance label to show full performance JSON object in panel https://github.com/mikezimm/fps-library-v2/issues/74
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
## 1.0.246 - 2023-June-25: _allowPropsEasyMode
|
|
1132
|
-
- Basic Logic: _allowPropsEasyMode is false by default and must be opted-in in web part onInit class.
|
|
1133
|
-
- If _allowPropsEasyMode === true && properties.propsEasyMode === true then some props and groups are hidden in the prop pane
|
|
1134
|
-
- If easyMode is allowed or enabled, WebPartInfo group is auto-expanded. It has the toggle but it can also be added to a web part group.
|
|
1135
|
-
- add propsEasyMode in IThisFPSWebPartClass, FPSBaseClass
|
|
1136
|
-
- add propsEasyMode to importBlockPropsFPS
|
|
1137
|
-
- add propsEasyMode in IMinBannerUtilityProps
|
|
1138
|
-
- add propsEasyMode if it is set in the onInit via _allowPropsEasyMode
|
|
1139
|
-
- set propsEasyMode: false, in PresetFPSBanner
|
|
1140
|
-
- hide some groups in getAllDefaultFPSFeatureGroups if propsEasyMode !== false
|
|
1141
|
-
- hide some props in FPSBanner4BasicGroup if propsEasyMode !== false
|
|
1142
|
-
|
|
1143
|
-
## 1.0.246 - 2023-June-25: doSpJsFetch, EasyIcons
|
|
1144
|
-
- add to hubSelects: 'Created', 'Modified', 'LastItemUserModifiedDate'
|
|
1145
|
-
- update logic in fetchMySubsites to get subs modified date per: https://github.com/mikezimm/pivottiles7/issues/289
|
|
1146
|
-
- add FAQ to Acronyms on EasyIcons
|
|
1147
|
-
- update logic in src/components/molecules/SpHttp/doSpJsFetch.ts to resolve https://github.com/mikezimm/pivottiles7/issues/292
|
|
1148
|
-
checking for when there are no results because there are none to find.
|
|
1149
|
-
defined interfaces for search results object
|
|
1150
|
-
added rawSearchResults and fetchAPI to IJSFetchReturn
|
|
1151
|
-
- created search api results interfaces: IFPSSearchAPIResultsData, IFPSSecondaryQueryResults, IFPSSpecialTermResults,
|
|
1152
|
-
|
|
1153
|
-
## 1.0.245 - 2023-June-25:
|
|
1154
|
-
- Just republishing. got strange error when using 1.0.244
|
|
1155
|
-
|
|
1156
|
-
## 1.0.245 - 2023-June-24: checkItemsResults, fetchMyHubNav
|
|
1157
|
-
- update PresetFPSBanner >> bannerPillShape : true,
|
|
1158
|
-
- add iconNames: NoRecentViews, PopularRecent , PopularLifeTime
|
|
1159
|
-
- add in standardPivotTiles.tsx: NoRecentViews, PopularRecent, PopularLifeTime
|
|
1160
|
-
- Move : statusNo?: number; statusText?: string; FROM: IJSFetchReturn TO IBlankErrorObj to better match doSpJsFetch return
|
|
1161
|
-
- update cleanSearchedWebs to set thisItem.ServerRelativeUrl first if it does not exist
|
|
1162
|
-
- add check4This in getFullUrlFromSlashSitesUrl vs showConsole << for cases where url is analytics >>
|
|
1163
|
-
- update checkItemsResults to check for case where !e but there is an error.status = 'Error' ... getting e.statusNo = 500 now
|
|
1164
|
-
- deprecate getAssocSites since now using diret fetch api
|
|
1165
|
-
|
|
1166
|
-
## 1.0.243 - 2023-June-24: checkItemsResults, fetchMyHubNav
|
|
1167
|
-
- update checkItemsResults to include trace string in console message
|
|
1168
|
-
- update fetchMyHubNav to get the count of nav links for performance including all children
|
|
1169
|
-
|
|
1170
|
-
## 1.0.242 - 2023-June-23: Refactor SpHttp fetches, add Nav calls
|
|
1171
|
-
- standardize all SpHttp/HubsSub to first add unifiedPerformanceEnd then do checkItemsResults
|
|
1172
|
-
fetchMyHubNav, fetchMyHubsites, fetchMySubsites
|
|
1173
|
-
- create addWebNav, getWebNav as wrapper for pnpv2 calls
|
|
1174
|
-
- replace some double quotes on imports of new functions
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
## 1.0.241 - 2023-June-23: Migrate SpHttp/HubsSub from HubCon, add unifiedPerformanceEnd
|
|
1178
|
-
- created unifiedPerformanceEnd in Performance/functions to help with the new unifiedPerformanceOps
|
|
1179
|
-
- created types: IUnifiedPerformanceOpsKeys, IFpsErrorObjectOpKeys
|
|
1180
|
-
- created doSpJsFetch & IJSFetchReturn
|
|
1181
|
-
- created fetch to SP APIs: fetchMyHubNav: IFPSHubNav , fetchMyHubsites, fetchMySubsites: IJSFetchReturn
|
|
1182
|
-
- created fetchMyHubSubs: IFPSHubsSubs
|
|
1183
|
-
- created logic to clean up Hubs and Subs results: cleanSearchedWebs
|
|
1184
|
-
- created logic to find Nav Nodes: findSimilarNavNodes, findSpecificNavNodes
|
|
1185
|
-
- created SP Docs api interfaces: IHubSiteDataResultAPI, IFPSHubNavigationItem
|
|
1186
|
-
- created interfaces: IFPSWebsWithLogo, IFPSHubSiteDataDocsApi, IFPSHubSitesApi, IFPSHubSiteApi
|
|
1187
|
-
- created interfaces: IFPSSubsFilteredItem and IFPSSubsSearchCleanItem
|
|
1188
|
-
|
|
1189
|
-
## 1.0.240 - 2023-June-18: Add new repos
|
|
1190
|
-
- add baseFPSRepos
|
|
1191
|
-
- add gitRepoHubConnections, gitRepoSpHttpTester
|
|
1192
|
-
|
|
1193
|
-
## 1.0.239 - 2023-June-14: Add Chinese OEMs to EasyIcons list
|
|
1194
|
-
- update getEasyIcon to include recognize EasyIcons.Ignores: https://github.com/mikezimm/pivottiles7/issues/281
|
|
1195
|
-
- change PerformanceTable row column order: Move Mode and MS to left one cell each https://github.com/mikezimm/fps-library-v2/issues/57
|
|
1196
|
-
- revise perforanceTable.startStr to have ... instead of : makes it easier to read
|
|
1197
|
-
|
|
1198
|
-
## 1.0.238 - 2023-June-14: Add Chinese OEMs to EasyIcons list
|
|
1199
|
-
- Added CustomersCN, also added Volvo to general Customers list
|
|
1200
|
-
- https://github.com/mikezimm/pivottiles7/issues/262 / https://github.com/mikezimm/fps-library-v2/issues/60
|
|
1201
|
-
- Add SharePoint's system Icons to EasyIcons object so it should now be visible in prop pane help
|
|
1202
|
-
- Note that SharePoint icons are added directly to the item via addEasyIcons >> getEasySystemIcon and is therefore skipped in getEasyIcon
|
|
1203
|
-
- https://github.com/mikezimm/fps-library-v2/issues/67
|
|
1204
|
-
- added Words and Keywords: Archive, Archives, Templates, Forecast, Cost, Meeting
|
|
1205
|
-
- added Acronyms: KPI, PSC, FMEA, DFMEA
|
|
1206
|
-
- Gracefully support if imageUrl is OOTB like: https://github.com/mikezimm/fps-library-v2/issues/59, https://github.com/mikezimm/pivottiles7/issues/261 & 280
|
|
1207
|
-
- moved replaceDefaultIcons << DEPRECATED >> into it's own file because I baked the functionality into addEasyIcons now.
|
|
1208
|
-
|
|
1209
|
-
## 1.0.237 - 2023-June-13: Fixes based on testing: itemsY to IStateSource
|
|
1210
|
-
- add unifiedPerformanceOps: {} to results: IFpsHttpInfo in createFPSHttpResponse
|
|
1211
|
-
- add unifiedPerformanceOps: {} to anyInput: IFpsErrorObject in checkAnyResults
|
|
1212
|
-
- add unifiedPerformanceOps: {} to itemsInput: IFpsItemsReturn in checkItemsResults
|
|
1213
|
-
- add optional itemsY to IStateSource for cases when you need to be able to reset the items typing
|
|
1214
|
-
|
|
1215
|
-
## 1.0.236 - 2023-June-13: <<< BREAKING >>> - refactor all performanceOp in IFpsErrorObject
|
|
1216
|
-
- <<< BREAKING >>>: rename all performanceOp in IFpsErrorObject
|
|
1217
|
-
- added Optional check...checks12 to IPerformance.ops
|
|
1218
|
-
- removed: performanceOp: IPerformanceOp
|
|
1219
|
-
- added: fetchOp, checkOp, analyzeOp, processOp, renderOp, saveOp, unifiedPerformanceOps
|
|
1220
|
-
- added: unifiedPerformanceOps: IUnifiedPerformanceOps
|
|
1221
|
-
- COMMENTS:
|
|
1222
|
-
Logic is to build in more flexibility to have both fetch and other performance right in a single IFpsErrorObject.
|
|
1223
|
-
This reduces redunant performance objects in web part and component states... Single IStateSource has it all
|
|
1224
|
-
Also added unifiedPerformanceOps at the same time which is a single object with all the relavant performance for a Results object.
|
|
1225
|
-
The point of this is to start moving towards a single Performance object that contains multiple performances built in
|
|
1226
|
-
- updated functions to add unifiedPerformanceOps:
|
|
1227
|
-
easyAnalyticsSummary, fetchAPI, getSourceList, getWebLists, getSourceItems, getFilteredSubSites, getSubSites, getWebInfoIncludingUniqueMin, getWebInfoIncludingUniqueAll
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
## 1.0.235 - 2023-June-13: - GetInterfaceV2, getSelectV2, getResizedImage
|
|
1231
|
-
- added: IDoNotFetchCalculated and DoNotFetchCalculated - started with DocThumb and DocThumbnail for Pivot Tiles
|
|
1232
|
-
- added: DoNotFetchCalculated to DoNotExpandFuncColumns as well so they are checked.
|
|
1233
|
-
- created: getResizedImage in src/logic/Links/GetResizedImageLink.ts ( from PivotTiles ) using @microsoft/sp-image-helper
|
|
1234
|
-
|
|
1235
|
-
## 1.0.234 - 2023-June-07: SinglePage
|
|
1236
|
-
- fix !cell error when using heading column
|
|
1237
|
-
- make heading tricks bold to highlight, also add some padding Top
|
|
1238
|
-
|
|
1239
|
-
## 1.0.233 - 2023-June-07: various Pivot Tiles
|
|
1240
|
-
- update BannerHelpTricks to include { param: `fpsReactRender`, value: `true` , description: `log various during a React Component Render` }
|
|
1241
|
-
- update 'Advanced' Pivot Tab in FullPanel.tsx from word `Advanced` to flicon: `FilterSettings`
|
|
1242
|
-
- update createTricksTable to allow for 'heading' of tricks, add to prebuilt ones. https://github.com/mikezimm/pivottiles7/issues/269
|
|
1243
|
-
|
|
1244
|
-
## 1.0.232 - 2023-June-07: fps-styles@1.0.39
|
|
1245
|
-
- @mikezimm/fps-styles@1.0.39
|
|
1246
|
-
|
|
1247
|
-
## 1.0.231 - 2023-June-03: console.log, SourcePages
|
|
1248
|
-
- fix dcryptme code
|
|
1249
|
-
- add check4This in some forceWebPartWhiteText and SectionStyles.ts
|
|
1250
|
-
- fix SourcePages no items element to not be in single table cell wide
|
|
1251
|
-
- change pph Pivot Tabs on CSSPerformance and CSSWarning to add icon
|
|
1252
|
-
|
|
1253
|
-
## 1.0.230 - 2023-June-03: propPaneHelp tabs
|
|
1254
|
-
- npm install @mikezimm/fps-styles@1.0.38
|
|
1255
|
-
|
|
1256
|
-
## 1.0.229 - 2023-June-03: propPaneHelp tabs
|
|
1257
|
-
- change Pivot Text from 'FPS Expand' to itemIcon='ChromeFullScree'
|
|
1258
|
-
- change Pivot Text from 'Import' to itemIcon='Export'
|
|
1259
|
-
- change Pivot Text from 'Visitor Help' to itemIcon='Unknown'
|
|
1260
|
-
- change Pivot Text from 'Background' to itemIcon='PictureFill'
|
|
1261
|
-
|
|
1262
|
-
## 1.0.228 - 2023-June-02: _fpsSiteThemes,
|
|
1263
|
-
- add siteThemes: ISiteThemes directly into IWebpartBannerProps
|
|
1264
|
-
- allow passing in optional siteThemes in FetchBannerX, no longer needed to pass in React Component
|
|
1265
|
-
|
|
1266
|
-
## 1.0.227 - 2023-June-02: _fpsSiteThemes,
|
|
1267
|
-
- update protected _fpsSiteThemes: IFPSSiteThemes = null;
|
|
1268
|
-
|
|
1269
|
-
## 1.0.225 - 2023-June-02: _fpsSiteThemes, Age updates
|
|
1270
|
-
- fix double 'ago' in AgeSliderOptions
|
|
1271
|
-
- tweak styling in src/components/atoms/FPSAgeSlider/FPSAgeHook.tsx
|
|
1272
|
-
- update _fpsSiteThemes to: MainClass,
|
|
1273
|
-
- have runSuperOnInit spread out the individual classes to _fpsSiteThemeDark, _fpsSiteThemeLight, _fpsSiteThemePrimary
|
|
1274
|
-
|
|
1275
|
-
## 1.0.224 - 2023-June-02: showTricks and related
|
|
1276
|
-
- tweak PageArrows padding and margin to be a little narrower
|
|
1277
|
-
- create dcrptMe, fix check4Tricks logic
|
|
1278
|
-
- FPSAgeHook - change style width work better with SourcePages
|
|
1279
|
-
- SourceSearchHook - change style width work better with SourcePages
|
|
1280
|
-
- update getFPSUser to use check4Tricks instead of local code which was the same.
|
|
1281
|
-
|
|
1282
|
-
## 1.0.223 - 2023-June-02: showTricks / bannerPillShape
|
|
1283
|
-
- npm install @mikezimm/fps-styles@1.0.36
|
|
1284
|
-
|
|
1285
|
-
## 1.0.222 - 2023-June-02: showTricks / bannerPillShape
|
|
1286
|
-
- move bannerPillShape class to 'easy-pages' parent component so it evenly applies to all sub pages.
|
|
1287
|
-
- fix casing while checking.... have to lc the current credentials before comparing
|
|
1288
|
-
- fix FetchPanel logic to make visible
|
|
1289
|
-
- fix trickyEmails to be encrypted so it works correctly.
|
|
1290
|
-
|
|
1291
|
-
## 1.0.221 - 2023-June-01: easyAnalytics and SourcePages
|
|
1292
|
-
- add new Class css classes to FPSBaseClass
|
|
1293
|
-
- fix require('') in sourcePages to pull from fps-styles
|
|
1294
|
-
|
|
1295
|
-
## 1.0.220 - 2023-June-01: easyAnalytics and SourcePages
|
|
1296
|
-
- add easyAnalyticsProps to IWebpartBannerProps using mainWebPartRenderBannerSetupX
|
|
1297
|
-
- add to easyAnalytics to EasyPages and banner component
|
|
1298
|
-
- update trickyCheck
|
|
1299
|
-
- add _fpsSiteThemeDark, _fpsSiteThemeLight, _fpsSiteThemePrimary to: MainClass
|
|
1300
|
-
- pass themes into IWebpartBannerProps using mainWebPartRenderBannerSetupX
|
|
1301
|
-
|
|
1302
|
-
## 1.0.219 - 2023-June-01: easyAnalytics and SourcePages
|
|
1303
|
-
- import EasyAnalytics and SourcePages from CoreFPS1152 and update all references
|
|
1304
|
-
- create CommonUITricks in makeTricksTable
|
|
1305
|
-
- add check4This before console.log in more functions.
|
|
1306
|
-
|
|
1307
|
-
## 1.0.218 - 2023-May-31: various
|
|
1308
|
-
- commonize some css classes into CommonClasses
|
|
1309
|
-
- commonize FPSFetchError, FPSFetchSpinner, FPSFetchStatus
|
|
1310
|
-
|
|
1311
|
-
## 1.0.217 - 2023-May-31: GetGoToWebLink
|
|
1312
|
-
- add altWebText to GetGoToWebLink
|
|
1313
|
-
|
|
1314
|
-
## 1.0.216 - 2023-May-31: GetGoToWebLink
|
|
1315
|
-
- create GetGoToWebLink
|
|
1316
|
-
|
|
1317
|
-
## 1.0.215 - 2023-May-31: getGoToLinks
|
|
1318
|
-
- add optional item and list link css to getGoToLinks, GetGoToListLink, GetGoToItemLink
|
|
1319
|
-
|
|
1320
|
-
## 1.0.214 - 2023-May-31: getGoToLinks
|
|
1321
|
-
- add gitRepoCoreFPS1152Small
|
|
1322
|
-
- refactored getGoToLinks: Now also split out GetGoToListLink, getGoToItemLinkUrl & GetGoToItemLink
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
## 1.0.213 - 2023-May-31: EasyAnalytics
|
|
1326
|
-
- fps-styles@1.0.33 - add white-space: pre-wrap to .list-view-rt in reactListView.css (Drilldown)
|
|
1327
|
-
- fix buildAnalyticsSummary( lower case things )
|
|
1328
|
-
|
|
1329
|
-
## 1.0.212 - 2023-May-31: EasyAnalytics
|
|
1330
|
-
- create SearchBoxRowAge.tsx: https://github.com/mikezimm/fps-library-v2/issues/64
|
|
1331
|
-
- remove paddingLeft: 30px from pageArrowStyles
|
|
1332
|
-
|
|
1333
|
-
## 1.0.211 - 2023-May-28: EasyAnalytics
|
|
1334
|
-
- add Id and CodeVersion to createAnalyticsSourceProps
|
|
1335
|
-
- add createdD, modifiedD, publishedD to IAnySourceItem, ISavePropsItem and addDateTimeFileInfoSearch which has the simple sortable zulu date stamp
|
|
1336
|
-
- add padding to createPerformanceRows cells
|
|
1337
|
-
- update getFilteredItems to prevent error https://github.com/mikezimm/fps-library-v2/issues/62
|
|
1338
|
-
- add analyticsPage interfacesIOjbectKeySummaryItem , IObjArraySummary, IAnalyticsSummary ,
|
|
1339
|
-
- add analyticsPage functions: reateKeyObject, easyAnalyticsSummary, summarizeArrayByKey, getDateLabel
|
|
1340
|
-
- add additional arrays to IStateSourceA : itemsS, itemsO, itemsP
|
|
1341
|
-
|
|
1342
|
-
## 1.0.210 - 2023-May-28: EasyAnalytics
|
|
1343
|
-
- fix webRelativeLink in AnalyticsSourceProps
|
|
1344
|
-
- fix buildAnalyticsSummary: meta1 and meta2
|
|
1345
|
-
|
|
1346
|
-
## 1.0.209 - 2023-May-28: EasyAnalytics
|
|
1347
|
-
- add prepSourceColumns to createAnalyticsSourceProps
|
|
1348
|
-
- add IZFetchedAnalytics to IStateSourceA
|
|
1349
|
-
- create retrieveFPSEnviro
|
|
1350
|
-
- create addGulpParam and removeGulpParam in src/components/atoms/Links/GulpLinks.ts
|
|
1351
|
-
- extend IStateSource and EmptyStateSource with itemsA, items1, items2, meta1, meta2
|
|
1352
|
-
- update buildAnalyticsSummary: add addSearchMeta1, look for Mine, Others, ThisSite, OtherSite and add to meta1
|
|
1353
|
-
|
|
1354
|
-
## 1.0.208 - 2023-May-28: EasyAnalytics
|
|
1355
|
-
- separate createAnalyticsSourceProps, buildAnalyticsSummary << just framework for future use
|
|
1356
|
-
- create IStateSourceA , simplify getAnalyticsSummary
|
|
1357
|
-
|
|
1358
|
-
## 1.0.207 - 2023-May-28: EasyAnalytics
|
|
1359
|
-
- reorganize EasyPages folder and update all references
|
|
1360
|
-
|
|
1361
|
-
## 1.0.206 - 2023-May-28: EasyAnalytics
|
|
1362
|
-
- fix Images EasyIcon iamge Url
|
|
1363
|
-
- add trickyAnalytics group
|
|
1364
|
-
- restructre EasyPages into folders and functional files
|
|
1365
|
-
- functions: compoundArrayFilter
|
|
1366
|
-
- analyticsListX to IWebpartBannerProps, IMinBannerUtilityProps, mainWebPartRenderBannerSetupX, createEasyPagesExtraWPProps
|
|
1367
|
-
- _analyticsListX to FPSBaseClass, IThisFPSWebPartClass
|
|
1368
|
-
- update check4Tricks for when user === null - will use FPSUser instead
|
|
1369
|
-
- break out: IEasyPagesPageProps, IEasyPagesSourceProps
|
|
1370
|
-
- begin adding functionality for EasyAnalytics in componentSources and componentPage
|
|
1371
|
-
- add TrickyMMc
|
|
1372
|
-
|
|
1373
|
-
## 1.0.205 - 2023-May-26: Restructured atoms/EasyIcons, added EasySystemIcons
|
|
1374
|
-
- add merge appendTitle into bannerProps for mainBannerContent
|
|
1375
|
-
- update EasySystemLibraryIcons and EasySystemListIcons
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
## 1.0.204 - 2023-May-26: Restructured atoms/EasyIcons, added EasySystemIcons
|
|
1379
|
-
- rename file: src/components/atoms/EasyIcons/SystemIcons/ListTitlesWithNoSpaceUrls.ts to src/components/atoms/EasyIcons/SystemIcons/EasySystemLibraryIcons.ts
|
|
1380
|
-
|
|
1381
|
-
## 1.0.203 - 2023-May-26: Restructured atoms/EasyIcons, added EasySystemIcons
|
|
1382
|
-
- moved code into 3 folders: interfaces, functions, SystemIcons
|
|
1383
|
-
- broke apart some constants and interfaces into smaller files and moved to interfaces folder
|
|
1384
|
-
- created IMinStandardIconObject for the Item object getting passed into some functions
|
|
1385
|
-
- created 3 ISystemEasyIcon arrays: AllEasySystemIcons, EasyCCSPageIcons, EasySystemListIcons, EasySystemLibraryIcons
|
|
1386
|
-
- create getEasySystemIcon which will check typical object for a systemIcon
|
|
1387
|
-
|
|
1388
|
-
## 1.0.202 - 2023-May-26: EasyIcons
|
|
1389
|
-
- create replaceDefaultIcons which looks for some SharePoint Icons and replaces if it can find a new one
|
|
1390
|
-
- for https://github.com/mikezimm/fps-library-v2/issues/59 and https://github.com/mikezimm/pivottiles7/issues/261
|
|
1391
|
-
|
|
1392
|
-
## 1.0.201 - 2023-May-26: EasyIcons
|
|
1393
|
-
- add Acronyms: IEasyIconGroup; AcronymsW: IEasyIconGroup;
|
|
1394
|
-
- add optional paramter: 'defaultIcon' to getEasyIcon
|
|
1395
|
-
|
|
1396
|
-
## 1.0.200 - 2023-May-21: fps-styles@1.0.30
|
|
1397
|
-
- update CSS Warning for fps-styles@1.0.29/30 updates
|
|
1398
|
-
|
|
1399
|
-
## 1.0.199 - 2023-May-21: fps-styles@1.0.30
|
|
1400
|
-
npm install @mikezimm/fps-styles@1.0.30
|
|
1401
|
-
|
|
1402
|
-
## 1.0.198 - 2023-May-21: fps-styles@1.0.29
|
|
1403
|
-
npm install @mikezimm/fps-styles@1.0.29
|
|
1404
|
-
|
|
1405
|
-
## 1.0.197 - 2023-May-19: startPerformOp
|
|
1406
|
-
- @mikezimm/fps-styles@1.0.28
|
|
1407
|
-
- Add PropPane Warning for: src/components/molecules/FullPageBackGround/PropHelp/CSSWarning.tsx
|
|
1408
|
-
|
|
1409
|
-
## 1.0.196 - 2023-May-19: startPerformOp
|
|
1410
|
-
- change _refreshBGStyles performance from BGStyles to BGStylesRefresh
|
|
1411
|
-
|
|
1412
|
-
## 1.0.195 - 2023-May-19: startPerformOp
|
|
1413
|
-
- add MS to all startPerformOp as standard going forward: https://github.com/mikezimm/Slick-Sections/issues/69
|
|
1414
|
-
|
|
1415
|
-
## 1.0.194 - 2023-May-19: fps-styles update
|
|
1416
|
-
- npm install @mikezimm/fps-styles@1.0.27 ( for Hero forceWhiteText.css )
|
|
1417
|
-
|
|
1418
|
-
## 1.0.193 - 2023-May-19: beakerBannerElement & Icon from SlickSections
|
|
1419
|
-
- add _refreshBGStyles to IThisFPSWebPartClass & FPSBaseClass
|
|
1420
|
-
- add enableTabs: boolean; to IFPSPageBGWPProps ( so SlickSections can pass it in to use in ShowParmaLinks in BeakerBannerElement )
|
|
1421
|
-
- add beakerBannerContent?: JSX.Element; to IFetchBannerXProps
|
|
1422
|
-
- migrate code into updateFarElementsWhiteRefresh >> creates the RefreshWhite icon and also showBeakerBanner icon button
|
|
1423
|
-
- build updateFarElementsWhiteRefresh() into farBannerElementsArray in FetchBannerX
|
|
1424
|
-
- add ShowParmaLinks from SlickSections
|
|
1425
|
-
- create BeakerBannerElement which has standardized ShowParmaLinks and beakerBannerContent
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
## 1.0.192 - 2023-May-19: FullBackground updates
|
|
1429
|
-
- rename updateSectionStyles to updateSectionBGStyles so that it was different than the 'other' updateSectionStyles which updates section widths.
|
|
1430
|
-
- add _allowFullPageBG: IFullBackgroundMode; to IFPSPageBGWPProps in IWebpartBannerProps {fpsPageBGWPProps: }
|
|
1431
|
-
- add _allowFullPageBG: IFullBasetup.main._allowFullPageBG, into to bannerProps in BuildBannerPropsX2.ts
|
|
1432
|
-
- add updateSectionBGStyles to main runFPSSuperOnInit
|
|
1433
|
-
- add updateSectionBGStyles to main runFPSWebPartRender
|
|
1434
|
-
- add to DefaultPivots: getWebPartHelpElementCSSWarning, getWebPartHelpElementCSSPerformance, getFullBackgroundHelp
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
## 1.0.191 - 2023-May-19: Styles and FullBackground updates
|
|
1438
|
-
- add updateSectionCSS.ts and SectionStyles.ts from SlickSections web part
|
|
1439
|
-
- add defaultWPBack to FPSSlickBackgroundGroup
|
|
1440
|
-
- add Background Color info to FullImage WebPartHelp
|
|
1441
|
-
- add defaultWPBack to IFPSPageBGWPProps (duplicate of Common props from SlickSections)
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
## 1.0.190 - 2023-May-17: src/FPSPinMe.css
|
|
1445
|
-
add overflow-y: scroll; to pinMeOverRideMxHt100P and pinMeOverRideMxHt560
|
|
1446
|
-
|
|
1447
|
-
## 1.0.189 - 2023-May-15: FPSMinMeOverRide
|
|
1448
|
-
- updated FetchBannerX: added to PinMe click: this._heightOverRide( newSetting, this.state.showSettings ); for PageInfo issue
|
|
1449
|
-
|
|
1450
|
-
## 1.0.188 - 2023-May-15: RelatedItems and FPSMinMeOverRide
|
|
1451
|
-
- updated RelatedItems errorInfo error
|
|
1452
|
-
- fix RelatedItems/GetItems.ts fetch... added restFilter so items are actually filtered
|
|
1453
|
-
- created FPSMinMeOverRide to address https://github.com/mikezimm/PageInfo/issues/125
|
|
1454
|
-
- updated FPSPinMe.css in fps-styles
|
|
1455
|
-
- updated FetchBannerX: this._heightOverRide( newSetting, this.state.showSettings ); for PageInfo issue
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
## 1.0.187 - 2023-May-15: add getListByField, update fetchFpsItemAsSpecial,
|
|
1459
|
-
- add getListByField to get the props of a single field from list
|
|
1460
|
-
- update fetchFpsPageAsSpecial: require DoNotExpandThese
|
|
1461
|
-
|
|
1462
|
-
## 1.0.186 - 2023-May-15: add fetchFpsItemAsSpecial
|
|
1463
|
-
- add fetchFpsItemAsSpecial to replace fetchFpsItemAsXML
|
|
1464
|
-
- add fetchFpsPageAsSpecial to replace fetchFpsPageAsXML
|
|
1465
|
-
- add Deprecate comments to fetchFpsItemAsXML, fetchFpsPageAsXML
|
|
1466
|
-
|
|
1467
|
-
## 1.0.185 - 2023-May-14: add getWebPartHelpElementRelatedProps
|
|
1468
|
-
- add getWebPartHelpElementRelatedProps in src/components/molecules/RelatedItems/RelatedPropsHelp.tsx
|
|
1469
|
-
|
|
1470
|
-
## 1.0.184 - 2023-May-14: add _doHeadingStyles
|
|
1471
|
-
- add _doHeadingStyles to class Interface
|
|
1472
|
-
- add _doHeadingStyles default = false to main class
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
## 1.0.183 - 2023-May-14: migrated RelatedItems component in components/molecules
|
|
1476
|
-
- migrated AND refactored GetItems to use getSourceItems in src/components/molecules/RelatedItems/RelatedItems.tsx
|
|
1477
|
-
now using IStateSource model
|
|
1478
|
-
- migrated AND refactored IAnyContentRelated ( extendes IAnySourceItem ) in src/components/molecules/RelatedItems/RelatedState.ts
|
|
1479
|
-
- migrated RelatedItemsPropGroup.ts to src/components/molecules/RelatedItems/RelatedItemsPropGroup
|
|
1480
|
-
|
|
1481
|
-
## 1.0.183 - 2023-May-14: FPSPageInfo updates
|
|
1482
|
-
- update FetchBannerX for forcing pinMeState via url: // https://github.com/mikezimm/PageInfo/issues/116
|
|
1483
|
-
- add 'transparentTdBorder' | 'lightTdBorder' | 'lightDashedTdBorder' to IFPSHeadingClass AND FPSMiscClasses // https://github.com/mikezimm/PageInfo/issues/117
|
|
1484
|
-
- add tabelTdStyle: string; to IMinHeadingStyleProps
|
|
1485
|
-
- add td?: IRegExTag; to IHTMLRegEx
|
|
1486
|
-
- add 'td' to IHTMLRegExKeys
|
|
1487
|
-
- add td: createTagRegex( 'td', 'Finds Table Cells in SharePoint Pages'), to HTMLRegEx
|
|
1488
|
-
- create functions: runStyleOnTags and getClassStyles, simplify applyHeadingCSS in src/logic/DOM/Headings/functions.ts
|
|
1489
|
-
|
|
1490
|
-
## 1.0.183 - 2023-May-11: clean up logging with check4This
|
|
1491
|
-
- add PresetsTricks to BannerHelpTricks and show in applyPresetCollectionDefaults
|
|
1492
|
-
- add if ( check4This( `fpsInitRender=true` ) === true ) in runFPSSuperOnInit
|
|
1493
|
-
|
|
1494
|
-
## 1.0.182 - 2023-May-05: setQuickLaunchTransp, fix _addParamToUrl binding
|
|
1495
|
-
- bump fps-styles to @mikezimm/fps-styles": "^1.0.23
|
|
1496
|
-
- add setQuickLaunchTransp to src/components/molecules/FullPageBackGround/addCanvasBGImageComponent.ts
|
|
1497
|
-
- fix logic check: FPSSlickBackgroundGroup in https://github.com/mikezimm/Slick-Sections/issues/56
|
|
1498
|
-
|
|
1499
|
-
## 1.0.181 - 2023-May-03: fix _addParamToUrl binding
|
|
1500
|
-
- fix BuildBannerPropsX2 >> addParamToUrl: _addParamToUrl.bind( setup.main ), this is the proper way to bind it
|
|
1501
|
-
|
|
1502
|
-
## 1.0.180 - 2023-May-03: Tweak _allowFullPageBG functionality
|
|
1503
|
-
- change _allowFullPageBG to type: IFullBackgroundMode = 'Auto' | 'Partial' | false; -- in IThisFPSWebPartClass and FPSBaseClass
|
|
1504
|
-
- change default value for _allowFullPageBG = 'Auto'
|
|
1505
|
-
- change logic in PropPaneHelp and DefaultPropGroups to NOT add elements if NOT 'Auto', so 'Partial' can do those parts differently
|
|
1506
|
-
- change logic in runSuperOnInit and runWebPartRender to apply stiles if _allowFullPageBG !== false - aka = 'Auto' || 'Partial'
|
|
1507
|
-
|
|
1508
|
-
## 1.0.179 - 2023-May-03: addParamToUrl & FullPageBackGround from Slick-Sections
|
|
1509
|
-
- add new component: FullPageBackGround to src/components/molecules/FullPageBackGround
|
|
1510
|
-
- bump fps-styles to v1.0.22 which has the required css files for this component
|
|
1511
|
-
|
|
1512
|
-
- Updates to: src/banner/FPSWebPartClass/IThisFPSWebPartClass.ts
|
|
1513
|
-
- add function type interface ICallbackAddParamToUrl
|
|
1514
|
-
- update interface: IThisFPSWebPartClass >> add _allowFullPageBG: boolean
|
|
1515
|
-
- update interface: IThisFPSWebPartClass >> add _addParamToUrl: ICallbackAddParamToUrl;
|
|
1516
|
-
|
|
1517
|
-
- Updates to: src/banner/FPSWebPartClass/FPSBaseClass.ts
|
|
1518
|
-
- add preset: protected _allowFullPageBG: boolean = true; to FPSBaseClass
|
|
1519
|
-
- add function: protected _addParamToUrl( newParamStr:
|
|
1520
|
-
|
|
1521
|
-
- Updates to MainWPClass running
|
|
1522
|
-
- update runSuperOnInit add line: if ( thisWPClass._allowFullPageBG === true ) addCanvasBGImageComponent( ... )
|
|
1523
|
-
- update runWebPartRender add line: if ( thisWPClass._allowFullPageBG === true ) addCanvasBGImageComponent( ... )
|
|
1524
|
-
|
|
1525
|
-
- change Group name from FPSSlickBackgroundProps to FPSSlickBackgroundGroup
|
|
1526
|
-
- add group: FPSSlickBackgroundGroup by default in: getAllDefaultFPSFeatureGroups
|
|
1527
|
-
|
|
1528
|
-
- Updates to BannerProps and related
|
|
1529
|
-
- extend IMinWPBannerProps with IFPSPageBGWPProps >> in src/banner/interfaces/MinWP/IMinWPBannerProps.ts
|
|
1530
|
-
|
|
1531
|
-
- Updates to: src/banner/mainReact/IWebpartBannerProps.ts
|
|
1532
|
-
- add to IWebPartBannerProps (aka bannerProps ): addParamToUrl: ICallbackAddParamToUrl;
|
|
1533
|
-
- add to IWebPartBannerProps (aka bannerProps ): fpsPageBGWPProps: IFPSPageBGWPProps;
|
|
1534
|
-
|
|
1535
|
-
- add prop: addParamToUrl to const bannerProps: IWebpartBannerProps = { >> in src/banner/FPSWebPartClass/BuildBannerPropsX2.ts
|
|
1536
|
-
- add fpsPageBGWPProps: { .... with all WPProps into bannerProps
|
|
1537
|
-
|
|
1538
|
-
- add changeFullBackground into exportFPSAnalytics
|
|
1539
|
-
|
|
1540
|
-
- Files/Functions added to src/components/molecules/FullPageBackGround/
|
|
1541
|
-
- create addCanvasBGImageComponent - main function to update background styles
|
|
1542
|
-
- create paramLinks and createParamLink in src/components/atoms/Links/CallBackLinks.tsx !!!NOTE: FileName was Capitalized here (was not before)
|
|
1543
|
-
- create forceWebpartWhiteText to update text colors in src/components/molecules/FullPageBackGround/forceWebpartWhiteText.ts
|
|
1544
|
-
- create UrlParamters ( used with paramLinks ) for FullPageBackground components in src/components/molecules/FullPageBackGround/FullPageBGParams.tsx
|
|
1545
|
-
- create IFPSPageBGWPProps ( extends MainWPProps ) for this feature in in src/components/molecules/FullPageBackGround/IFPSPageBGWPProps.ts
|
|
1546
|
-
- create PropPaneHelp: CSSPerformance, CSSWarning, FullImage ... in src/components/molecules/FullPageBackGround/PropHelp/CSSPerformance.tsx
|
|
1547
|
-
- create PropPaneGroup: FPSSlickBackgroundGroup in src/components/molecules/FullPageBackGround/PropPane/FPSSlickBackgroundGroup.ts
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
## 1.0.178 - 2023-Apr-19: WebPartContextCopy_15_2, Slick-Sections
|
|
1551
|
-
- add bannerPillShape to BannerTheme functionality - near hoverEffect, in IMinBannerThemeProps and various places
|
|
1552
|
-
- add transparentBlack && transparentWhite to bannerThemes and bannerThemeChoices
|
|
1553
|
-
- update indexes in bannerThemeChoicesWSiteTheme
|
|
1554
|
-
- add _instanceId to WebPartContextCopy_15_2
|
|
1555
|
-
|
|
1556
|
-
## 1.0.177 - 2023-Apr-17: gitRepoSlickSections
|
|
1557
|
-
- add gitRepoSlickSections
|
|
1558
|
-
- add för to PrepositionWords
|
|
1559
|
-
|
|
1560
|
-
## 1.0.176 - 2023-Apr-12: check4This
|
|
1561
|
-
- add more makeTricks rows: filtered, itemPaneProps, tracePerformance, fpsInitRender
|
|
1562
|
-
- add to getFilteredV1: if ( check4This( 'filtered=true' ) === true )
|
|
1563
|
-
- revise console.log to use check4This in more places
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
## 1.0.175 - 2023-Apr-12: Misc
|
|
1567
|
-
- "@mikezimm/fps-pnp2": "^1.0.43" - check4This update for =false params
|
|
1568
|
-
- comment out console.log in buildWordSummary https://github.com/mikezimm/Compliance/issues/177
|
|
1569
|
-
- add more console.log to src/components/molecules/HTTP/HttpFetch/functions.ts
|
|
1570
|
-
|
|
1571
|
-
## 1.0.174 - 2023-Apr-11: HelpPanel Double Performance
|
|
1572
|
-
- modify getFullPanel to remove extra performance panel
|
|
1573
|
-
|
|
1574
|
-
## 1.0.173 - 2023-Apr-11: HelpPanel Double Performance
|
|
1575
|
-
- adding text to trace the double table
|
|
1576
|
-
|
|
1577
|
-
## 1.0.172 - 2023-Apr-11: HelpPanel Double Performance
|
|
1578
|
-
- adding text to trace the double table
|
|
1579
|
-
|
|
1580
|
-
## 1.0.171 - 2023-Apr-11: buildWordSummary, PrepositionWords
|
|
1581
|
-
- update buildWordSummary to include exclusionsLC for: https://github.com/mikezimm/Compliance/issues/173
|
|
1582
|
-
- add 'this' to PrepositionWords
|
|
1583
|
-
|
|
1584
|
-
## 1.0.170 - 2023-Apr-11: tricksTable _panelVersion, Suggestion exclusions
|
|
1585
|
-
- update tricksTable in ReusaableTricks to use functions from components/SingleHelpPage/makeTricksTable
|
|
1586
|
-
- update DefaultEasyPagesTabs to start with 'Shortcuts'
|
|
1587
|
-
- update ProductWords in eiTypes.ts
|
|
1588
|
-
- for https://github.com/mikezimm/fps-library-v2/issues/50:
|
|
1589
|
-
- add _panelVersion default to FPSBaseClass and IThisFPSWebPartClass
|
|
1590
|
-
- add versionDate: string; versionLabel: string; versionInfo: string; to IWebpartBannerProps;
|
|
1591
|
-
- add versionDate, versionLabel and versionInfo to bannerProps in mainWebPartRenderBannerSetupX
|
|
1592
|
-
- add webpart version to panel - Top and above performance
|
|
1593
|
-
- create src/components/atoms/Suggestions/excludePrepositions.ts from https://github.com/mikezimm/Compliance/issues/132
|
|
1594
|
-
- update getSuggestionsByKeys to now look for exclusions in src/components/atoms/Suggestions/getSuggestionsByKeys.ts
|
|
1595
|
-
|
|
1596
|
-
## 1.0.169 - 2023-Apr-11: tricksTable - for check4This
|
|
1597
|
-
- create createTricksTable in src/banner/components/SingleHelpPage/makeTricksTable.tsx
|
|
1598
|
-
- create FPSFetchTricks, BannerHelpTricks and other arrays of parameter tricks tied to check4This function
|
|
1599
|
-
|
|
1600
|
-
## 1.0.168 - 2023-Apr-11: Suggestions
|
|
1601
|
-
- update convertSugsLC to Suggs to Finds, auto-remove duplicates
|
|
1602
|
-
- bump to "@mikezimm/fps-pnp2": "^1.0.41"
|
|
1603
|
-
|
|
1604
|
-
## 1.0.168 - 2023-Apr-10: Misc console.log and commenting updates
|
|
1605
|
-
- fix what looks like comment error in addSearchMeta1
|
|
1606
|
-
- update addSearchMeta2: change to if ( check4This( 'addSearchMeta2=true') === true ...
|
|
1607
|
-
- update getSuggestionsByKeys: change to if ( check4This( 'suggestions=true' ) === true )
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
## 1.0.167 - 2023-Apr-05: FPSUser to IZSentAnalytics
|
|
1611
|
-
- add FPSUser to IZSentAnalytics and saveAnalytics3
|
|
1612
|
-
- add fetch? and analytics? to IZSentAnalytics
|
|
1613
|
-
|
|
1614
|
-
## 1.0.166 - 2023-Apr-05: add performance to functions in pnpjs
|
|
1615
|
-
- add .refreshId and .loaded to checkAnyResults
|
|
1616
|
-
- add .status = 'AccessDenied' option to checkItemsResults
|
|
1617
|
-
- update performanceSettings op in getFilteredSubSites, getSubSites, getWebInfoIncludingUniqueMin and getWebInfoIncludingUniqueAll
|
|
1618
|
-
|
|
1619
|
-
## 1.0.165 - 2023-Apr-05: add performance to functions in pnpjs
|
|
1620
|
-
- add performance to getWebLists, getFilteredSubs, getSubSites, getFilteredSubSites, getWebInfoIncludingUniqueMin, getWebInfoIncludingUniqueAll
|
|
1621
|
-
- filter out allItems in check4Gulp in addSearchMeta2
|
|
1622
|
-
|
|
1623
|
-
## 1.0.164 - 2023-Apr-05: IExtendedWordObject and IExtendedWordSummary
|
|
1624
|
-
- make IExtendedWordObject params optional, make array of items
|
|
1625
|
-
- add performanceR to IExtendedWordSummary
|
|
1626
|
-
|
|
1627
|
-
## 1.0.162 - 2023-Apr-05: IExtendedWordObject and IExtendedWordSummary
|
|
1628
|
-
- add interface IExtendedWordObject and IExtendedWordSummary for Compliance so add related items to word objects
|
|
1629
|
-
|
|
1630
|
-
## 1.0.161 - 2023-Apr-05: modifiedAge, createdAge, publishedAge
|
|
1631
|
-
- add modifiedAge, createdAge, publishedAge to IAnySourceItem in src/components/molecules/SourceList/IAnyContent.ts
|
|
1632
|
-
- modify addSearchMeta1 > addDateTimeFileInfoSearch to include modifiedAge, createdAge, publishedAge
|
|
1633
|
-
|
|
1634
|
-
## 1.0.160 - 2023-Apr-05: FPSAgeHook new Optional prop: alternateOptions
|
|
1635
|
-
- added FPSAgeHook new Optional prop: alternateOptions - can pass in FPSAgeSliderOptions5Years, FPSAgeSliderOptions7Years, FPSAgeSliderOptions10Years
|
|
1636
|
-
|
|
1637
|
-
## 1.0.160 - 2023-Apr-03: add viewProps and editProps to standard sources
|
|
1638
|
-
- update DefaultLibrarySource : add standard viewProps and editProps;
|
|
1639
|
-
- update SitePagesSource : add standard viewProps and editProps;
|
|
1640
|
-
- update createMinFetchProps: add standard viewProps
|
|
1641
|
-
|
|
1642
|
-
## 1.0.159 - 2023-Apr-03: refactor CustomPanel, ContentPanel
|
|
1643
|
-
- Move CustomPanel and ICustomPanel (now separate file into subFolder)
|
|
1644
|
-
- Move ContentPanel and IContentPanel (now separate file into subFolder) - was SourceContentPanel.tsx
|
|
1645
|
-
|
|
1646
|
-
## 1.0.158 - 2023-Mar-30: ItemPane and getStringArrayBasic
|
|
1647
|
-
- update itemPane to accept showHeading and showEmbed paramters
|
|
1648
|
-
- create ItemPane wrapper for basic (non ModernPage) content: CustomPanel in src/components/molecules/SourceList/CustomPanel.tsx
|
|
1649
|
-
- update getStringArrayBasic to split international words better.
|
|
1650
|
-
|
|
1651
|
-
## 1.0.157 - 2023-Mar-30: Testing fixes
|
|
1652
|
-
- add StandardMetaViewProps to src/pnpjs/SourceItems/Interface.ts so it can be used in viewProps
|
|
1653
|
-
|
|
1654
|
-
## 1.0.156 - 2023-Mar-30: searchText IModernPagesProps, ModernPages, ContentPanel
|
|
1655
|
-
- correct goToLinks leftPadding >> now rightMargin
|
|
1656
|
-
- add searchText?: string; to src/components/molecules/ModernPages/Interfaces/IModernPagesProps.ts
|
|
1657
|
-
- add searchText?: string; to src/components/molecules/ModernPages/ModernPages.tsx
|
|
1658
|
-
- add searchText? to ContentPanel calling SingleModernPage
|
|
1659
|
-
|
|
1660
|
-
## 1.0.155 - 2023-Mar-30: getHighlightedText when number
|
|
1661
|
-
- fix getHighlightedText for cases where text is a number. Also fixing for cases where not a number either but should typically be checked for objects earlier.
|
|
1662
|
-
|
|
1663
|
-
## 1.0.154 - 2023-Mar-30: searchText, ISingleModernPageProps
|
|
1664
|
-
- add optional searchText to ISingleModernPageProps so it can be passed into ItemPane > properties
|
|
1665
|
-
- searchText to getItemProperties in src/components/molecules/SourceList/ItemPane/component.tsx
|
|
1666
|
-
- fix some searchText, View and Edit logic in src/components/molecules/SourceList/ItemPane/itemProperties.tsx
|
|
1667
|
-
|
|
1668
|
-
## 1.0.153 - 2023-Mar-30: ItemPane stuff
|
|
1669
|
-
- fix src/components/atoms/Links/GoToLinks.tsx to also look for searchHref ( which is used for site pages )
|
|
1670
|
-
- add searchText all the way down to ItemPane and ItemProperties to show highglighted text in the item panel
|
|
1671
|
-
- add optional coluumns to getItemProperties ( View, Edit and SearchText )
|
|
1672
|
-
- update ISourceProps: add viewProps, editProps to( to show in ItemPane )
|
|
1673
|
-
- update preSourceColumns to handle viewProps, editProps
|
|
1674
|
-
|
|
1675
|
-
## 1.0.152 - 2023-Mar-30: ModernPages, SinglePage, SourcePanelContent
|
|
1676
|
-
- bump fps-styles to 1.0.20
|
|
1677
|
-
- fix css reference to @mikezimm/fps-styles/dist/ModernPages.css ->> ModernPages with an S at the end :)
|
|
1678
|
-
- create getDateStampRow function in: src/components/atoms/WhoDunItRow/getDateStampRow.tsx
|
|
1679
|
-
- create getGoToLinks function in: src/components/atoms/Links/GoToLinks.tsx
|
|
1680
|
-
- create getItemEmbed in: src/components/molecules/SourceList/ItemPane/itemEmbed.tsx
|
|
1681
|
-
- update to use new Functions: ItemPane/Component.tsx, LimitedVersion.tsx, SinglePage/PageDetails.tsx, SinglePage/SingleModernPage.tsx
|
|
1682
|
-
- update addDateTimeFileInfoSearch to add: item[ 'Author/Title', 'Author/Name', 'Editor/Title', 'Editor/Name', ]
|
|
1683
|
-
- add showProperties to ItemPaneProps to show by default but give option to hide
|
|
1684
|
-
|
|
1685
|
-
## 1.0.151 - 2023-Mar-30: ModernPages, SinglePage, SourcePanelContent
|
|
1686
|
-
- remove src/pnpjs/SourceItems/index.ts
|
|
1687
|
-
- remove src/pnpjs/index.ts
|
|
1688
|
-
- migrate src/components/molecules/SourceList/SourcePanelContent.tsx from ALVFinMan
|
|
1689
|
-
- update css in src/components/molecules/SourceList/ItemPane/component.tsx to use fpsGeneralCSS instead of one thing from sourceItemPane.css
|
|
1690
|
-
- migrate src/components/molecules/ModernPages/... from ALVFinMan
|
|
1691
|
-
- fix imports to removed indexes
|
|
1692
|
-
|
|
1693
|
-
## 1.0.150 - 2023-Mar-30: Suggestions and Words
|
|
1694
|
-
- create getStringArrayBasic in src/logic/Strings/getStringArrayBasic - similar logic was used both in Words and Suggestions
|
|
1695
|
-
- modify getArrayOfWordsFromString to use getStringArrayBasic since that logic was in multiple places
|
|
1696
|
-
- update getSuggestionsFromStrings to use common function to get words from strings ( getStringArrayBasic ) - src/components/atoms/Suggestions/getSuggestionsByKeys.ts
|
|
1697
|
-
- added some common regex constants for easier reference which were used in getStringArrayBasic
|
|
1698
|
-
|
|
1699
|
-
## 1.0.150 - 2023-Mar-28: PersonaCard and SearchBoxRow css fixes
|
|
1700
|
-
- fix docCardClass in PersonaCard.tsx to properly show theme color if provided
|
|
1701
|
-
- fix css require in src/components/molecules/SearchPage/component/SearchBoxRow.tsx
|
|
1702
|
-
|
|
1703
|
-
## 1.0.149 - 2023-Mar-28: PersonaCard, PersonaRow, Suggestions, WordSummary, SourceSearchHook etc from Compliance and ALVFM
|
|
1704
|
-
- add PersonaCard and PersonaRow from Compliance to src/components/atoms/PersonaCard <<< NEED TO VERIFY >>>
|
|
1705
|
-
- add Suggestions logic, interface and samples from Compliance to src/components/atoms/Suggestions <<< NEED TO VERIFY >>>
|
|
1706
|
-
- add WordSummary from Compliance to src/components/atoms/WordSummary/ <<< NEED TO VERIFY >>>
|
|
1707
|
-
- add getWordsFromString and related functions from Compliance to src/logic/Strings/getWordsFromString
|
|
1708
|
-
- add SourceSearchHook from Complaince to src/components/molecules/SearchPage/component/SearchBoxRow
|
|
1709
|
-
- add ISourceInfo from Compliance to src/pnpjs/SourceItems/Interface
|
|
1710
|
-
- add getFiltered from Compliance to src/components/molecules/SearchPage/functions/getFilteredV1
|
|
1711
|
-
- add SourceList ItemPane from ALVFinMan to src/components/molecules/SourceList/ItemPane/component
|
|
1712
|
-
|
|
1713
|
-
## 1.0.149 - 2023-Mar-26: month date labels and pref language
|
|
1714
|
-
- fix casing of return in getFPSPrefNavLang since all are supposed to be LC.
|
|
1715
|
-
|
|
1716
|
-
## 1.0.148 - 2023-Mar-26: month date labels and pref language
|
|
1717
|
-
- add getMonthStr3Array, getMMMDDFromDate and getMMMDDFromStr to src/logic/Time/monthLabels.ts
|
|
1718
|
-
- add getMonthStrArray, getFullMonthStrFromDate and getFullMonthStrFromDate to src/logic/Time/monthStrings.ts
|
|
1719
|
-
|
|
1720
|
-
## 1.0.147 - 2023-Mar-26: month and day labels
|
|
1721
|
-
- add IFPSDateLanguageObject as object interface for monthStr3 and weekday3
|
|
1722
|
-
- moved monthStr to src/logic/Time/monthStrings (from monthLabels)
|
|
1723
|
-
- created monthStr with original keys also in src/logic/Time/monthStrOldKeys
|
|
1724
|
-
|
|
1725
|
-
## 1.0.146 - 2023-Mar-20: Various
|
|
1726
|
-
- add fileSizeNumber to IFPSFileObject in src/pnpjs/SourceItems/FileInterface and addSearchMeta1
|
|
1727
|
-
- update getHighlightedText for error when text === undefined
|
|
1728
|
-
|
|
1729
|
-
## 1.0.145 - 2023-Mar-20: Various
|
|
1730
|
-
- update getSizeLabel to account for 1024 bits per byte
|
|
1731
|
-
- update IContentGroup options: ContentGroupFolder: IContentGroup = 'Folder'; ContentGroupOther: IContentGroup = 'Other';
|
|
1732
|
-
- change itemIsFolder to itemIsFolderContent in src/components/molecules/SourceList/IAnyContent.ts
|
|
1733
|
-
- add docm to StdFileSearchTypes in src/components/molecules/SearchPage/Interfaces/StandardTypes.ts
|
|
1734
|
-
|
|
1735
|
-
## 1.0.144 - 2023-Mar-20: SearchTypes
|
|
1736
|
-
- refactor addItemIsA to simplify code ( put updates in if item.meta .... )
|
|
1737
|
-
- update addSearchMeta2 - map item.allIsAKeys into meta in case it was not already added
|
|
1738
|
-
- change ItemIsDataContent from xml file to json in components/molecules/SearchPage/Interfaces/ProgrammingFileKeys.ts
|
|
1739
|
-
- refactor mergeWordArrays to use spread to avoid using direct reference to array.
|
|
1740
|
-
|
|
1741
|
-
## 1.0.143 - 2023-Mar-20: SearchTypes
|
|
1742
|
-
- add to IAnySourceItem: primarySearchType: ISearchType; searchTypes: ISearchType[]; allIsAKeys: IItemIsAValues[];
|
|
1743
|
-
- add to ISearchType: isAKeys: IItemIsAValues[]; update all default constants
|
|
1744
|
-
- change MediaGroupOffice to ContentGroupMedia
|
|
1745
|
-
- update addSearchMeta2 to add item.primarySearchType, searchTypes, allIsAKeys
|
|
1746
|
-
- reduce 'Invalid searchTypeIdx not found:' by filtering out api ones from Compliance web part
|
|
1747
|
-
|
|
1748
|
-
## 1.0.142 - 2023-Mar-20: SearchTypes
|
|
1749
|
-
- update ItemIsAValues to be consistent:
|
|
1750
|
-
export type IItemIsAValues = 'DocSetItem' | 'FileItem' | 'FolderItem' | 'PageItem' | 'NewsItem' | 'NewsLinkItem'
|
|
1751
|
-
|
|
1752
|
-
## 1.0.141 - 2023-Mar-20: SearchTypes
|
|
1753
|
-
- add object to IAnySourceItem item.searchType = SearchTypes.objs[searchTypeIdx]; in addSearchMeta2
|
|
1754
|
-
- create ALLProgrammingFileKeys for normal plus XKeys... add to addItemIsA function for ItemIsCodeContent
|
|
1755
|
-
|
|
1756
|
-
## 1.0.140 - 2023-Mar-19: SearchTypes
|
|
1757
|
-
- add forgotten values to ItemIsAKeys in src/components/molecules/SourceList/IAnyContent.ts
|
|
1758
|
-
- update addSearchMeta2 to properly use ItemIsAKeys
|
|
1759
|
-
- add contentGroup to OneNote search type
|
|
1760
|
-
|
|
1761
|
-
## 1.0.139 - 2023-Mar-19: SearchTypes
|
|
1762
|
-
- move 'folder' into "StdFileKeys"
|
|
1763
|
-
- add additional ItemIs${contentGroup}Content via src/components/molecules/SearchPage/functions/addItemIsA.ts
|
|
1764
|
-
- change ProgrammingSharePoint to ProgrammingFile in addItemIsA and related places
|
|
1765
|
-
|
|
1766
|
-
## 1.0.138 - 2023-Mar-19: SearchTypes
|
|
1767
|
-
- add contentGroup to ISearchType so it's easier to summarize types of files
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
## 1.0.137 - 2023-Mar-19: SearchTypes
|
|
1771
|
-
- add ProgrammingSharePointKeys and ProgrammingSharePointSearchTypes: "js", "html", "css", "json", "xml", "exe", "ps1"
|
|
1772
|
-
- add XProgrammingSharePointKeys and XProgrammingSharePointSearchTypes: "ts", "md", "py", "vba"
|
|
1773
|
-
- create ProgrammingSharePointKeys, ProgrammingSharePointSearchTypes, MAXSearchTypes to src/components/molecules/SearchPage/Interfaces/ProgrammingFileKeys.ts
|
|
1774
|
-
- change order of keys/obj in SearchTypes - moved MediaFileKeys and MediaFileSearchTypes to end
|
|
1775
|
-
- add ItemIsCode and itemIsCode IAnySourceItem and also addOtherIsAMeta
|
|
1776
|
-
|
|
1777
|
-
- #51 fix addSearchMeta1: item.FileSystemObjectType !== 1 &&
|
|
1778
|
-
- add item.searchTypeIdx = searchTypeIdx; in addSearchMeta2 ( forgot )
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
## 1.0.136 - 2023-Mar-19: SearchTypes
|
|
1782
|
-
- add color, similarKey and warning to ISearchType in src/components/molecules/SearchPage/Interfaces/StandardTypes.ts
|
|
1783
|
-
- added eXTreme Storage file types/icons to StandardTypes
|
|
1784
|
-
- reorganized StdFileSearchTypes into StdFileSearchTypes and MediaFileSearchTypes
|
|
1785
|
-
- update IAnySourceItem to have both typeIdx (original === adjusted) AND searchTypeIdx which is the actual index
|
|
1786
|
-
- update addSearchMeta2 to save original typeIdx AND searchTypeIdx.
|
|
1787
|
-
|
|
1788
|
-
## 1.0.135 - 2023-Mar-19: Remove BaseType from Items, addItemIsA
|
|
1789
|
-
- create addItemIsA function and update addSearchMeta1 function
|
|
1790
|
-
- remove BaseType because it does not exist on items.
|
|
1791
|
-
|
|
1792
|
-
## 1.0.134 - 2023-Mar-19: IDefaultUser, Sources, addSearchMeta1, IAnyContent, searchTextLC
|
|
1793
|
-
- add folderString and folderTree to src/components/molecules/SearchPage/functions/addSearchMeta1.ts
|
|
1794
|
-
- add automatically BaseType FileInterface, ModernSitePagesColumns and to all sourceProps in src/pnpjs/SourceItems/createMinFetchProps.ts
|
|
1795
|
-
- add 10 itemIsA... props to IAnyContent src/components/molecules/SourceList/IAnyContent.ts
|
|
1796
|
-
- add 10 itemIsA... props item.FPSItem.Search.searchTextTextLC
|
|
1797
|
-
|
|
1798
|
-
- add performanceSettings to all generic Sources - Files, News, SitePages, NewsLinks
|
|
1799
|
-
- add 'ContentType/Name' to libraryColumns in src/pnpjs/SourceItems/FileInterface.ts
|
|
1800
|
-
- add docset and folder to StdFileSearchTypes in src/components/molecules/SearchPage/Interfaces/StandardTypes.ts
|
|
1801
|
-
- update addSearchMeta1 to include folder and docSet icons, also add folder parent url to searchDesc
|
|
1802
|
-
- update IFPSFileObject with user interface
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
## 1.0.133 - 2023-Mar-17: IPagesContent, IFPSFileObject, IStateSource, etc
|
|
1806
|
-
- migrate IPagesContent and IPagesContentFull from ALVFM to src/pnpjs/SourceItems/SitePages/IPagesContent.ts
|
|
1807
|
-
- migrate IStateSource from Compliance to src/pnpjs/Common/IStateSource.ts
|
|
1808
|
-
- update IAnySourceItem - add HasUniqueRoleAssignments? boolean;
|
|
1809
|
-
- update libraryColumns - remove duplicate strings
|
|
1810
|
-
- create IFPSFileObject in src/pnpjs/SourceItems/FileInterface.ts
|
|
1811
|
-
|
|
1812
|
-
## 1.0.132 - 2023-Mar-16: ComplianceOps updates
|
|
1813
|
-
- create getArrayOfWordsFromString, mergeArrayOfWordsFromString in src/logic/Strings/getWordsFromString.ts
|
|
1814
|
-
|
|
1815
|
-
- create WebUrlHook in src/components/molecules/WebUrlBox
|
|
1816
|
-
- create HTTPApiHook in src/components/molecules/HTTP/HttpApiBox/component.tsx
|
|
1817
|
-
- create fetchAPI in src/components/molecules/HTTP/HttpFetch/functions.ts
|
|
1818
|
-
- create createLibrarySource in src/pnpjs/SourceItems/createLibrarySource.ts
|
|
1819
|
-
- create createSeriesSort in src/pnpjs/SourceItems/createOrderBy.ts
|
|
1820
|
-
|
|
1821
|
-
## 1.0.131 - 2023-Feb-25: checkAnyResults AccessDenied
|
|
1822
|
-
- update checkAnyResults to set status to 'AccessDenied' instead of just 'Error'
|
|
1823
|
-
|
|
1824
|
-
## 1.0.130 - 2023-Feb-16: EasyPages, ILoadPerformanceOps
|
|
1825
|
-
- add msGraphClientFactory?: any; to WebPartContextCopy_15_2 for calling graph
|
|
1826
|
-
- update ILoadPerformanceOps -- to add specific ones for User, Web, Site, List (for fetch, analyze, process, save)
|
|
1827
|
-
- add optional linkFormat and linkeSize to EasyPagesPageHook to give optional formatting if using Pivots directly above it.
|
|
1828
|
-
|
|
1829
|
-
## 1.0.129 - 2023-Feb-16: EasyPages EasyIcons
|
|
1830
|
-
- add optional fpsItemsReturn to EasyPagesHook props - use prefetched items for component if provided
|
|
1831
|
-
- create addEasyIcons from getPagesContent so it can be re-used separately from easy pages
|
|
1832
|
-
- move all default EasyIcons to separate file.
|
|
1833
|
-
- update addStandardSearchArrays & buildItemSearchArray to add OverflowTab
|
|
1834
|
-
|
|
1835
|
-
## 1.0.128 - 2023-Feb-16: tricky Constants
|
|
1836
|
-
- add allCompliance to tricky Constants
|
|
1837
|
-
|
|
1838
|
-
## 1.0.127 - 2023-Feb-13: addSearchMeta1
|
|
1839
|
-
- fix filename: addSourceMeta1 to addSearchMeta1 (was typo)
|
|
1840
|
-
|
|
1841
|
-
## 1.0.126 - 2023-Feb-13: addSearchMeta1
|
|
1842
|
-
- verify item.meta in buildItemSearchArray and then add all found keywords into that array
|
|
1843
|
-
|
|
1844
|
-
## 1.0.125 - 2023-Feb-13: addSearchMeta1
|
|
1845
|
-
- improve addSearchMeta1: refactor into functions - addStandardSearchArrays and addStandardSearchArrays
|
|
1846
|
-
|
|
1847
|
-
## 1.0.124 - 2023-Feb-13: SearchPage and Teaching Bubbles
|
|
1848
|
-
- Updates to components/molecules/SearchPage:
|
|
1849
|
-
- create addDateTimeFileInfoSearch, addSearchMeta1, addSearchMeta2 in SearchPage - tied with IAnySourceItem
|
|
1850
|
-
- create SearchTypes object
|
|
1851
|
-
- create ISearchObject, ISearchBucket, ISourceSearch
|
|
1852
|
-
- Add NewsLinksSource and NewsSource - similar to SitePagesSource
|
|
1853
|
-
- fix getTeachBubbles
|
|
1854
|
-
|
|
1855
|
-
## 1.0.123 - 2023-Feb-11: Teaching Bubbles and build performance right into getSourceItems
|
|
1856
|
-
- add getTeachBubbles for Teaching Bubbles
|
|
1857
|
-
- update AllTeachBubbles sample
|
|
1858
|
-
- update makeBubbleElementFromBubbles to not error out when TeachBubbleArray.length === 0
|
|
1859
|
-
- add op?: ILoadPerformanceOps; to IPerformanceSettings which is used to trigger the updates in 1.0.122
|
|
1860
|
-
|
|
1861
|
-
## 1.0.122 - 2023-Feb-09: build performance right into getSourceItems
|
|
1862
|
-
- create IPerformanceSettings in src/components/molecules/Performance/IPerformanceSettings.tsx
|
|
1863
|
-
- add performanceSettings: IPerformanceSettings; to IMinSourceFetchProps
|
|
1864
|
-
- add performanceOp?: IPerformanceOp; to IFpsErrorObject
|
|
1865
|
-
- create startPerformOpV2 and updatePerformanceEndV2 which do performance if it's defined in IMinSourceFetchProps
|
|
1866
|
-
- add performanceOp into getSourceItems if it's part of sourceProps
|
|
1867
|
-
|
|
1868
|
-
## 1.0.121 - 2023-Feb-09: Compliance, ALVFM
|
|
1869
|
-
- update IFpsErrorObject and checkItemsResults to include: loaded & refreshId... can now be dropped right into state :)
|
|
1870
|
-
|
|
1871
|
-
## 1.0.120 - 2023-Feb-09: Compliance, ALVFM
|
|
1872
|
-
- create StdFileKeys, StdFileSearchTypes in src/components/molecules/SearchPage/StandardTypes
|
|
1873
|
-
- create StdSharePointKeys, StdSharePointSearchTypes in src/components/molecules/SearchPage/StandardTypes
|
|
1874
|
-
|
|
1875
|
-
## 1.0.119 - 2023-Feb-09: Compliance, ALVFM
|
|
1876
|
-
- migrate ISearchType and ISearchTypes to src/components/molecules/SearchPage/ISearchTypes from ALVFinMan
|
|
1877
|
-
|
|
1878
|
-
## 1.0.118 - 2023-Feb-09: PivotTiles
|
|
1879
|
-
- add libraryColumnsMeta from libraryColumns but for PivotTiles MetaInfo property
|
|
1880
|
-
|
|
1881
|
-
## 1.0.117 - 2023-Feb-09: Compliance / ALVFinMan: ISource Stuff
|
|
1882
|
-
- updated ISourceProps to use generic OthersTab,
|
|
1883
|
-
- added SitePagesSource, ModernSitePagesColumns, ModernSitePagesSearch src/pnpjs/SourceItems/SitePages/SitePagesSource
|
|
1884
|
-
|
|
1885
|
-
- refactored EasyPagesSourceProps to use ISourcePropsEP which extends ISourceProps and adds the EasyPagesOverFlowTab
|
|
1886
|
-
NOTE: These were moved from epTypes and ALVFinMan ISource files to new common location
|
|
1887
|
-
|
|
1888
|
-
- move ModernSitePagesColumnsPivotTiles, createPivotTilesPagesSource to src/pnpjs/SourceItems/SitePages/createPivotTilesPagesSource
|
|
1889
|
-
- create IAnySourceItem ( based on ALVFinMan IAnySource) in src/components/molecules/SourceList/IAnyContent.ts
|
|
1890
|
-
- add libraryColumns to src/pnpjs/SourceItems/FileInterface.ts from ALVFinMan/ISource
|
|
1891
|
-
|
|
1892
|
-
- shortened gitRepoCompliance desc to just Compliance Ops
|
|
1893
|
-
|
|
1894
|
-
## 1.0.116 - 2023-Feb-08: Compliance
|
|
1895
|
-
- add gitRepoCompliance to LinksRepos
|
|
1896
|
-
|
|
1897
|
-
## 1.0.115 - 2023-Feb-07: Pivot Tiles Various
|
|
1898
|
-
- add typing to makePropDataText, makePropDataToggles, makePropDataSliders in src/banner/propPane/controls.ts
|
|
1899
|
-
|
|
1900
|
-
## 1.0.114 - 2023-Feb-06: Pivot Tiles Various
|
|
1901
|
-
- add NOEnableVersioning Icon for Pivot Tiles and Easy Contents
|
|
1902
|
-
|
|
1903
|
-
## 1.0.113 - 2023-Feb-06: Pivot Tiles Various
|
|
1904
|
-
- created PresetIntranetBanner for PivotTiles and others
|
|
1905
|
-
|
|
1906
|
-
## 1.0.112 - 2023-Feb-03: Pivot Tiles Various
|
|
1907
|
-
- fix IMinFetchListProps export in getWebLists?
|
|
1908
|
-
|
|
1909
|
-
## 1.0.111 - 2023-Feb-03: Pivot Tiles Various
|
|
1910
|
-
- remove BannerImageUrl.Url from ModernSitePagesColumnsPivotTiles
|
|
1911
|
-
- standardize RequireCheckout >> ForceCheckout in iconNames to be consistant with EasyContents icon
|
|
1912
|
-
- add iconNames: EnableModeration and DraftVersionVisibility
|
|
1913
|
-
- clean up standardEasyContents.tsx and standardPivotTiles.tsx
|
|
1914
|
-
- add check4Gulp in /logging/saveAnalytics.ts
|
|
1915
|
-
- update createIUserFromUser to merge original user object so it carries all existing props on the object.
|
|
1916
|
-
|
|
1917
|
-
## 1.0.110 - 2023-Feb-03: Pivot Tiles Groups
|
|
1918
|
-
- update createIUserFromUser to merge { ...{Original}, ...{NEW}}
|
|
1919
|
-
|
|
1920
|
-
## 1.0.109 - 2023-Feb-03: Pivot Tiles Groups
|
|
1921
|
-
- add optional filter to getAllSiteGroups function
|
|
1922
|
-
|
|
1923
|
-
## 1.0.108 - 2023-Feb-03: Pivot Tiles Groups
|
|
1924
|
-
- fix ModernSitePagesColumnsPivotTiles
|
|
1925
|
-
- add includeNormal: boolean = true to getSelectColumns
|
|
1926
|
-
- add Id to getSelectColumns base columns by default (in case it's forgotten)
|
|
1927
|
-
- add logic for quotes around buildFilterBatches items to filter on like Title eq "Text in quotes"
|
|
1928
|
-
|
|
1929
|
-
## 1.0.107 - 2023-Feb-03: Pivot Tiles Groups
|
|
1930
|
-
- re-export IMinFetchListProps from fps-Pnp2
|
|
1931
|
-
- add ISiteGroupInfo from Pnp to IGroupResults
|
|
1932
|
-
|
|
1933
|
-
## 1.0.106 - 2023-Feb-01: Pivot Tiles Permissions
|
|
1934
|
-
- change fetchSiteInfo back to getSiteInfo
|
|
1935
|
-
- moved - buildFilterBatches to fps-library-v2
|
|
1936
|
-
- add getSiteGroupsInBatch based off of getSiteUsersInBatch
|
|
1937
|
-
|
|
1938
|
-
## 1.0.105 - 2023-Jan-30: Pivot Tiles Permissions
|
|
1939
|
-
- add getSiteInfo - src/pnpjs/Sites/fetchSiteInfo
|
|
1940
|
-
- add IFpsGetSiteReturn - src/pnpjs/Sites/IFpsGetSiteReturn
|
|
1941
|
-
- add getWebInfoIncludingUnique/+Min - src/pnpjs/Webs/getWebInfoIncludingUnique
|
|
1942
|
-
- add IFpsGetWebReturn/+Min - src/pnpjs/Webs/IFpsGetWebReturn
|
|
1943
|
-
|
|
1944
|
-
## 1.0.104 - 2023-Jan-30: Pivot Tiles Permissions
|
|
1945
|
-
- add savePermissionHistory in src/pnpjs/Logging/permissions
|
|
1946
|
-
- add savePermissionAnalytics in src/pnpjs/Logging/permissionsSave
|
|
1947
|
-
- add fetchAnalytics in src/pnpjs/Logging/fetch
|
|
1948
|
-
|
|
1949
|
-
- add getListRoleAssignments in src/pnpjs/Permissions/getListPerms
|
|
1950
|
-
- add getWebRoleAssignments in src/pnpjs/Permissions/getWebPerms
|
|
1951
|
-
- add getUserListRoleAssignments in src/pnpjs/Permissions/getUserListPerms
|
|
1952
|
-
- add getUserWebRoleAssignments in src/pnpjs/Permissions/getUserWebPerms
|
|
1953
|
-
- add IFpsRoleAssignmentInfo in src/pnpjs/Permissions/IFpsRoleAssignmentInfo
|
|
1954
|
-
|
|
1955
|
-
- add getSourceItemsWithUniquePerms in src/pnpjs/SourceItems/getSourceItemsUniquePerms
|
|
1956
|
-
- add getSourceItemsInBatches in src/pnpjs/SourceItems/getSourceItemsBatch
|
|
1957
|
-
- add getUserListRoleAssignmentsInBatch in src/pnpjs/Permissions/getUserListPermsBatch
|
|
1958
|
-
- add getUserWebRoleAssignmentsInBatch in src/pnpjs/Permissions/getUserWebPermsBatch
|
|
1959
|
-
- add getSiteUsersInBatch in src/pnpjs/Users/calls/getSiteUsersBatch
|
|
1960
|
-
- create buildValueUserInfos - moved code out of getSiteUsers and getSiteUsersInBatch
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
## 1.0.103 - 2023-Jan-26: Pivot Tiles SourcePages
|
|
1964
|
-
- add getPivotTilesPagesSource and ModernSitePagesColumnsPivotTiles version of Modern Site Pages columns
|
|
1965
|
-
|
|
1966
|
-
## 1.0.102 - 2023-Jan-26: Pivot Tiles hubsFetch testing
|
|
1967
|
-
- npm install @mikezimm/fps-pnp2@1.0.32
|
|
1968
|
-
|
|
1969
|
-
## 1.0.101 - 2023-Jan-26: Pivot Tiles getLists
|
|
1970
|
-
- add getWebLists in src/pnpjs/Lists/getList/getWebLists.ts
|
|
1971
|
-
|
|
1972
|
-
## 1.0.100 - 2023-Jan-26: Pivot Tiles System Lists and Pages
|
|
1973
|
-
- migrated src/pnpjs/Lists/getList/SysLists.ts
|
|
1974
|
-
- migrated src/pnpjs/SourceItems/SystemPages.ts
|
|
1975
|
-
- added LowerCase arrays for system lists and pages as well for easier filtering
|
|
1976
|
-
|
|
1977
|
-
## 1.0.99 - 2023-Jan-21: Pivot Tiles Sites and Webs functions
|
|
1978
|
-
- add departmentId: string to LegacyPageContextCopy_15_2;
|
|
1979
|
-
- add await to getAssociatedGroups function calls
|
|
1980
|
-
- create getSubSites in src/pnpjs/Webs/getSubSites
|
|
1981
|
-
- create getFilteredSubSites src/pnpjs/Webs/getFilteredSubs
|
|
1982
|
-
- create getAssocSites in src/pnpjs/Hubs/getAssocSites
|
|
1983
|
-
|
|
1984
|
-
## 1.0.98 - 2023-Jan-21:
|
|
1985
|
-
- add gitRepoPowerSearch to RepoLinks
|
|
1986
|
-
|
|
1987
|
-
## 1.0.97 - 2023-Jan-16:
|
|
1988
|
-
- add gitRepoALVSearch to RepoLinks
|
|
1989
|
-
|
|
1990
|
-
## 1.0.96 - 2023-Jan-16: Pivot Tiles various updates
|
|
1991
|
-
- add buildPivotStylesGroup
|
|
1992
|
-
- change from Class to exports: src/common/Pivots/PivotOptions.ts
|
|
1993
|
-
- add Jira Icon link src/components/atoms/SVGIcons/JiraIcon.ts
|
|
1994
|
-
- add PivotPropGroup src/common/Pivots/PivotPropGroup.ts
|
|
1995
|
-
|
|
1996
|
-
## 1.0.95 - 2023-Jan-14: Pivot Tiles getUrlVars update
|
|
1997
|
-
- created getUrlVarsAsObject - new function based on Pivot Tiles funciton that returns an object
|
|
1998
|
-
- changed getUrlVars to getUrlVarsAsStrings -- because that was different than returning as an object
|
|
1999
|
-
|
|
2000
|
-
## 1.0.94 - 2023-Jan-14: Team T Script Editor
|
|
2001
|
-
- add gitRepoTeamT
|
|
2002
|
-
|
|
2003
|
-
## 1.0.93 - 2023-Jan-13: Pivot Tiles Groups and GroupUsers
|
|
2004
|
-
- add isGuestUser, addIsGuestToUsers functions to src/pnpjs/Users/logic/checkIsGuest
|
|
2005
|
-
|
|
2006
|
-
## 1.0.92 - 2023-Jan-13: Pivot Tiles Groups and GroupUsers
|
|
2007
|
-
- add folder: src/pnpjs/Groups
|
|
2008
|
-
- add groups interfaces src/pnpjs/Groups/IFpsAssociatedGroupsReturn
|
|
2009
|
-
- add group functions: getAllSiteGroups, getAssociatedGroups,
|
|
2010
|
-
- add group functions: getAssociatedOwnerGroup, getAssociatedMemberGroup, getAssociatedVisitorGroup
|
|
2011
|
-
- add group functions: getAllUsersFromGroup, getAllUsersFromGroupId, getAllUsersFromGroupName
|
|
2012
|
-
|
|
2013
|
-
## 1.0.92 - 2023-Jan-10: Pivot Tiles - migrate ReactImage Props and Prop Pane Choices
|
|
2014
|
-
- from src/Services/PropPane/ReactImage/v2 to src/common/Images
|
|
2015
|
-
|
|
2016
|
-
## 1.0.91 - 2023-Jan-10: SecureScript supportedContacts
|
|
2017
|
-
- updated importBlockPropsFPS: added 'supportContacts', 'documentationLinkDesc', 'documentationLinkUrl',
|
|
2018
|
-
- so that if you export/import, it updates the SupportContact to current user and makes them update docs info.
|
|
2019
|
-
- updated download error due to unmanaged device to friendly errors: https://github.com/mikezimm/SecureScript7/issues/67
|
|
2020
|
-
- updated checkDeepProperty to allow suppressing console on errors. https://github.com/mikezimm/drilldown7/issues/316
|
|
2021
|
-
|
|
2022
|
-
## 1.0.90 - 2023-Jan-10: Drilldown Prop Pane Help supportedContacts
|
|
2023
|
-
- added console.log whenever onFPSPropPaneClosed automatically updates supportContacts
|
|
2024
|
-
- updated onFPSPropPaneClosed to put correct email, name and imageUrl in the prop pane props
|
|
2025
|
-
|
|
2026
|
-
## 1.0.89 - 2023-Jan-10: Drilldown Prop Pane Help supportedContacts
|
|
2027
|
-
- https://github.com/mikezimm/SecureScript7/issues/98
|
|
2028
|
-
- add onPropertyPaneConfigurationComplete to Class
|
|
2029
|
-
- create onFPSPropPaneClosed which could be called at any time from web part
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
## 1.0.87 - 2023-Jan-10: Drilldown Prop Pane Help escape fixes
|
|
2033
|
-
- numerous places: replaced escape() with string literals.
|
|
2034
|
-
|
|
2035
|
-
## 1.0.86 - 2023-Jan-07: Drilldown Various updates
|
|
2036
|
-
- update PinMeGroup to not expand: https://github.com/mikezimm/drilldown7/issues/304
|
|
2037
|
-
- add spHttpClient?: any; to WebPartContextCopy_15_2 for typing in SecureScript7 for prop pane calls
|
|
2038
|
-
- update npm install @mikezimm/fps-styles@1.0.13 for drilldown styles
|
|
2039
|
-
- update npm install npm install @mikezimm/fps-pnp2@1.0.29 for improved error handling for returning common errors like no listName etc..
|
|
2040
|
-
|
|
2041
|
-
## 1.0.85 - 2023-Jan-05: Drilldown HelpPanel updates
|
|
2042
|
-
- update propPaneHelp escaped strings that look funny in page: https://github.com/mikezimm/drilldown7/issues/289
|
|
2043
|
-
|
|
2044
|
-
## 1.0.84 - 2023-Jan-05: SecureScript define PageContext subclasses
|
|
2045
|
-
- create check4Tricks to standardize checking for showTricks in here and in web part
|
|
2046
|
-
- added to PageContextCopy_15_2 for better typing ability
|
|
2047
|
-
list: PageContextCopy_15_2_List;
|
|
2048
|
-
user: PageContextCopy_15_2_User;
|
|
2049
|
-
web: PageContextCopy_15_2_Web;
|
|
2050
|
-
site: PageContextCopy_15_2_Site;
|
|
2051
|
-
cultureInfo: PageContextCopy_15_2_CulturInfo;
|
|
2052
|
-
|
|
2053
|
-
## 1.0.83 - 2023-Jan-04: SecureScript IFPSWindow
|
|
2054
|
-
- add to IFPSWindow: _spPageContextInfo?: LegacyPageContextCopy_15_2;
|
|
2055
|
-
- add to IFPSWindow: _pageContextInfo?: PageContextCopy_15_2;
|
|
2056
|
-
|
|
2057
|
-
## 1.0.82 - 2023-Jan-04: Banner updates
|
|
2058
|
-
- fix Banner Panel default tab to be OOTBHelpPanel
|
|
2059
|
-
- add createWhyRow for the Whyme page
|
|
2060
|
-
|
|
2061
|
-
## 1.0.81 - 2023-Jan-03: ALVFinMan components
|
|
2062
|
-
- added makeBubbleElementFromBubbles, IMinTeachBubble to src/components/atoms/TeachBubble
|
|
2063
|
-
- refactored bubbles to include content element
|
|
2064
|
-
- Add FadeCarousel and SelectDots under src/components/molecules/FadeCarousel ( from test-fps-test/ALVFinMan web part )
|
|
2065
|
-
- relocated thinArray and getSpreadIndexes to src/logic/Arrays/thinOutArray.ts
|
|
2066
|
-
- created getWhoDunItElements in src/components/atoms/WhoDunItRow/getWhoDunIt.tsx to build Peope/Dates row
|
|
2067
|
-
|
|
2068
|
-
## 1.0.80 - 2022-Dec-31: clean up console.logs, ALVFinMan fetches
|
|
2069
|
-
- remove unneccessary console.logs
|
|
2070
|
-
- fix a couple check4Gulp imports that pull in pnp2
|
|
2071
|
-
- update PinMeGroup to only auto-expand on PageInfo for now
|
|
2072
|
-
- add getNextIndex function from FadeCarousel component to src/logic/Arrays/searching/getNextIndex.ts
|
|
2073
|
-
- update getSourceItems to automatically create expandColumns from selectColumns if it is empty - ALVFinMan
|
|
2074
|
-
- add fetchFpsPageAsXML and fetchFpsItemAsXML to fetch Modern Page content
|
|
2075
|
-
|
|
2076
|
-
## 1.0.79 - 2022-Dec-23: fetch attacments pnpv2 update
|
|
2077
|
-
update fetch attachments from issue: https://github.com/mikezimm/drilldown7/issues/302
|
|
2078
|
-
|
|
2079
|
-
## 1.0.78 - 2022-Dec-23: friendly error, Theme, ListView
|
|
2080
|
-
- update friendly error message for to many lookup columns in query: https://github.com/mikezimm/drilldown7/issues/204
|
|
2081
|
-
- set default Theme to allow Site Theme: _allowSiteThemeChoice: boolean = true;
|
|
2082
|
-
- add iconFieldName to ReactListView if isLibrary
|
|
2083
|
-
|
|
2084
|
-
## 1.0.77 - 2022-Dec-23: easyPagesAudience, parentListURL
|
|
2085
|
-
- easyPagesAudience default Audience: Page Editors:
|
|
2086
|
-
- https://github.com/mikezimm/fps-library-v2/issues/35
|
|
2087
|
-
- standardize propertyNames in library: https://github.com/mikezimm/fps-library-v2/issues/36
|
|
2088
|
-
- webURL >> webUrl, listName >> listTitle, parentListURL >> listUrl
|
|
2089
|
-
|
|
2090
|
-
## 1.0.74 - 2022-Dec-23: orderByBoolean
|
|
2091
|
-
- fix orderByBoolean in getSourceItems
|
|
2092
|
-
- add audience targetting on EasyPages 1.0.74 just enabled the prop pane field
|
|
2093
|
-
|
|
2094
|
-
## 1.0.72 - 2022-Dec-23: Fix Endless imports
|
|
2095
|
-
- fix endless @pnp/sp imports: https://github.com/mikezimm/fps-library-v2/issues/34
|
|
2096
|
-
- found in: src/components/molecules/FieldPanel/components/fetch/funcions.ts
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
## 1.0.71 - 2022-Dec-23: Help and ...
|
|
2100
|
-
- change StringFunctions help page to show DoNotFetchSpecial not DoNotFetchSpecialLC
|
|
2101
|
-
- alternate easyPages and Settings, not both at the same time https://github.com/mikezimm/fps-library-v2/issues/32
|
|
2102
|
-
- add 'last ditch' friendly message in src/logic/Errors/friendly.ts
|
|
2103
|
-
|
|
2104
|
-
## 1.0.70 - 2022-Dec-23: Drilldown String Functions Prop Pane Help
|
|
2105
|
-
- update StringFunctions prop pane help page to list DoNotExpandTrimSpecial columns
|
|
2106
|
-
- update all pnpjs getters with more standardized interfaces
|
|
2107
|
-
- moved getSourceItems to use one from this library and call fetchAnyItems
|
|
2108
|
-
- standardize the error info building and result interfaces
|
|
2109
|
-
|
|
2110
|
-
## 1.0.69 - 2022-Dec-23: Drilldown String Functions, Special Functions
|
|
2111
|
-
- add getLetterBucket5 for https://github.com/mikezimm/drilldown7/issues/140
|
|
2112
|
-
- add string Functions: FirstInFirst5Buckets, FirstInLast5Buckets for https://github.com/mikezimm/drilldown7/issues/286
|
|
2113
|
-
- add following for https://github.com/mikezimm/drilldown7/issues/294
|
|
2114
|
-
- add Special Fields/Props: IDoNotFetchSpecial = 'ModDateFirstName' | 'ModDateLastName' | 'ModDateInitials' | 'ModDateFirstL' ;
|
|
2115
|
-
- add Special Fields/Props: IDoNotFetchSpecial = 'CreateDateFirstName' | 'CreateDateLastName' | 'CreateDateInitials' | 'CreateDateFirstL';
|
|
2116
|
-
- add function getSpecialColumns: src/pnpjs/Lists/getVX/getSpecialV2.ts
|
|
2117
|
-
|
|
2118
|
-
## 1.0.68 - 2022-Dec-23: getPreConfig and PivotOptions
|
|
2119
|
-
- add src/common/Pivots/PivotOptions.ts from Drilldown, should be used with PivotStyle choices (like in PivotTiles)
|
|
2120
|
-
- add src/pnpjs/PreConfigItems/getPreConfig.ts from Drilldown which gets preconfig settings from PreConfigSite
|
|
2121
|
-
|
|
2122
|
-
## 1.0.67 - 2022-Dec-23: reactListView
|
|
2123
|
-
- bring richTextHeight from Drilldown directly into reactListView
|
|
2124
|
-
- move fetchAttachments function into separate functions under pnpjs folder
|
|
2125
|
-
- fix some imports that were to general pulling in more than neccessary
|
|
2126
|
-
|
|
2127
|
-
## 1.0.66 - 2022-Dec-22: analytics
|
|
2128
|
-
- update saveAnalytics: use saveThisLogItemAsync with await, add RuleBreak to IFPSResultStatus again
|
|
2129
|
-
|
|
2130
|
-
## 1.0.63 - 2022-Dec-22: analytics
|
|
2131
|
-
- update saveAnalytics: alert & console.log error to show friendly error when gulping
|
|
2132
|
-
|
|
2133
|
-
## 1.0.61 - 2022-Dec-22: fix bannerEleClasses
|
|
2134
|
-
- reactListView.tsx: const bannerEleClasses = ['quickCommandFooterStyles', commandResult ? 'quickCommandShow' : 'quickCommandHide' ];
|
|
2135
|
-
- reactListView.tsx: added footerElement from Drilldown for quickCommand results.
|
|
2136
|
-
|
|
2137
|
-
## 1.0.60 - 2022-Dec-22: fix getListProps, fix quickCommands, bring result footer to list component
|
|
2138
|
-
- fixed createIUserFromUser: User.Id was getting changed from string to number causing any QuickCommand logic using === to fail on Id check.
|
|
2139
|
-
- rebuild reactListView.tsx: createPanelButtons to createPanelButtonsV2 - uses arrow function to pass back Item and Command. No more parsing the element id stuff!
|
|
2140
|
-
- npm install @mikezimm/fps-styles@1.0.10
|
|
2141
|
-
- add quickCommand Result Footer direclty in reactListView (instead of passing all that back to parent - aka Drilldown )
|
|
2142
|
-
|
|
2143
|
-
## 1.0.59 - 2022-Dec-21: fix getListProps
|
|
2144
|
-
- npm install @mikezimm/fps-pnp2@1.0.18
|
|
2145
|
-
- test reactListView createPanelButtonsV2 - arrow function
|
|
2146
|
-
|
|
2147
|
-
## 1.0.59 - 2022-Dec-21: PinMe behaviour and EasyPages pando style
|
|
2148
|
-
- add forceSPAStyle to FetchBannerX.tsx and EasyPagesHooks props : https://github.com/mikezimm/fps-library-v2/issues/24
|
|
2149
|
-
- add WebPartLinks padding-top on fps-library row
|
|
2150
|
-
|
|
2151
|
-
## 1.0.58 - 2022-Dec-21: FieldPanelMin
|
|
2152
|
-
- fix FetchBannerX - changed this.props.pinMeState to this._pinMeState, save for pin function.
|
|
2153
|
-
|
|
2154
|
-
## 1.0.57 - 2022-Dec-21: FieldPanelMin
|
|
2155
|
-
- fix updateFarElementsPinMe fix onClick for when state = pinMini... was pinMini now pinFull so it does actually toggle.
|
|
2156
|
-
- fps-styles@1.0.10 - 2022-Dec-20: add to overflow-x: hidden; pinMeMini
|
|
2157
|
-
|
|
2158
|
-
## 1.0.56 - 2022-Dec-21: FieldPanelMin
|
|
2159
|
-
- create FieldPanelMin (minimal field panel page)
|
|
2160
|
-
|
|
2161
|
-
## 1.0.55 - 2022-Dec-21: add PinMe icon and state
|
|
2162
|
-
- update FetchBannerX to have local variable this._pinMeState and this._updatePinState - either from local or passed in from parent component.
|
|
2163
|
-
- update updateFarElementsPinMe to have new logic
|
|
2164
|
-
- resolves https://github.com/mikezimm/fps-library-v2/issues/23
|
|
2165
|
-
|
|
2166
|
-
## 1.0.54 - 2022-Dec-21: library repoLinks in About Panel
|
|
2167
|
-
- tweak library issues links to 'legacy' so shows as 'fps-styles issues' instead of just 'issues'
|
|
2168
|
-
- "@mikezimm/fps-styles": "^1.0.9" -> https://github.com/mikezimm/fps-library-v2/issues/13
|
|
2169
|
-
|
|
2170
|
-
## 1.0.53 - 2022-Dec-21: library repoLinks in About Panel
|
|
2171
|
-
- update: add libraries to LinksRepos and incorporate new libs into WebPartLinks https://github.com/mikezimm/fps-library-v2/issues/21
|
|
2172
|
-
- fix: Fix FetchBannerX and FullPanel to show all contentPages: https://github.com/mikezimm/fps-library-v2/issues/9
|
|
2173
|
-
|
|
2174
|
-
## 1.0.52 - 2022-Dec-21: reactList && commands columns
|
|
2175
|
-
- fix: updateReactListItem and reactListView https://github.com/mikezimm/fps-library-v2/issues/20
|
|
2176
|
-
- updated PropPaneGroups to not show PinMe or FPSBasics in certain conditions like SPA: https://github.com/mikezimm/fps-library-v2/issues/7
|
|
2177
|
-
- fix: Fix about tab not showing in panel: https://github.com/mikezimm/fps-library-v2/issues/9
|
|
2178
|
-
|
|
2179
|
-
## 1.0.51 - 2022-Dec-19: reactList && commands columns
|
|
2180
|
-
- https://github.com/mikezimm/fps-library-v2/issues/12 - updated getSelectV2, getExpandV2, getFuncV2
|
|
2181
|
-
- https://github.com/mikezimm/fps-library-v2/issues/19 - updated getSelectV2, getExpandV2, getFuncV2
|
|
2182
|
-
|
|
2183
|
-
## 1.0.51 - 2022-Dec-19: reactList && commands issues
|
|
2184
|
-
- https://github.com/mikezimm/fps-library-v2/issues/11 - fix reactListView to return element if no items
|
|
2185
|
-
- https://github.com/mikezimm/fps-library-v2/issues/14 - fix Drilldown Commands
|
|
2186
|
-
- https://github.com/mikezimm/fps-library-v2/issues/15
|
|
2187
|
-
- https://github.com/mikezimm/fps-library-v2/issues/16
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
## 1.0.50 - 2022-Dec-19: reactList
|
|
2191
|
-
- npm install @mikezimm/fps-styles@1.0.8
|
|
2192
|
-
- https://github.com/mikezimm/fps-library-v2/issues/11
|
|
2193
|
-
|
|
2194
|
-
## 1.0.49 - 2022-Dec-19: reactList
|
|
2195
|
-
- add bar styles back in via @mikezimm/fps-styles@1.0.6 and passing in barTheme class same as FetchBannerX
|
|
2196
|
-
|
|
2197
|
-
## 1.0.49 - 2022-Dec-19: expando
|
|
2198
|
-
- fix const enableExpandoramic in BuildBannerPropsX2 to correctly show pando button
|
|
2199
|
-
|
|
2200
|
-
## 1.0.48 - 2022-Dec-19: site theme
|
|
2201
|
-
- updated FetchBannerX to accept siteThemes object to better insure that a web part matches options available in that library version
|
|
2202
|
-
|
|
2203
|
-
## 1.0.47 - 2022-Dec-19: site theme
|
|
2204
|
-
- add following props to BannerProps and IFPSEnviro
|
|
2205
|
-
themeChoice: string;
|
|
2206
|
-
useSiteTheme: boolean;
|
|
2207
|
-
- add logic in banner to over-ride banner styling with class provided in main react component
|
|
2208
|
-
- update createStyleFromString to accept ignoreColors flag to ignore colors from styling
|
|
2209
|
-
|
|
2210
|
-
## 1.0.46 - 2022-Dec-19: reactListView part 2
|
|
2211
|
-
- fix let parentListFieldTitles = ... error when this is '' - can't JSON.parse it.
|
|
2212
|
-
|
|
2213
|
-
## 1.0.45 - 2022-Dec-19: reactListView part 1
|
|
2214
|
-
- add items.length check to reactListView
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
## 1.0.44 - 2022-Dec-18: Drilldown Update part 5
|
|
2218
|
-
- remove duplicate src/common/Audiences folder from here.... go to banner/propPane/Audiences instead
|
|
2219
|
-
- fix reactListView css import to point to fps-sytles
|
|
2220
|
-
|
|
2221
|
-
## 1.0.43 - 2022-Dec-18: Drilldown Update part 5
|
|
2222
|
-
- add siteServerRelativeUrl to IFPSEnviro - in order to easily tell if a url is on the current site collection
|
|
2223
|
-
|
|
2224
|
-
## 1.0.41 - 2022-Dec-18: Drilldown Update part 4
|
|
2225
|
-
- delete ILink and replace with ISimpleLink which is same but with optional target
|
|
2226
|
-
- migrate zPivots from npmFunctions to src/common/interfaces/fps/IzPivots
|
|
2227
|
-
- migrate IListInterfaces to src/common/interfaces/fps/Picked/IListInterfaces.ts
|
|
2228
|
-
- Move to separate files in case needed that way
|
|
2229
|
-
|
|
2230
|
-
## 1.0.40 - 2022-Dec-18: Drilldown Update part 3
|
|
2231
|
-
- created src/pnpjs/CommandItems/updateItem.ts to update command items (the actual part that just saves using fps-pnpv2)
|
|
2232
|
-
- standardized return status signatures to IFPSResultStatus https://github.com/mikezimm/fps-library-v2/issues/10
|
|
2233
|
-
- cleaned up '/index*' references to be more specific
|
|
2234
|
-
|
|
2235
|
-
## 1.0.39 - 2022-Dec-18: Drilldown Update part 2
|
|
2236
|
-
- move replaceHandleBars from src/logic/Strings/handleBars.ts to /handleBarsContext.ts to
|
|
2237
|
-
- add fetchCount to "@mikezimm/fps-pnp2": "^1.0.14" for fetching items.
|
|
2238
|
-
- update updateReactListItem.tsx code to use fps-Pnp2 library to get items
|
|
2239
|
-
|
|
2240
|
-
## 1.0.39 - 2022-Dec-17: Drilldown Update
|
|
2241
|
-
- npm install @mikezimm/fps-pnp2@1.0.13 >> Has Drilldown fetch and update core function, wrapper function to be here.
|
|
2242
|
-
- Create ReactList View from Drilldown: src/components/molecules/ReactListV1
|
|
2243
|
-
- rename handleBars functions
|
|
2244
|
-
|
|
2245
|
-
## 1.0.39 - 2022-Dec-17: Drilldown Update
|
|
2246
|
-
- Migrate Drilldown PropPaneHelp pages - src/common/PropPaneHelp/pages/listview
|
|
2247
|
-
- Restructured PropPaneHelp folder into subfolders
|
|
2248
|
-
- Migrate Drilldown String functions - src/logic/Strings/drillParse
|
|
2249
|
-
- Create folder for PreConfigProps / SiteCollectionPresets >> src/common/PropPaneHelp/preconfig
|
|
2250
|
-
- Migrate buildConfirmDialog and buildConfirmDialogBig from Drilldown to src/components/atoms/Elements
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
## 1.0.38 - 2022-Dec-16: FieldPanel Update
|
|
2254
|
-
- add ...changesFieldPanel to exportIgnorePropsFPS
|
|
2255
|
-
- externalize react-json-view
|
|
2256
|
-
|
|
2257
|
-
## 1.0.37 - 2022-Dec-16: FieldPanel Update
|
|
2258
|
-
- Update mainWebPartRenderBannerSetupX to properly bind saveViews and saveCommands function
|
|
2259
|
-
- Update class _saveFieldPanelCommandsFunction and _saveFieldPanelViewsFunction with better logic
|
|
2260
|
-
- Update PropPaneColsClass _updatePerformance to properly show performance
|
|
2261
|
-
|
|
2262
|
-
## 1.0.36 - 2022-Dec-16: FieldPanel Update
|
|
2263
|
-
- Add FPSFieldsPanelPropGroup to getAllDefaultFPSFeatureGroups
|
|
2264
|
-
|
|
2265
|
-
## 1.0.35 - 2022-Dec-15: FieldPanel Update
|
|
2266
|
-
- Rename IFieldPanelProps to IMinWPFieldPanelProps
|
|
2267
|
-
- Subsitute webURL for webUrl for consistancy across library
|
|
2268
|
-
- Change components folder from PropPaneCols to FieldPanel which is really what it is
|
|
2269
|
-
- Add FPSBaseClass: _allowFieldPanel, _FieldPanelDesignMode, _FieldPanelWebProp, _FieldPanelListProp
|
|
2270
|
-
- Add saveFields, saveViews functions to class
|
|
2271
|
-
- Add logic to FieldPanel info to fieldPanelProps, runWebPartRender WP Props to fieldPanelProps
|
|
2272
|
-
- Reorganize runWebPartRender logic to group similar functions ( Panel, Near, FieldPanel etc... )
|
|
2273
|
-
|
|
2274
|
-
## 1.0.34 - 2022-Dec-15
|
|
2275
|
-
- Updated styles references in PropPaneCols component
|
|
2276
|
-
- Bumped styles version to 1.0.3
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
## 1.0.33 - 2022-Dec-15
|
|
2280
|
-
- Add PropPaneCols component - NEEDS CSS FIXED
|
|
2281
|
-
|
|
2282
|
-
## 1.0.32 - 2022-Dec-15
|
|
2283
|
-
- udpate IFPSEnviro.web.id and .site.id to check for complex id object
|
|
2284
|
-
- Add EasyPages updates in runOnPropChange from Pnpjs-v2 testing
|
|
2285
|
-
- Migrate src/zComponents/Accordion_ to components/molecules
|
|
2286
|
-
- Migrate src/zComponents/Arrows_ to components/molecules
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
## 1.0.31 - 2022-Dec-15
|
|
2290
|
-
- migrate saveAnalytics.ts, interfaces and functions
|
|
2291
|
-
- add SiteID, WebID, SiteTitle to IFPSEnviro
|
|
2292
|
-
|
|
2293
|
-
## 1.0.30 - 2022-Dec-15
|
|
2294
|
-
- Add analyticsProps
|
|
2295
|
-
|
|
2296
|
-
## 1.0.29 - 2022-Dec-15
|
|
2297
|
-
- Changed Const: FPSPinMePropsGroup to Function: FPSPinMePropsGroupX - to auto-detect enviro
|
|
2298
|
-
- fix _trickyEmailsALL to _trickyEmailsAll (All lower cased)
|
|
2299
|
-
|
|
2300
|
-
## 1.0.28 - 2022-Dec-15
|
|
2301
|
-
- Create getAllDefaultFPSFeatureGroups to get all FPS Groups in one batch
|
|
2302
|
-
Auto-detects which to ignore using thisWPClass options
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
## 1.0.27 - 2022-Dec-15
|
|
2306
|
-
- Add trickyEmailsAll to FPSEnviro
|
|
2307
|
-
- update ReactJSON collapsed depth on PropPanel pages
|
|
2308
|
-
|
|
2309
|
-
## 1.0.26 - 2022-Dec-15
|
|
2310
|
-
- change _allowExpando to _allowPandoramic
|
|
2311
|
-
- change _disablePandoramic to _allowPandoramic
|
|
2312
|
-
- change _disablePinMe to _allowPinMe for consistancy of this._properties
|
|
2313
|
-
|
|
2314
|
-
- NOTE That this change requires logic check on all PinMe applications since
|
|
2315
|
-
now true means allow vs in past it meant disable
|
|
2316
|
-
|
|
2317
|
-
## 1.0.25 - 2022-Dec-15
|
|
2318
|
-
- Create window.FPSEnviro: IFPSEnviro using createFPSEnviroOnWindow during runSuperOnInit
|
|
2319
|
-
- Add FPSEnviro to HelpPanel User tab
|
|
2320
|
-
- Update PropertyPaneGroups to accept thisWPClass: IThisFPSWebPartClass - make life a LOT easier
|
|
2321
|
-
|
|
2322
|
-
## 1.0.24 - 2022-Dec-14
|
|
2323
|
-
- change _exportIgnoreProps to _exportIgnorePropsWP, webpart only passes it's props. runFPSInit adds FPS ignores
|
|
2324
|
-
- change _importBlockProps to _importBlockPropsWP, webpart only passes it's props. runFPSInit adds FPS ignores
|
|
2325
|
-
- clean up old comments
|
|
2326
|
-
|
|
2327
|
-
## 1.0.23 - 2022-Dec-14
|
|
2328
|
-
- move consolidate some PropPane files
|
|
2329
|
-
|
|
2330
|
-
## 1.0.22 - 2022-Dec-14
|
|
2331
|
-
- Add baseline files for updated IThisFPSWebPartClass, FPSBaseClass
|
|
2332
|
-
- Add runFPSSuperOnInit, runFPSWebPartRender, runOnPropChange buildExportPropsX
|
|
2333
|
-
|
|
2334
|
-
## 1.0.21 - 2022-Dec-13
|
|
2335
|
-
- update easyPagesSources - add 'Article' css class and logic based on testing
|
|
2336
|
-
|
|
2337
|
-
## 1.0.20 - 2022-Dec-13
|
|
2338
|
-
- Add EasyPages component to banner
|
|
2339
|
-
|
|
2340
|
-
## 1.0.19 - 2022-Dec-13
|
|
2341
|
-
export { FPSBanner4BasicGroup, } from './FPSBanner4BasicGroup';
|
|
2342
|
-
export { FPSBanner3NavGroup, } from './FPSBanner3NavGroup';
|
|
2343
|
-
export { FPSBanner3ThemeGroup } from './FPSBanner3ThemeGroup';
|
|
2344
|
-
|
|
2345
|
-
## 1.0.18 - 2022-Dec-13
|
|
2346
|
-
- fix this. errors in functional components
|
|
2347
|
-
- update css import statements
|
|
2348
|
-
|
|
2349
|
-
## 1.0.17 - 2022-Dec-13
|
|
2350
|
-
- update PresetFPSBanner with EasyPages EasyIcons
|
|
2351
|
-
- migrate updateBannerThemeStyles, refreshBannerStylesOnPropChange to src/banner/features/PageStyle/bannerThemes.ts
|
|
2352
|
-
- migrate renderCustomStyles to src/banner/features/PageStyle/renderCustStyles.ts
|
|
2353
|
-
- import PreConfig EasyPages/EasyIcons from Drilldown to src/common/PropPaneHelp/PreConfiguredConstants.ts
|
|
2354
|
-
|
|
2355
|
-
## 1.0.16 - 2022-Dec-12
|
|
2356
|
-
- clean up build errors - moved temp files back to npmFunctions so could build
|
|
2357
|
-
|
|
2358
|
-
## 1.0.15 - 2022-Dec-12
|
|
2359
|
-
- More cleanup imports
|
|
2360
|
-
|
|
2361
|
-
## 1.0.13 - 2022-Dec-12
|
|
2362
|
-
- Target more specific imports instead of just import { ... } from '../../../pnpjs
|
|
2363
|
-
- was causing web part to suck in entire folder and all dependancies
|
|
2364
|
-
|
|
2365
|
-
## 1.0.12 - 2022-Dec-11
|
|
2366
|
-
|
|
2367
|
-
### Installs
|
|
2368
|
-
|
|
2369
|
-
- npm install react-json-view@1.21.3
|
|
2370
|
-
- npm install @pnp/spfx-property-controls@3.6.0
|
|
2371
|
-
- npm install @mikezimm/fps-styles@1.0.1
|
|
2372
|
-
|
|
2373
|
-
### Linting - Set these to true and cleaned up warnings
|
|
2374
|
-
|
|
2375
|
-
"strictNullChecks": true,
|
|
2376
|
-
"noUnusedLocals": false,
|
|
2377
|
-
- Turned off noUnusedLocals when done... saved error count to zNotes/Errors - noUnusedLocals
|
|
2378
|
-
- Keeping strictNullChecks ON for now since I was able to clean all current warnings
|
|
2379
|
-
|
|
2380
|
-
### Decamelize
|
|
2381
|
-
|
|
2382
|
-
- Created local version of https://github.com/sindresorhus/decamelize,
|
|
2383
|
-
|
|
2384
|
-
- Moved PropPane help pages into separate files: src/common/PropPaneHelp/pages/FPSCommonOnNpm.tsx
|
|
2385
|
-
- Moved duplicate Audiences from banner sub-folter to src/common/Audiences
|
|
2386
|
-
|
|
2387
|
-
### CommandStyles
|
|
2388
|
-
|
|
2389
|
-
- import npmFunctions/src/HelpPanelOnNPM/onNpm/defaults_.ts to /src/common/commandStyles/defaults.ts
|
|
2390
|
-
- import npmFunctions/src/HelpPanelOnNPM/onNpm/adjustCmdThemes_.ts to /src/common/commandStyles/adjustCmdThemes.ts
|
|
2391
|
-
|
|
2392
|
-
### VisitorPanel
|
|
2393
|
-
|
|
2394
|
-
- Move VisitorPanelHelp Interfaces to src/banner/components/VisitorPanel/Interfaces.ts
|
|
2395
|
-
- import npmFunctions/src/CoreFPS/VisitorPanelComponent_.tsx to src/banner/components/VisitorPanel/VisitorPanelComponent.tsx
|
|
2396
|
-
- import npmFuctions/src/CoreFPS/FPSOptionsGroupVisHelp_ to src/banner/components/VisitorPanel/FPSOptionsGroupVisHelp.ts
|
|
2397
|
-
|
|
2398
|
-
### CoreFPS
|
|
2399
|
-
|
|
2400
|
-
- import npmFuctions/src/CoreFPS/ReactComponentProps to src/banner/mainReact --- Props and State separated
|
|
2401
|
-
- import npmFuctions/src/CoreFPS_/BannerPageMisc_.tsx to src/banner/components/Panel/createAboutRow.tsx <<< FILE RENAME >>>
|
|
2402
|
-
|
|
2403
|
-
### Gear
|
|
2404
|
-
|
|
2405
|
-
- import npmFuctions/src/HelpPanelOnNPM/onNpm/interfaces_.ts to src/banner/components/Gear/IKeySiteProps.ts
|
|
2406
|
-
- import npmFuctions/src/HelpPanelOnNPM/banner/onLocal/bannerGearFunctions_.tsx to
|
|
2407
|
-
- import npmFuctions/src/HelpPanelOnNPM/banner/onLocal/bannerGearFunctions_.tsx to src/banner/components/Gear
|
|
2408
|
-
- import npmFuctions/src/HelpPanelOnNPM/banner/onLocal/bannerSettings_.css to src/banner/components/Gear
|
|
2409
|
-
|
|
2410
|
-
### SpecialBanner
|
|
2411
|
-
|
|
2412
|
-
- import npmFuctions/src/HelpPanelOnNPM/specialX to src/banner/components/SpecialBanner
|
|
2413
|
-
|
|
2414
|
-
### WebPartLinks
|
|
2415
|
-
|
|
2416
|
-
- import npmFuctions/src/HelpPanelOnNPM/banner/onLocal/WebPartLinks_.tsx to src/banner/components/WebPartLinks/WebPartLinks.tsx
|
|
2417
|
-
|
|
2418
|
-
### Main Component
|
|
2419
|
-
|
|
2420
|
-
- import npmFuctions/src/HelpPanelOnNPM/banner/onLocal/component_.tsx to src/banner/banner/component.tsx
|
|
2421
|
-
- import npmFuctions/src/HelpPanelOnNPM/banner/onLocal/banner_.css to src/banner/banner/banner.css
|
|
2422
|
-
|
|
2423
|
-
### Main Render
|
|
2424
|
-
|
|
2425
|
-
- import npmFuctions/src/HelpPanelOnNPM/onNpm/BannerInterface_.ts to src/banner/renderBBP/BannerInterface.ts
|
|
2426
|
-
- import npmFuctions/src/HelpPanelOnNPM/onNpm/buildBannerPropsV1_.ts to src/banner/renderBBP/buildBannerPropsV1.ts
|
|
2427
|
-
- import npmFuctions/src/HelpPanelOnNPM/onNpm/Moved_/WebPartRenderBannerV2_.ts to src/banner/renderBBP/WebPartRenderBannerV2.ts
|
|
2428
|
-
|
|
2429
|
-
### Others
|
|
2430
|
-
|
|
2431
|
-
- import npmFuctions/src/Services/PropPane/StringToReactCSS.ts to src/logic/Strings/reactCSS.ts
|
|
2432
|
-
- import npmFuctions/src/Services/Navigation/site.ts to src/logic/Links/Navigation.ts
|
|
2433
|
-
- import npmFuctions/src/Elements_ to src/components/atoms/Elements
|
|
2434
|
-
|
|
2435
|
-
- import npmFuctions/ to
|
|
2436
|
-
|
|
2437
|
-
## 1.0.11 - 2022-Dec-11
|
|
2438
|
-
- redirected all css requires to @mikezimm/fps-styles/dist/samefile.css
|
|
2439
|
-
|
|
2440
|
-
## 1.0.10 - 2022-Dec-10
|
|
2441
|
-
- update getPagesContent based on testing
|
|
2442
|
-
|
|
2443
|
-
## 1.0.9 - 2022-Dec-10
|
|
2444
|
-
- update prepSourceColumns, componentPage based on testing
|
|
2445
|
-
|
|
2446
|
-
## 1.0.8 - 2022-Dec-10
|
|
2447
|
-
- filter duplicate columns in prepSourceColumns
|
|
2448
|
-
sourceProps.columns = columns.filter((element, index) => ...;
|
|
2449
|
-
sourceProps.selectThese = selectThese.filter((element, index) => ...;
|
|
2450
|
-
sourceProps.expandThese = expColumns.filter((element, index) => ...;
|
|
2451
|
-
|
|
2452
|
-
## 1.0.6 - 2022-Dec-10
|
|
2453
|
-
- Add check4Gulp to /pnpv2/SourceItems, add saveErrorToLog to /pnpv2/users functions
|
|
2454
|
-
|
|
2455
|
-
## 1.0.5 - 2022-Dec-10
|
|
2456
|
-
- fixes when turning on tsconfig rules:
|
|
2457
|
-
"strictNullChecks": true, ==>> reduced to false after some udpates/fixes
|
|
2458
|
-
"noUnusedLocals": true, ==>> reduced to false after some udpates/fixes
|
|
2459
|
-
"noImplicitAny": true,
|
|
2460
|
-
|
|
2461
|
-
## 1.0.4 - 2022-Dec-10
|
|
2462
|
-
- npm install @mikezimm/fps-pnp2@1.0.10
|
|
2463
|
-
- had LOTS of due to single UpperCase Users in src/index.ts
|
|
2464
|
-
- Error was: multiple modules with names that only differ in casing
|
|
2465
|
-
|
|
2466
|
-
## 1.0.4 - 2022-Dec-10
|
|
2467
|
-
- npm install @mikezimm/fps-pnp2@1.0.9
|
|
2468
|
-
- Fixed errors in ensureUserHere and ensureUserInfo per below:
|
|
2469
|
-
- Tried passing in user.user but it errored out all the time. Now testing for .data first
|
|
2470
|
-
const userObject: any = user.data ? user.data : user.user;
|
|
2471
|
-
return { user: userObject, e: null, status: 'success' }
|
|
2472
|
-
- Tested full and relative Urls and relative Urls errored out. Added
|
|
2473
|
-
const fullWebUrl = webUrl.indexOf('https:') === 0 ? webUrl : window.location.origin + webUrl;
|
|
2474
|
-
let thisListWeb = Web(fullWebUrl);
|
|
2475
|
-
|
|
2476
|
-
## 1.0.4 - 2022-Dec-10
|
|
2477
|
-
- Change createIUserFromUser to NOT put LoginName in an email property
|
|
2478
|
-
|
|
2479
|
-
## 1.0.3 - 2022-Dec-10
|
|
2480
|
-
- update createIUserFromUser: better fill in User: LoginName, Emails, and even Picture Url
|
|
2481
|
-
- fps-pnp2@1.0.8: update fetchSiteAdmins: add (per testing) - import { IList } from "@pnp/sp/lists";
|
|
2482
|
-
|
|
2483
|
-
## 1.0.2 - 2022-Dec-10
|
|
2484
|
-
- Update createIUserFromUser to find variations of email and login names when not in user object.
|
|
2485
|
-
- Add Mock sample data object of typical context.pageContext.User and legacyPageConext User info
|
|
2486
|
-
|
|
2487
|
-
## 1.0.1 - 2022-Dec-10
|
|
2488
|
-
- npm install @mikezimm/fps-pnp2@1.0.7:
|
|
2489
|
-
update pnp imports to include required things. Originally found from testing fetchSiteAdmins
|
|
2490
|
-
|
|
2491
|
-
## 1.0.0 - 2022-Dec-09
|
|
2492
|
-
- completely rebuilt userServices in src/pnpjs/Users
|