@syncfusion/ej2-filemanager 21.2.3 → 21.2.5
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 +9 -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 +6 -4
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +6 -4
- 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 +16 -13
- package/src/file-manager/layout/navigation-pane.js +1 -1
- package/src/file-manager/pop-up/context-menu.js +5 -3
package/CHANGELOG.md
CHANGED
@@ -6,7 +6,16 @@
|
|
6
6
|
|
7
7
|
#### Bug fixes
|
8
8
|
|
9
|
+
- `#I458668` - The issue, replace dialog shows when uploading the same file to different directories in File Manager with the SQL File Provider has been resolved.
|
10
|
+
|
11
|
+
## 21.2.3 (2023-05-03)
|
12
|
+
|
13
|
+
### File Manager
|
14
|
+
|
15
|
+
#### Bug fixes
|
16
|
+
|
9
17
|
- `#I439193` - The data disappears in the DetailsView when dynamically setting columns in the File Manager component has been resolved.
|
18
|
+
- `#I458884` - The issue with the `fileSelect` event in the File Manager component details view has been resolved.
|
10
19
|
|
11
20
|
## 21.1.41 (2023-04-18)
|
12
21
|
|