@syncfusion/ej2-react-filemanager 24.1.41 → 24.1.44

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
@@ -4,6 +4,23 @@
4
4
 
5
5
  ### FileManager
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I536115` - The issue of adding an unnecessary `<ul>` element under the large icons view while using `enableVirtualization` property in the FileManager component has been resolved.
10
+
11
+ ## 24.1.43 (2023-12-27)
12
+
13
+ ### FileManager
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I527570` - The issue with auto scroll during drag and drop operation in the FileManager component has been resolved.
18
+ - `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of FileManager has been resolved.
19
+
20
+ ## 24.1.41 (2023-12-18)
21
+
22
+ ### FileManager
23
+
7
24
  #### Features
8
25
 
9
26
  - `#FB44788` - Provided template support to customize toolbar items. In earlier versions, Toolbar item customization was limited to a predefined set of options. With this new feature, you can now define your own templates to completely customize the appearance and functionality of toolbar items.
@@ -390,11 +407,11 @@
390
407
 
391
408
  - The `beforeFileLoad` event’s `module` argument values have been changed as follows:
392
409
 
393
- |Argument Name|Old Value|New Value|
394
- |----|----|----|
395
- |module|navigationpane|NavigationPane|
396
- |module|Grid|DetailsView|
397
- |module|LargeIcon|LargeIconView|
410
+ | Argument Name | Old Value | New Value |
411
+ |---|---|---|
412
+ | module | navigationpane | NavigationPane |
413
+ | module | Grid | DetailsView |
414
+ | module | LargeIcon | LargeIconView |
398
415
 
399
416
  ## 17.1.32-beta (2019-03-13)
400
417
 
@@ -402,9 +419,12 @@
402
419
 
403
420
  The `FileManager` is a graphical user interface component used to manage the file system. It enables the user to perform common file operations such as accessing, editing, uploading, downloading, and sorting files and folders. This component also allows easy navigation for browsing or selecting a file or folder from the file system.
404
421
 
422
+
405
423
  - **Different Views** - Provides detailed and large icon views.
406
424
  - **Context menu support** - Provides detailed and large icon views.
407
425
  - **Custom toolbar support** - Customize the toolbar to provide only necessary features.
408
426
  - **Multiple file selection** - Select multiple files simultaneously.
409
427
  - **Accessibility** - Features built-in accessibility support that makes all features accessible through keyboard interaction, screen readers, or other assistive technology devices.
410
428
  - **Localization** - Translate file names to any supported language.
429
+
430
+
package/README.md CHANGED
@@ -124,4 +124,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
124
124
 
125
125
  See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_campaign=filemanager) for more info.
126
126
 
127
- © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
127
+ © Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-filemanager.min.js
3
- * version : 24.1.41
3
+ * version : 24.1.44
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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-react-filemanager.umd.min.js
3
- * version : 24.1.41
3
+ * version : 24.1.44
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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-react-filemanager@*",
3
- "_id": "@syncfusion/ej2-react-filemanager@18.28.1",
3
+ "_id": "@syncfusion/ej2-react-filemanager@24.1.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-jEtoFdLqqKHigC5ql0c7LYIExL0xvYspcrpJt5zDlB7hsMzWs8gtFlikPL5JyeANyulXc8+F1r0rhJGJuWa/zA==",
5
+ "_integrity": "sha512-Wer6NTbzBlWViExi09UQtubc4LGZNsFVoUtxZJcpGbM6dfyGlZNDmWLIefESlibsKWucPKAkXrjWumQOyGf/hg==",
6
6
  "_location": "/@syncfusion/ej2-react-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-filemanager/-/ej2-react-filemanager-18.28.1.tgz",
23
- "_shasum": "b06c316034e72b0e7980ff9b7c21d5d6991f1ab7",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-filemanager/-/ej2-react-filemanager-24.1.43.tgz",
23
+ "_shasum": "8be655d3f15b159643179adb6d2aa625a00c780a",
24
24
  "_spec": "@syncfusion/ej2-react-filemanager@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.1.41",
35
- "@syncfusion/ej2-filemanager": "24.1.41",
34
+ "@syncfusion/ej2-base": "~24.1.42",
35
+ "@syncfusion/ej2-filemanager": "24.1.44",
36
36
  "@syncfusion/ej2-react-base": "~24.1.41"
37
37
  },
38
38
  "deprecated": false,
@@ -61,6 +61,6 @@
61
61
  "type": "git",
62
62
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
63
63
  },
64
- "version": "24.1.41",
64
+ "version": "24.1.44",
65
65
  "sideEffects": false
66
66
  }