@syncfusion/ej2-filemanager 24.1.43 → 24.1.45

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 (51) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/README.md +1 -1
  3. package/dist/ej2-filemanager.min.js +2 -2
  4. package/dist/ej2-filemanager.umd.min.js +2 -2
  5. package/dist/ej2-filemanager.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-filemanager.es2015.js +13 -2
  7. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  8. package/dist/es6/ej2-filemanager.es5.js +14 -2
  9. package/dist/es6/ej2-filemanager.es5.js.map +1 -1
  10. package/dist/global/ej2-filemanager.min.js +2 -2
  11. package/dist/global/ej2-filemanager.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +10 -10
  14. package/src/file-manager/actions/virtualization.js +3 -0
  15. package/src/file-manager/pop-up/context-menu.js +11 -2
  16. package/styles/bootstrap-dark.css +9 -7
  17. package/styles/bootstrap.css +9 -7
  18. package/styles/bootstrap4.css +9 -7
  19. package/styles/bootstrap5-dark.css +9 -7
  20. package/styles/bootstrap5.css +9 -7
  21. package/styles/fabric-dark.css +9 -7
  22. package/styles/fabric.css +9 -7
  23. package/styles/file-manager/_layout.scss +4 -2
  24. package/styles/file-manager/_theme.scss +8 -4
  25. package/styles/file-manager/bootstrap-dark.css +9 -7
  26. package/styles/file-manager/bootstrap.css +9 -7
  27. package/styles/file-manager/bootstrap4.css +9 -7
  28. package/styles/file-manager/bootstrap5-dark.css +9 -7
  29. package/styles/file-manager/bootstrap5.css +9 -7
  30. package/styles/file-manager/fabric-dark.css +9 -7
  31. package/styles/file-manager/fabric.css +9 -7
  32. package/styles/file-manager/fluent-dark.css +9 -7
  33. package/styles/file-manager/fluent.css +9 -7
  34. package/styles/file-manager/highcontrast-light.css +9 -7
  35. package/styles/file-manager/highcontrast.css +9 -7
  36. package/styles/file-manager/material-dark.css +9 -7
  37. package/styles/file-manager/material.css +9 -7
  38. package/styles/file-manager/material3-dark.css +9 -7
  39. package/styles/file-manager/material3.css +9 -7
  40. package/styles/file-manager/tailwind-dark.css +9 -7
  41. package/styles/file-manager/tailwind.css +9 -7
  42. package/styles/fluent-dark.css +9 -7
  43. package/styles/fluent.css +9 -7
  44. package/styles/highcontrast-light.css +9 -7
  45. package/styles/highcontrast.css +9 -7
  46. package/styles/material-dark.css +9 -7
  47. package/styles/material.css +9 -7
  48. package/styles/material3-dark.css +9 -7
  49. package/styles/material3.css +9 -7
  50. package/styles/tailwind-dark.css +9 -7
  51. package/styles/tailwind.css +9 -7
package/CHANGELOG.md CHANGED
@@ -6,9 +6,25 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I536863` - The issue while creating a new folder within empty subfolder using the context menu from navigation pane selection is resolved.
10
+
11
+ ## 24.1.44 (2024-01-03)
12
+
13
+ ### FileManager
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I536115` - The issue of adding an unnecessary `<ul>` element under the large icons view while using `enableVirtualization` property in the FileManager component has been resolved.
18
+
19
+ ## 24.1.43 (2023-12-27)
20
+
21
+ ### FileManager
22
+
23
+ #### Bug Fixes
24
+
9
25
  - `#I527570` - The issue with auto scroll during drag and drop operation in the FileManager component has been resolved.
10
26
 
11
- - `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of File Manager has been resolved.
27
+ - `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of FileManager has been resolved.
12
28
 
13
29
  ## 24.1.41 (2023-12-18)
14
30
 
package/README.md CHANGED
@@ -77,4 +77,4 @@ Check the changelog [here]( https://github.com/syncfusion/ej2-javascript-ui-cont
77
77
 
78
78
  See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=filemanager) for more info.
79
79
 
80
- © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
80
+ © Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.