@syncfusion/ej2-react-treemap 20.1.59 → 20.2.43
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 +0 -14
- package/dist/ej2-react-treemap.umd.min.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -11,20 +11,6 @@
|
|
|
11
11
|
|
|
12
12
|
## [Unreleased]
|
|
13
13
|
|
|
14
|
-
### TreeMap
|
|
15
|
-
|
|
16
|
-
#### Bug Fixes
|
|
17
|
-
|
|
18
|
-
- `#I380447` - Exceptions will no longer be thrown if the TreeMap's id name contains an underscore character.
|
|
19
|
-
|
|
20
|
-
## 20.1.55 (2022-05-12)
|
|
21
|
-
|
|
22
|
-
### TreeMap
|
|
23
|
-
|
|
24
|
-
#### Bug Fixes
|
|
25
|
-
|
|
26
|
-
- `#I377352` - The samples in the TreeMap sample browser can now be edited in the StackBlitz.
|
|
27
|
-
|
|
28
14
|
## 18.2.44 (2020-07-07)
|
|
29
15
|
|
|
30
16
|
### TreeMap
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-treemap.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.43
|
|
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-treemap@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-treemap@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-treemap@20.2.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-5cWHxegBUSPDjYdgoNeg6ZXYcMf3Az/2YXaYuHUWEdkt/4kMUUQQOcKjyPIqlkRutKVZP0cUd/5qEFINyQKjJg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-treemap",
|
|
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-hotfix-new/@syncfusion/ej2-react-treemap/-/ej2-react-treemap-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-treemap/-/ej2-react-treemap-20.2.38.tgz",
|
|
23
|
+
"_shasum": "e1507cc1eb69cd4eae2070637ee620f84e5b4666",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-treemap@*",
|
|
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": "~20.
|
|
35
|
-
"@syncfusion/ej2-react-base": "~20.
|
|
36
|
-
"@syncfusion/ej2-treemap": "20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.43",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~20.2.43",
|
|
36
|
+
"@syncfusion/ej2-treemap": "20.2.43"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 TreeMap Components for React",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"type": "git",
|
|
71
71
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
72
72
|
},
|
|
73
|
-
"version": "20.
|
|
73
|
+
"version": "20.2.43",
|
|
74
74
|
"sideEffects": false
|
|
75
75
|
}
|