@syncfusion/ej2-angular-filemanager 26.2.5 → 26.2.7

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,22 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### FileManager
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I608803` - The issue with renaming the tree item by directly right-clicking the item has been resolved.
10
+ - `#F189075` - The issue with rendering the File Manager component using flat data support based on the root folder ID has been resolved.
11
+ - `#I608802` - The issue with copy and paste a folder within File Manager component navigation pane has been resolved.
12
+
13
+ ## 26.1.41 (2024-07-09)
14
+
15
+ ### FileManager
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I603942` - Column hide issue in details view pane when utilizing the `hideAtMedia` property in File Manager component has been resolved.
20
+
5
21
  ## 26.1.40 (2024-07-02)
6
22
 
7
23
  ### FileManager
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-filemanager@*",
3
- "_id": "@syncfusion/ej2-angular-filemanager@26.1.40",
3
+ "_id": "@syncfusion/ej2-angular-filemanager@26.2.5",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-p3r8Ti5HibjGayMATPtikme3/Nj6gxFLFsMsJYW8oaL9JxTPoG0fZ0B2Q4ejlpOjMsb2LIZWGskYl88d6SUdcA==",
5
+ "_integrity": "sha512-OOZk2CM6aw7ij9SUtrVHvSeQcFs4OcxfaMnX/ZcQ7DvJR3WhMkL0KdejViQVIg4oB9HzjFhfcpce6VK8tVe53g==",
6
6
  "_location": "/@syncfusion/ej2-angular-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-26.1.40.tgz",
23
- "_shasum": "5a253e7f338ea9d18054aaa849f7d7d4467c8c8c",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-26.2.5.tgz",
23
+ "_shasum": "94188a7a7d3a50f4541678953e76e1000ba4c005",
24
24
  "_spec": "@syncfusion/ej2-angular-filemanager@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~26.2.5",
35
35
  "@syncfusion/ej2-base": "~26.2.5",
36
- "@syncfusion/ej2-filemanager": "26.2.5",
36
+ "@syncfusion/ej2-filemanager": "26.2.7",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -77,5 +77,5 @@
77
77
  "schematics": "./schematics/collection.json",
78
78
  "sideEffects": false,
79
79
  "typings": "syncfusion-ej2-angular-filemanager.d.ts",
80
- "version": "26.2.5"
80
+ "version": "26.2.7"
81
81
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-filemanager';
2
- export const pkgVer = '^26.1.40';
2
+ export const pkgVer = '^26.2.5';
3
3
  export const moduleName = 'FileManagerModule';
4
- export const themeVer = '~26.1.40';
4
+ export const themeVer = '~26.2.5';