@syncfusion/ej2-react-filemanager 19.4.38 → 19.4.42

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,14 @@
4
4
 
5
5
  ### File Manager
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#F170665` - The issue with "Image preview is not loaded while naming files with arithmetic operator symbols in File Manager" has been resolved.
10
+
11
+ ## 19.4.38 (2021-12-17)
12
+
13
+ ### File Manager
14
+
7
15
  #### New Features
8
16
 
9
17
  - Provided support to customize the default search placeholder text of the File Manager.
package/README.md CHANGED
@@ -49,4 +49,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
49
49
 
50
50
  Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/filemanager/CHANGELOG.md?utm_source=npm&utm_campaign=filemanager)
51
51
 
52
- © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
52
+ © Copyright 2022 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.umd.min.js
3
- * version : 19.4.38
3
+ * version : 19.4.42
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-react-filemanager@*",
3
- "_id": "@syncfusion/ej2-react-filemanager@18.6.2",
3
+ "_id": "@syncfusion/ej2-react-filemanager@19.4.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-JXjOEERV7HvNDflOhVxrOr4gzyR2jaHec9ECaJwg2O9mZl91DZD6NCmHxwQ937DwMTaeCXchmBw/arBGDwNYUQ==",
5
+ "_integrity": "sha512-oHj9tnS4EXoGDa6dd56+kNf5Bhlo6nWEBrj0hCgaBkzxqHpnvgc3I90P6S2daEsKKClGFBFQNKcrvSP9/YXPAQ==",
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": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-filemanager/-/ej2-react-filemanager-18.6.2.tgz",
23
- "_shasum": "430ef934fc30eb558ac7f5e5316859ad917fabb6",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-filemanager/-/ej2-react-filemanager-19.4.38.tgz",
23
+ "_shasum": "ae5e5cf8e9922dbc2ded5d3a08c3be332d50f4fc",
24
24
  "_spec": "@syncfusion/ej2-react-filemanager@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.4.38",
35
- "@syncfusion/ej2-filemanager": "19.4.38",
36
- "@syncfusion/ej2-react-base": "~19.4.38"
34
+ "@syncfusion/ej2-base": "~19.4.42",
35
+ "@syncfusion/ej2-filemanager": "19.4.42",
36
+ "@syncfusion/ej2-react-base": "~19.4.42"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 FileManager Component for React",
@@ -64,6 +64,6 @@
64
64
  "type": "git",
65
65
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
66
66
  },
67
- "version": "19.4.38",
67
+ "version": "19.4.42",
68
68
  "sideEffects": false
69
69
  }