@syncfusion/ej2-filemanager 19.4.50 → 19.4.56
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 +29 -0
- 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 +20 -9
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +20 -9
- 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 +15 -15
- package/src/file-manager/base/classes.d.ts +2 -0
- package/src/file-manager/base/classes.js +2 -0
- package/src/file-manager/base/file-manager-model.d.ts +1 -0
- package/src/file-manager/base/file-manager.d.ts +1 -0
- package/src/file-manager/common/utility.js +1 -1
- package/src/file-manager/layout/navigation-pane.js +13 -7
- package/src/file-manager/models/navigation-pane-settings-model.d.ts +11 -0
- package/src/file-manager/models/navigation-pane-settings.d.ts +10 -0
- package/src/file-manager/models/navigation-pane-settings.js +3 -0
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,35 @@
|
|
2
2
|
|
3
3
|
## [Unreleased]
|
4
4
|
|
5
|
+
### File Manager
|
6
|
+
|
7
|
+
#### Bug Fixes
|
8
|
+
|
9
|
+
- `#I356664` - The issue with "The dynamic change of path property throws an exception in Azure file provider for the File Manager component" has been resolved.
|
10
|
+
|
11
|
+
## 19.4.52 (2022-02-15)
|
12
|
+
|
13
|
+
### File Manager
|
14
|
+
|
15
|
+
#### Bug Fixes
|
16
|
+
|
17
|
+
- `#I363861` - The issue with "When dragging the files outside of the component container throws an error in large icons view in the File Manager component" has been resolved.
|
18
|
+
|
19
|
+
## 19.4.50 (2022-02-08)
|
20
|
+
|
21
|
+
### File Manager
|
22
|
+
|
23
|
+
#### Bug Fixes
|
24
|
+
|
25
|
+
- `#I362885` - The issue with "File upload is failed for all files, when cancel the upload of a single file from multiple files in File Manager component" has been resolved.
|
26
|
+
- `#I357910` - The issue with "cancel option of file open event is not available for navigation pane in File Manager" has been resolved.
|
27
|
+
- `#I357736` - The issue with "When trying to delete the root folder it causes an error in File Manager" has been resolved.
|
28
|
+
- `#I363348` - The issue with "File Manager package has security issues with Selenium web driver" has been resolved.
|
29
|
+
|
30
|
+
#### New Features
|
31
|
+
|
32
|
+
- `#I357221` - Provided sorting support for navigation pane of the File Manager component.
|
33
|
+
|
5
34
|
## 19.4.47 (2022-01-25)
|
6
35
|
|
7
36
|
### File Manager
|