@syncfusion/ej2-filemanager 19.4.52 → 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 CHANGED
@@ -2,6 +2,20 @@
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
+
5
19
  ## 19.4.50 (2022-02-08)
6
20
 
7
21
  ### File Manager
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-filemanager.umd.min.js
3
- * version : 19.4.52
3
+ * version : 19.4.56
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-filemanager.min.js
3
- * version : 19.4.52
3
+ * version : 19.4.56
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 19.4.52
3
+ * version : 19.4.56
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-filemanager@*",
3
- "_id": "@syncfusion/ej2-filemanager@19.4.50",
3
+ "_id": "@syncfusion/ej2-filemanager@19.4.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-vl9ytjZouirIlmSxMJK5qIC6kLYlIezSbORKoiA6YUmpRbtGQgsyiM1qt3fLwPQKrKtcuyoLIAPHCJV53P9Qlg==",
5
+ "_integrity": "sha512-QCUdr+xDveWgX7tGfF0VwiOXGkGo40NYFUovNlXFGtEZByVJTQiA80ORzrXAoU64Wo4B3cv5ihrEx4oCJEjb4A==",
6
6
  "_location": "/@syncfusion/ej2-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -25,8 +25,8 @@
25
25
  "/@syncfusion/ej2-richtexteditor",
26
26
  "/@syncfusion/ej2-vue-filemanager"
27
27
  ],
28
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-19.4.50.tgz",
29
- "_shasum": "caf80b55550c4d6b847839736051e445f03dadcc",
28
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-19.4.52.tgz",
29
+ "_shasum": "e551e84db65f7784568edb6b6652da8fdff9c29d",
30
30
  "_spec": "@syncfusion/ej2-filemanager@*",
31
31
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
32
32
  "author": {
@@ -38,14 +38,14 @@
38
38
  "bundleDependencies": false,
39
39
  "dependencies": {
40
40
  "@syncfusion/ej2-base": "~19.4.52",
41
- "@syncfusion/ej2-buttons": "~19.4.52",
42
- "@syncfusion/ej2-data": "~19.4.52",
43
- "@syncfusion/ej2-grids": "~19.4.52",
41
+ "@syncfusion/ej2-buttons": "~19.4.55",
42
+ "@syncfusion/ej2-data": "~19.4.54",
43
+ "@syncfusion/ej2-grids": "~19.4.56",
44
44
  "@syncfusion/ej2-inputs": "~19.4.52",
45
45
  "@syncfusion/ej2-layouts": "~19.4.52",
46
- "@syncfusion/ej2-lists": "~19.4.52",
47
- "@syncfusion/ej2-navigations": "~19.4.52",
48
- "@syncfusion/ej2-popups": "~19.4.52",
46
+ "@syncfusion/ej2-lists": "~19.4.55",
47
+ "@syncfusion/ej2-navigations": "~19.4.56",
48
+ "@syncfusion/ej2-popups": "~19.4.53",
49
49
  "@syncfusion/ej2-splitbuttons": "~19.4.52"
50
50
  },
51
51
  "deprecated": false,
@@ -67,6 +67,6 @@
67
67
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
68
68
  },
69
69
  "typings": "index.d.ts",
70
- "version": "19.4.52",
70
+ "version": "19.4.56",
71
71
  "sideEffects": false
72
72
  }