@syncfusion/ej2-angular-filemanager 29.2.4-ngcc → 29.2.4

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.
Files changed (29) hide show
  1. package/CHANGELOG.md +717 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/file-manager/filemanager-all.module.mjs +47 -0
  4. package/esm2020/src/file-manager/filemanager.component.mjs +113 -0
  5. package/esm2020/src/file-manager/filemanager.module.mjs +34 -0
  6. package/esm2020/src/file-manager/toolbaritems.directive.mjs +54 -0
  7. package/esm2020/src/index.mjs +6 -0
  8. package/esm2020/syncfusion-ej2-angular-filemanager.mjs +5 -0
  9. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs +240 -0
  10. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs.map +1 -0
  11. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs +240 -0
  12. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs.map +1 -0
  13. package/package.json +24 -11
  14. package/src/file-manager/filemanager-all.module.d.ts +6 -0
  15. package/src/file-manager/filemanager.component.d.ts +3 -0
  16. package/src/file-manager/filemanager.module.d.ts +7 -0
  17. package/src/file-manager/toolbaritems.directive.d.ts +5 -0
  18. package/syncfusion-ej2-angular-filemanager.d.ts +5 -0
  19. package/@syncfusion/ej2-angular-filemanager.es5.js +0 -307
  20. package/@syncfusion/ej2-angular-filemanager.es5.js.map +0 -1
  21. package/@syncfusion/ej2-angular-filemanager.js +0 -279
  22. package/@syncfusion/ej2-angular-filemanager.js.map +0 -1
  23. package/dist/ej2-angular-filemanager.umd.js +0 -612
  24. package/dist/ej2-angular-filemanager.umd.js.map +0 -1
  25. package/dist/ej2-angular-filemanager.umd.min.js +0 -11
  26. package/dist/ej2-angular-filemanager.umd.min.js.map +0 -1
  27. package/ej2-angular-filemanager.d.ts +0 -5
  28. package/ej2-angular-filemanager.metadata.json +0 -1
  29. package/license +0 -10
