@syncfusion/ej2-filemanager 23.1.38 → 23.1.40
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 -0
- 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 +5 -5
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +5 -5
- 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 +9 -9
- package/src/file-manager/common/operations.js +5 -5
package/CHANGELOG.md
CHANGED
@@ -6,6 +6,23 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
+
- `#I506921` - The issue with the breadcrumb bar path in the File Manager component has been resolved.
|
10
|
+
- `#I503082` - The issue with the search placeholder is not updated properly after drag and drop in File Manager has been resolved.
|
11
|
+
|
12
|
+
## 23.1.39 (2023-10-04)
|
13
|
+
|
14
|
+
### FileManager
|
15
|
+
|
16
|
+
#### Bug Fixes
|
17
|
+
|
18
|
+
- `#I499313` - The issue with the file renaming in the File Manager component has been resolved.
|
19
|
+
|
20
|
+
## 23.1.38 (2023-09-26)
|
21
|
+
|
22
|
+
### FileManager
|
23
|
+
|
24
|
+
#### Bug Fixes
|
25
|
+
|
9
26
|
- `#I492922` - The issue with the drag and drop support for the File Manager component in mobile mode has been resolved.
|
10
27
|
|
11
28
|
- `#I495435` - Duplicate folders issue in the navigation pane of the File Manager while switching root folders frequently has been resolved.
|