@syncfusion/ej2-filemanager 20.4.51 → 20.4.54
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 +16 -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 +12 -2
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +12 -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 +11 -11
- package/src/file-manager/common/utility.js +1 -0
- package/src/file-manager/layout/details-view.js +6 -0
- package/src/file-manager/layout/navigation-pane.js +5 -2
- package/GitLeaksReport.json +0 -1
- package/gitleaks-ci/gitleaks +0 -0
- package/gitleaks-ci.tar.gz +0 -0
package/CHANGELOG.md
CHANGED
@@ -6,6 +6,22 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
+
- `#I440329` - Resolved the issue of folders disappearing from the navigation pane when the `directoryUpload` setting is enabled in the File Manager component.
|
10
|
+
|
11
|
+
## 20.4.53 (2023-03-07)
|
12
|
+
|
13
|
+
### File Manager
|
14
|
+
|
15
|
+
#### Bug Fixes
|
16
|
+
|
17
|
+
- `#I439470` - Resolved the files and folders in the navigation pane disappear when using the `sortOrder` setting in the `navigationPaneSettings` property in the File Manager component.
|
18
|
+
|
19
|
+
## 20.4.51 (2023-02-21)
|
20
|
+
|
21
|
+
### File Manager
|
22
|
+
|
23
|
+
#### Bug Fixes
|
24
|
+
|
9
25
|
- `#I434942` - Resolved the `fileSelect` event not triggering when folders are clicked in the File Manager navigation pane.
|
10
26
|
|
11
27
|
## 20.4.48 (2023-02-01)
|