package/CHANGELOG.md ADDED
@@ -0,0 +1,717 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ## 29.1.39 (2025-04-22)
6
+
7
+ ### FileManager
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#F196559` - The problem related to range selection in the File Manager component has been resolved.
12
+
13
+ ## 29.1.37 (2025-04-08)
14
+
15
+ ### FileManager
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I708564` - The issue preventing the error dialog from appearing when a path was unavailable in the File Manager component has been fixed.
20
+
21
+ **Note**
22
+
23
+ Additionally, if you want to prevent the error dialog when a folder is unavailable and load the available parent directory instead, you can use the `beforePopupOpen` and `failure` events of the File Manager component. The `beforePopupOpen` event allows you to prevent the error dialog from appearing, while the `failure` event provides the failed location through `path` property. By setting the previous valid location to the File Manager's path and refreshing it, you can ensure that the available parent directory is loaded instead of displaying an error dialog.
24
+
25
+ ## 29.1.33 (2025-03-25)
26
+
27
+ ### FileManager
28
+
29
+ #### Bug Fixes
30
+
31
+ - `#I696366` - Resolved the issue with copying and pasting a folder from the navigation pane to the layout pane in File Manager component.
32
+
33
+ ## 28.2.9 (2025-03-04)
34
+
35
+ ### FileManager
36
+
37
+ #### Bug Fixes
38
+
39
+ - `#I691585` - Resolved the errors in the File Manager component while selecting multiple file items with virtualization support.
40
+ - `#I683396` - The issue context menu is not closed when scrolling in the FileManager component layout content has been resolved.
41
+
42
+ ## 28.2.6 (2025-02-18)
43
+
44
+ ### FileManager
45
+
46
+ #### Bug Fixes
47
+
48
+ - `#I656917` - The issue with the selected item count when enabling range selection in the File Manager component has been resolved.
49
+
50
+ ## 28.2.5 (2025-02-11)
51
+
52
+ ### FileManager
53
+
54
+ #### Bug Fixes
55
+
56
+ - `#I676641` - The issue with the details View column and selection when dynamically changing the view in the File Manager component has been resolved.
57
+ - `#I681088`, `#FB628089` - Provided `enableMenuItems` API method support to enable the menu items in the File Manager component.
58
+
59
+ ## 28.2.4 (2025-02-04)
60
+
61
+ ### FileManager
62
+
63
+ #### Bug Fixes
64
+
65
+ - `#I682491` - Resolved the issue with the flat data in the FileManager component, where the "This folder is empty" message still appeared after clearing the search input.
66
+
67
+ ## 28.2.3 (2025-01-29)
68
+
69
+ ### FileManager
70
+
71
+ #### Bug Fixes
72
+
73
+ - `#I677561` - The issue with the File Manager component's details view related to date formatting has been resolved.
74
+
75
+ ## 28.1.39 (2024-01-14)
76
+
77
+ ### FileManager
78
+
79
+ #### Bug Fixes
80
+
81
+ - `#I676141` - The issue with current directory drag-and-drop functionality in the navigation pane of the File Manager component has been resolved.
82
+
83
+ ## 28.1.36 (2024-12-24)
84
+
85
+ ### FileManager
86
+
87
+ #### Bug Fixes
88
+
89
+ - `#I663792` - The issue with the child item's filter path during the rename operation in the File Manager component flat data has been resolved.
90
+ - `#I663788` - The issue with the incorrect filter path during the folder creation operation in the File Manager component flat data has been resolved.
91
+ - `#I663794` - The issue with the error dialog appearing during drag-and-drop operations between nested folders in the flat data File Manager component has been resolved.
92
+ - `#I663789` - The issue with drag-and-drop functionality in the navigation pane of the flat data File Manager has been resolved.
93
+ - `#I663795` - The issue with the `hasChild` property not updating during move operations in the Navigation Pane of the flat data File Manager component has been resolved.
94
+ - `#I663864` - The issue with nested-level drag and drop in the navigation pane of the File Manager component using SQL service has been resolved.
95
+
96
+ ## 28.1.33 (2024-12-12)
97
+
98
+ ### FileManager
99
+
100
+ #### Features
101
+
102
+ - `#FB22569` - Provided chunk upload support in the File Manager, making it easier to upload large files or folders by breaking them into smaller chunks based on the specified `chunkSize` within [uploadSettings](https://ej2.syncfusion.com/documentation/api/file-manager/#uploadsettings) property.
103
+
104
+ ## 27.2.5 (2024-12-03)
105
+
106
+ ### FileManager
107
+
108
+ #### Bug Fixes
109
+
110
+ - `#I657144` - Fixed an issue with the move event arguments in the File Manager component's flat data support.
111
+ - `#I656248` - Addressed an issue with search results in the File Manager component's flat data support when searching within a subdirectory.
112
+ - `#I655646` - Resolved the delete operation issue while performing delete operation for nested level of folder in the File Manager component navigation pane.
113
+ - `#I658910` - The issue with navigation pane not reflect the renamed item data in File Manager component has been resolved.
114
+
115
+ ## 27.2.3 (2024-11-21)
116
+
117
+ ### FileManager
118
+
119
+ #### Bug Fixes
120
+
121
+ - `#I649098` - Resolved a console error that occurred during drag-and-drop operations in the File Manager component when integrated with the NodeJS service.
122
+
123
+ ## 27.1.55 (2024-10-22)
124
+
125
+ ### FileManager
126
+
127
+ #### Bug Fixes
128
+
129
+ - `#I641183` - Resolved the flat data navigation path and rename arguments issues in the File Manager component.
130
+
131
+ ## 27.1.53 (2024-10-15)
132
+
133
+ ### FileManager
134
+
135
+ #### Bug Fixes
136
+
137
+ - `#I629895` - The scrolling performance of the File Manager component has been enhanced to enable smoother scrolling during drag-and-drop operations.
138
+ - `#I633879` - Improved error handling and null value management in File Manager component create folder and `filterFiles` operations.
139
+
140
+ ## 27.1.52 (2024-10-08)
141
+
142
+ ### FileManager
143
+
144
+ #### Bug Fixes
145
+
146
+ - `#I632755` - The issue with mobile mode tap events in File Manager component large icons view has been resolved.
147
+ - `#I634920` - The issue with multiple selection in File Manager component details view has been resolved.
148
+
149
+ ## 27.1.51 (2024-09-30)
150
+
151
+ ### FileManager
152
+
153
+ #### Bug Fixes
154
+
155
+ - `#I633879` - Improved error handling and null value management in File Manager component file operations.
156
+
157
+ ## 27.1.50 (2024-09-24)
158
+
159
+ ### FileManager
160
+
161
+ #### Bug Fixes
162
+
163
+ - `#I629895` - The issue with drag and drop action in the File Manager component with virtualization has been resolved.
164
+ - `#FB61054` - The issue with navigation pane update while performing drag and drop action in the File Manager component has been resolved.
165
+
166
+ ## 27.1.48 (2024-09-18)
167
+
168
+ ### FileManager
169
+
170
+ #### Features
171
+
172
+ - The Backspace key navigation support is provided for File Manager to navigate to the previous path in File Manager. To navigate to the previous path programmatically, you can use the [traverseBackward](https://ej2.syncfusion.com/documentation/api/file-manager/#traversebackward) method.
173
+ - The File Manager supports for selecting files and folders in specific ranges through mouse drag as like File Explorer. This can be enabled through [enableRangeSelection](https://ej2.syncfusion.com/documentation/api/file-manager/#enablerangeselection) property.
174
+ - `#FB22674`- [SharePoint file service](https://github.com/SyncfusionExamples/sharepoint-aspcore-file-provider/tree/master) has been implemented to connect as backend with File Manager.
175
+
176
+ ## 26.2.11 (2024-08-27)
177
+
178
+ ### FileManager
179
+
180
+ #### Bug Fixes
181
+
182
+ - `#I620497` - Provided `menuClose` event support to prevent the context menu close action in File Manager component.
183
+ - `#I615927` - The issue with the drag and drop action in the navigation pane of the File Manager component has been resolved.
184
+
185
+ ## 26.2.10 (2024-08-20)
186
+
187
+ ### FileManager
188
+
189
+ #### Bug Fixes
190
+
191
+ - `#I620476` - Improved error handling and null value management in File Manager component file operations.
192
+
193
+ ## 26.2.7 (2024-07-30)
194
+
195
+ ### FileManager
196
+
197
+ #### Bug Fixes
198
+
199
+ - `#I608803` - The issue with renaming the tree item by directly right-clicking the item has been resolved.
200
+ - `#F189075` - The issue with rendering the File Manager component using flat data support based on the root folder ID has been resolved.
201
+ - `#I608802` - The issue with copy and paste a folder within File Manager component navigation pane has been resolved.
202
+
203
+ ## 26.1.41 (2024-07-09)
204
+
205
+ ### FileManager
206
+
207
+ #### Bug Fixes
208
+
209
+ - `#I603942` - Column hide issue in details view pane when utilizing the `hideAtMedia` property in File Manager component has been resolved.
210
+
211
+ ## 26.1.40 (2024-07-02)
212
+
213
+ ### FileManager
214
+
215
+ #### Bug Fixes
216
+
217
+ - `#I603473` - Resolved the issue where the context menu item in the File Manager component remained disabled after opening the context menu for the root folder in the navigation pane.
218
+
219
+ ## 26.1.35 (2024-06-11)
220
+
221
+ ### FileManager
222
+
223
+ #### Features
224
+
225
+ - `#FB10417` - Provided support for rendering flat data objects in FileManager component, removing the necessity for server requests and backend URL configuration. This enhancement also eliminating the need to define `ajaxSettings` while rendering the component.
226
+ - Now, we have provided [closeDialog](https://ej2.syncfusion.com/documentation/api/file-manager/#closeDialog) method in FileManager to programmatically close the
227
+ delete, rename, upload, create, details and other dialog popups.
228
+ - Introduced new event support for actions performed within the FileManager component. These new events significantly expand your ability to tailor and enhance your interactions within the File Manager, providing you with more control and flexibility. Below, you will find the corresponding event names and event argument details.
229
+
230
+ **Event Information**
231
+
232
+ Event Name | Argument Name | Properties | Description
233
+ --- | --- | --- | ---
234
+ [beforeDelete](https://ej2.syncfusion.com/documentation/api/file-manager/#beforedelete) | DeleteEventArgs | path, itemData, cancel. | This event is triggered before the deletion of a file or folder occurs. It can be utilized to prevent the deletion of specific files or folders. Any actions, such as displaying a spinner for deletion, can be implemented here.
235
+ [delete](https://ej2.syncfusion.com/documentation/api/file-manager/#delete) | DeleteEventArgs | path, itemData, cancel. | This event is triggered after the file or folder is deleted successfully. The deleted file or folder details can be retrieved here. Additionally, custom elements' visibility can be managed here based on the application's use case.
236
+ [beforeFolderCreate](https://ej2.syncfusion.com/documentation/api/file-manager/#beforefoldercreate) | FolderCreateEventArgs | path, folderName, parentFolder, cancel. | This event is triggered before a folder is created. It allows for the restriction of folder creation based on the application's use case.
237
+ [folderCreate](https://ej2.syncfusion.com/documentation/api/file-manager/#foldercreate) | FolderCreateEventArgs | path, folderName, parentFolder, cancel. | This event is triggered when a folder is successfully created. It provides an opportunity to retrieve details about the newly created folder.
238
+ [search](https://ej2.syncfusion.com/documentation/api/file-manager/#search) | SearchEventArgs | showHiddenItems, caseSensitive, searchText, path, cancel, searchResults. | This event is triggered when a search action occurs in the search bar of the File Manager component. It triggers each character entered in the input during the search process.
239
+ [beforeRename](https://ej2.syncfusion.com/documentation/api/file-manager/#beforerename) | RenameEventArgs | path, itemData, newName, cancel. | This event is triggered when a file or folder is about to be renamed. It allows for the restriction of the rename action for specific folders or files by utilizing the cancel option.
240
+ [rename](https://ej2.syncfusion.com/documentation/api/file-manager/#rename) | RenameEventArgs | path, itemData, newName, cancel. | This event is triggered when a file or folder is successfully renamed. It provides an opportunity to fetch details about the renamed file.
241
+ [beforeMove](https://ej2.syncfusion.com/documentation/api/file-manager/#beforemove) | MoveEventArgs | path, targetPath, targetData, itemData, isCopy, cancel. | This event is triggered when a file or folder begins to move from its current path through a copy/cut and paste action.
242
+ [move](https://ej2.syncfusion.com/documentation/api/file-manager/#move) | MoveEventArgs | path, targetPath, targetData, itemData, isCopy, cancel. | This event is triggered when a file or folder is pasted into the destination path.
243
+
244
+ #### Bug Fixes
245
+
246
+ - `#I594282` - Resolved the fileOpen event issue in the File Manager component.
247
+
248
+ ## 25.2.6 (2024-05-28)
249
+
250
+ ### FileManager
251
+
252
+ #### Bug Fixes
253
+
254
+ - `#I590909` - Resolved the file selection issue when enabling the virtualization support in the File Manager component.
255
+
256
+ ## 25.2.3 (2024-05-08)
257
+
258
+ ### FileManager
259
+
260
+ #### Breaking Changes
261
+
262
+ - The [`isPrimayKey`](https://ej2.syncfusion.com/documentation/api/file-manager/columnModel/#isprimarykey) property in the File Manager component `detailsViewSettings` has been marked as deprecated. It will continue to function as before, but it is recommended to avoid using it in new code as this usage is handled internally without declaring it in sample.
263
+
264
+ ## 25.1.40 (2024-04-16)
265
+
266
+ ### FileManager
267
+
268
+ #### Bug Fixes
269
+
270
+ - `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.
271
+
272
+ ## 25.1.39 (2024-04-09)
273
+
274
+ ### FileManager
275
+
276
+ #### Bug Fixes
277
+
278
+ - `#I574481` - The issue with context menu items not getting disabled when menu items contain spaces in the File Manager component has been resolved.
279
+ - `#I573974` - The console error while trying to persist the deleted file in the File Manager component has been resolved.
280
+ - `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.
281
+
282
+ ## 25.1.38 (2024-04-02)
283
+
284
+ ### FileManager
285
+
286
+ #### Bug Fixes
287
+
288
+ - `#I572635` - The problem where an extra plus icon appeared in the details view of the file manager component when in mobile mode has been resolved.
289
+
290
+ ## 25.1.37 (2024-03-26)
291
+
292
+ ### FileManager
293
+
294
+ #### Bug Fixes
295
+
296
+ - `#I561123` - The issue with being unable to sort the header columns using keyboard interaction has been resolved.
297
+
298
+ ## 25.1.35 (2024-03-15)
299
+
300
+ ### FileManager
301
+
302
+ #### Bug Fixes
303
+
304
+ - `#FB50961` - The issues related to XSS attacks with file or folder names in the File Manager details view template is fixed.
305
+
306
+ #### Features
307
+
308
+ - Provided support in FileManager component to perform download operations via Fetch API request. Now FileManager component, will allow users to perform download operations using either the default form submit method or the latest Fetch API request with a Boolean property `useFormPost` in the `BeforeDownloadEventargs`. The default value of `useFormPost` is set to `true`, directing the FileManager component to utilize the form submit method by default for download operations.
309
+
310
+ ## 24.1.41 (2023-12-18)
311
+
312
+ ### FileManager
313
+
314
+ #### Features
315
+
316
+ - `#FB44788` - Provided template support to customize toolbar items. In earlier versions, Toolbar item customization was limited to a predefined set of options. With this new feature, you can now define your own templates to completely customize the appearance and functionality of toolbar items.
317
+
318
+ ## 19.2.56 (2021-08-17)
319
+
320
+ ### FileManager
321
+
322
+ #### Bug Fixes
323
+
324
+ - `#I337431` - The issue with "`filterFiles` method in FileManager component" has been resolved.
325
+
326
+ ## 19.2.48 (2021-07-20)
327
+
328
+ ### FileManager
329
+
330
+ #### Bug Fixes
331
+
332
+ - `#F166908` - The issue with "When pressing Ctrl+A key, the scroll bar is moved to last item in FileManager detail view" has been resolved.
333
+
334
+ ## 19.2.44 (2021-06-30)
335
+
336
+ ### FileManager
337
+
338
+ #### Bug Fixes
339
+
340
+ - `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
341
+
342
+ ## 19.1.66 (2021-06-01)
343
+
344
+ ### FileManager
345
+
346
+ #### Bug Fixes
347
+
348
+ - `#F165213` - The issue with "The Details view path column is not removed when refreshing the FileManager files" has been resolved.
349
+ - `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
350
+
351
+ ## 19.1.63 (2021-05-13)
352
+
353
+ ### FileManager
354
+
355
+ #### Bug Fixes
356
+
357
+ - `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the FileManager component.
358
+
359
+ ## 19.1.58 (2021-04-27)
360
+
361
+ ### FileManager
362
+
363
+ #### Bug Fixes
364
+
365
+ - `#I321258`, `#I320950` - The issue with "Error as occurred while sorting the path column at second time in FileManager component" has been fixed.
366
+ - `#I318476`, `#I320950` - Resolved the script error that occurred while dragging and dropping an item without selecting it in details view of the FileManager component.
367
+
368
+ ## 18.4.41 (2021-02-02)
369
+
370
+ ### FileManager
371
+
372
+ #### Bug Fixes
373
+
374
+ - `#305138` - The issue with "Incorrect message is displayed in delete dialog for FileManager Component" has been resolved.
375
+
376
+ ## 18.3.42 (2020-10-20)
377
+
378
+ ### FileManager
379
+
380
+ #### Bug Fixes
381
+
382
+ - `#288436` - The issue with "The error dialog appears when copy and paste the folder with the same name" has been resolved.
383
+
384
+ ## 18.2.57 (2020-09-08)
385
+
386
+ ### FileManager
387
+
388
+ #### Bug Fixes
389
+
390
+ - `#288598` - Now, the file details will be sent correctly to the server side while using the rootAliasName property.
391
+
392
+ ## 18.2.56 (2020-09-01)
393
+
394
+ ### FileManager
395
+
396
+ #### Bug Fixes
397
+
398
+ - Resolved the incorrect delete confirmation dialog content for file in details view of the FileManager component.
399
+
400
+ ## 18.2.48 (2020-08-04)
401
+
402
+ ### FileManager
403
+
404
+ #### Bug Fixes
405
+
406
+ - The issue with “The Toolbar is not updated while adding the sortOrder property value as none” is fixed now.
407
+
408
+ ## 18.2.47 (2020-07-28)
409
+
410
+ ### FileManager
411
+
412
+ #### Bug Fixes
413
+
414
+ - Resolved the issue with the incorrect delete confirmation dialog heading and content of the FileManager component.
415
+
416
+ ## 18.2.44 (2020-07-07)
417
+
418
+ ### FileManager
419
+
420
+ #### New Features
421
+
422
+ - Added the upload customization support for ASP.NET Core AmazonS3 File Provider.
423
+ - Added the upload customization support for Google Drive File Provider.
424
+ - Added the upload customization support for FTP File Provider.
425
+ - Added the upload customization support for Firebase Realtime Database File Provider.
426
+ - `#151112`, `#152443` - Added the access control support for SQL Server File Provider.
427
+ - `#260977`, `#263918` - Added the file provider support in ASP.NET MVC for Amazon S3(Simple Storage Service) bucket storage service.
428
+ - `#275878` - Provided an option to prevent default sorting of the files and folders in the FileManager component.
429
+ - Provided the support to display the FileManager's dialog at the user specified target.
430
+
431
+ ## 18.1.56 (2020-06-09)
432
+
433
+ ### FileManager
434
+
435
+ #### Bug Fixes
436
+
437
+ - The issue with "File name is not displayed in the access control error message" has been fixed.
438
+
439
+ ## 18.1.55 (2020-06-02)
440
+
441
+ ### FileManager
442
+
443
+ #### Bug Fixes
444
+
445
+ - The issue with "The toolbar is not updated when selecting the root folder in the FileManager component" has been resolved.
446
+
447
+ ## 18.1.53 (2020-05-19)
448
+
449
+ ### FileManager
450
+
451
+ #### Bug Fixes
452
+
453
+ - Resolved the script error thrown from the FileManager component when resizing the window.
454
+
455
+ ## 18.1.46 (2020-04-28)
456
+
457
+ ### FileManager
458
+
459
+ #### Bug Fixes
460
+
461
+ - The issue with `Unable to localize the error message in the access control actions` has been fixed.
462
+ - `#269976` - Now, The FileManager UI will be refreshed properly when resizing the browser window.
463
+
464
+ ## 18.1.36-beta (2020-03-19)
465
+
466
+ ### FileManager
467
+
468
+ #### Bug Fixes
469
+
470
+ - `#266091` - Now, the date modified column in the details view is globalized based on the locale value.
471
+ - `#266713` - The script error thrown while performing the GetImage operation in NodeJS File System Provider has been fixed.
472
+
473
+ #### New Features
474
+
475
+ - Added the File Provider support for IBM Cloud Object Storage.
476
+ - `#262023` - Added the upload customization support for ASP.NET Core Azure File Provider.
477
+ - `#151515` - Added the upload customization support for SQL Server File Provider.
478
+
479
+ ## 17.4.51 (2020-02-25)
480
+
481
+ ### FileManager
482
+
483
+ #### New Features
484
+
485
+ - `#263021` - Support has been provided to auto close the upload dialog after uploading all the selected files.
486
+
487
+ ## 17.4.50 (2020-02-18)
488
+
489
+ ### FileManager
490
+
491
+ #### Bug Fixes
492
+
493
+ - `#262675` - Provided the support to prevent the XSS attacks using the `enableHtmlSanitizer` property.
494
+ - The issue with the given `name` column's width that is not applied in details view has been resolved.
495
+
496
+ ## 17.4.44 (2021-01-21)
497
+
498
+ ### FileManager
499
+
500
+ #### Bug Fixes
501
+
502
+ - Resolved the script error when navigate any folder after changing the toolbar settings dynamically in the FileManager component.
503
+
504
+ ## 17.4.43 (2020-01-14)
505
+
506
+ ### FileManager
507
+
508
+ #### Bug Fixes
509
+
510
+ - `#149499` - The issue with date modified in ASP.NET Core Azure File System Provider has been fixed.
511
+ - `#256589` - The issue with `Directory traversal vulnerability` in NodeJS File System Provider has been fixed.
512
+
513
+ ## 17.4.41 (2020-01-07)
514
+
515
+ ### FileManager
516
+
517
+ #### Bug Fixes
518
+
519
+ - `#258121` - Resolved the CSS warnings in Firefox 71.0 version.
520
+
521
+ ## 17.4.39 (2019-12-17)
522
+
523
+ ### FileManager
524
+
525
+ #### Bug Fixes
526
+
527
+ - `#149500` - The issue with `incorrect popup name in popupBeforeOpen event` has been fixed.
528
+
529
+ #### New Features
530
+
531
+ - The new events `beforeDownload` and `beforeImageLoad` have been provided to customize the `download` and `getImage` file operations.
532
+ - The new ' rootAliasName ' property has been provided to display the custom root folder name.
533
+ - Added the filesystem provider support for File Transfer Protocol.
534
+
535
+ ## 17.3.28 (2019-11-19)
536
+
537
+ ### FileManager
538
+
539
+ #### Bug Fixes
540
+
541
+ - `#252873` - The issue with `file search on pressing the enter key` has been fixed.
542
+
543
+ ## 17.3.27 (2019-11-12)
544
+
545
+ ### FileManager
546
+
547
+ #### Bug Fixes
548
+
549
+ - `#148827` - New event `fileSelection` have been included to restrict the file selection in FileManager.
550
+
551
+ ## 17.3.26 (2019-11-05)
552
+
553
+ ### FileManager
554
+
555
+ #### Bug Fixes
556
+
557
+ - The issue `FileManager throws script error when navigate to the different folder after sorting the path column in details view` has been fixed.
558
+
559
+ #### New Features
560
+
561
+ - Support has been provided to include a custom message in `AccessRule` class using the message property.
562
+
563
+ #### Breaking Changes
564
+
565
+ - Now, in access control, the `FolderRule` and `FileRule` classes are combined into a single `AccessRule` class, where you can specify both folder and file rules by using the `IsFile` property.
566
+ - Now, the `Edit` and `EditContents` in access control are renamed as `Write` and `WriteContents`.
567
+
568
+ ## 17.3.17 (2019-10-15)
569
+
570
+ ### FileManager
571
+
572
+ #### Breaking Changes
573
+
574
+ - Now, the rename dialog shows or hides the file name extension based on the `showFileExtension` property value in the FileManager.
575
+
576
+ ## 17.3.14 (2019-10-03)
577
+
578
+ ### FileManager
579
+
580
+ #### Bug Fixes
581
+
582
+ - The issue with `the fileOpen event that was not triggered for folder navigation through navigation pane` has been fixed.
583
+
584
+ ## 17.3.9-beta (2019-09-20)
585
+
586
+ ### FileManager
587
+
588
+ #### Bug Fixes
589
+
590
+ - The issue `FileManager’s details view contains the unnecessary scrollbar and eclipsis in Chrome browser (version 76.0.3809.132)` has been fixed.
591
+
592
+ #### Breaking Changes
593
+
594
+ - Support has been provided in asp core platform for customizing the columns of FileManager's details view. We have also limited the `columns` attributes of the `detailsViewSettings` property instead of accessing the all attributes from the `Grid` sub component.
595
+
596
+ ## 17.2.49 (2019-09-04)
597
+
598
+ ### FileManager
599
+
600
+ #### Bug Fixes
601
+
602
+ - The issue `the FileManager throws script error when performing sorting in details view when the SortBy button is not present in toolbar` has been fixed.
603
+ - The issue `the FileManager throws script error when return null response from server for search operation` has been fixed.
604
+
605
+ #### New Features
606
+
607
+ - New events have been provided to customize the dialog in FileManager.
608
+ - New methods have been provided to select all files and clear the selection in current path of the FileManager.
609
+ - New methods have been provided to customize the context menu items in FileManager.
610
+
611
+ ## 17.2.47 (2019-08-27)
612
+
613
+ ### FileManager
614
+
615
+ #### New Features
616
+
617
+ - Methods have been provided to perform file operations such as create, upload, download, delete, rename, and open in FileManager.
618
+
619
+ ## 17.2.41 (2019-08-14)
620
+
621
+ ### FileManager
622
+
623
+ #### Bug Fixes
624
+
625
+ - The issue with the `FileManager that throws script error while accessing the shared folder in physical file provider` has been fixed.
626
+
627
+ #### New Features
628
+
629
+ - A method has been provided to customize the filtering support in FileManager.
630
+
631
+ ## 17.2.40 (2019-08-06)
632
+
633
+ ### FileManager
634
+
635
+ #### New Features
636
+
637
+ - The `ID` based support has been provided to the `selectedItems` property to manage the files with duplicate names.
638
+
639
+ ## 17.2.36 (2019-07-24)
640
+
641
+ ### FileManager
642
+
643
+ #### Bug Fixes
644
+
645
+ - Issue with `when the component is rendering and you are trying to resize the window the component throws script error` is fixed.
646
+
647
+ ## 17.2.35 (2019-07-17)
648
+
649
+ ### FileManager
650
+
651
+ #### Bug Fixes
652
+
653
+ - Issue with `empty folder icon alignment when persistence enabled` is fixed.
654
+
655
+ ## 17.2.34 (2019-07-11)
656
+
657
+ ### FileManager
658
+
659
+ #### New Features
660
+
661
+ - Provided the `id` based support for `path` property to manage the files in an efficient way on going with file system providers.
662
+
663
+ ## 17.2.28-beta (2019-06-27)
664
+
665
+ ### FileManager
666
+
667
+ #### New Features
668
+
669
+ - Added file system provider support for SQL server database, Microsoft Azure cloud storage, NodeJS framework, and Google Drive cloud storage.
670
+ - Provided access control support for physical file system provider.
671
+ - Provided cut, copy, and paste file operations support.
672
+ - Provided drag and drop support.
673
+ - Provided rename and replace support for uploading files.
674
+ - Provided options to upload specific types of files based on extensions.
675
+
676
+ ## 17.1.48 (2019-05-21)
677
+
678
+ ### FileManager
679
+
680
+ #### New Features
681
+
682
+ - `#144270` - Added support to use the JWT tokens with `beforeSend` event’s Ajax settings.
683
+
684
+ ## 17.1.42 (2019-04-23)
685
+
686
+ ### FileManager
687
+
688
+ #### New Features
689
+
690
+ - Added filesystem provider support for ASP.NET MVC 4 and 5 frameworks.
691
+
692
+ ## 17.1.40 (2019-04-09)
693
+
694
+ ### FileManager
695
+
696
+ #### Breaking Changes
697
+
698
+ - The `beforeFileLoad` event’s `module` argument values have been changed as follows:
699
+
700
+ |Argument Name|Old Value|New Value|
701
+ |----|----|----|
702
+ |module|navigationpane|NavigationPane|
703
+ |module|Grid|DetailsView|
704
+ |module|LargeIcon|LargeIconView|
705
+
706
+ ## 17.1.32-beta (2019-03-13)
707
+
708
+ ### FileManager
709
+
710
+ The `FileManager` is a graphical user interface component used to manage the file system. It enables the user to perform common file operations such as accessing, editing, uploading, downloading, and sorting files and folders. This component also allows easy navigation for browsing or selecting a file or folder from the file system.
711
+
712
+ - **Different Views** - Provides detailed and large icon views.
713
+ - **Context menu support** - Provides detailed and large icon views.
714
+ - **Custom toolbar support** - Customize the toolbar to provide only necessary features.
715
+ - **Multiple file selection** - Select multiple files simultaneously.
716
+ - **Accessibility** - Features built-in accessibility support that makes all features accessible through keyboard interaction, screen readers, or other assistive technology devices.
717
+ - **Localization** - Translate file names to any supported language.