@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.
- package/CHANGELOG.md +17 -1
- package/README.md +1 -1
- package/dist/ej2-filemanager.min.js +2 -2
- package/dist/ej2-filemanager.umd.min.js +2 -2
- package/dist/ej2-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-filemanager.es2015.js +13 -2
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +14 -2
- package/dist/es6/ej2-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-filemanager.min.js +2 -2
- package/dist/global/ej2-filemanager.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +10 -10
- package/src/file-manager/actions/virtualization.js +3 -0
- package/src/file-manager/pop-up/context-menu.js +11 -2
- package/styles/bootstrap-dark.css +9 -7
- package/styles/bootstrap.css +9 -7
- package/styles/bootstrap4.css +9 -7
- package/styles/bootstrap5-dark.css +9 -7
- package/styles/bootstrap5.css +9 -7
- package/styles/fabric-dark.css +9 -7
- package/styles/fabric.css +9 -7
- package/styles/file-manager/_layout.scss +4 -2
- package/styles/file-manager/_theme.scss +8 -4
- package/styles/file-manager/bootstrap-dark.css +9 -7
- package/styles/file-manager/bootstrap.css +9 -7
- package/styles/file-manager/bootstrap4.css +9 -7
- package/styles/file-manager/bootstrap5-dark.css +9 -7
- package/styles/file-manager/bootstrap5.css +9 -7
- package/styles/file-manager/fabric-dark.css +9 -7
- package/styles/file-manager/fabric.css +9 -7
- package/styles/file-manager/fluent-dark.css +9 -7
- package/styles/file-manager/fluent.css +9 -7
- package/styles/file-manager/highcontrast-light.css +9 -7
- package/styles/file-manager/highcontrast.css +9 -7
- package/styles/file-manager/material-dark.css +9 -7
- package/styles/file-manager/material.css +9 -7
- package/styles/file-manager/material3-dark.css +9 -7
- package/styles/file-manager/material3.css +9 -7
- package/styles/file-manager/tailwind-dark.css +9 -7
- package/styles/file-manager/tailwind.css +9 -7
- package/styles/fluent-dark.css +9 -7
- package/styles/fluent.css +9 -7
- package/styles/highcontrast-light.css +9 -7
- package/styles/highcontrast.css +9 -7
- package/styles/material-dark.css +9 -7
- package/styles/material.css +9 -7
- package/styles/material3-dark.css +9 -7
- package/styles/material3.css +9 -7
- package/styles/tailwind-dark.css +9 -7
- 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
|
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
|
80
|
+
© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|