@syncfusion/ej2-react-treemap 19.2.55 → 19.4.38

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
@@ -11,20 +11,6 @@
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
- ### TreeMap
15
-
16
- #### Bug Fixes
17
-
18
- - TreeMap properly render in React when theme applied.
19
-
20
- ## 19.2.47 (2021-07-13)
21
-
22
- ### TreeMap
23
-
24
- #### Bug Fixes
25
-
26
- - `#I331257` - Labels will be displayed for all the leaf items in the TreeMap.
27
-
28
14
  ## 18.2.44 (2020-07-07)
29
15
 
30
16
  ### TreeMap
@@ -98,3 +84,7 @@ The TreeMap is used to displayed the hierarchical or multi-level data to visuali
98
84
  - **Print and Export** - TreeMap supports printing and exporting as different file types.
99
85
 
100
86
 
87
+ ## 18.1.36-beta (2020-03-19)
88
+
89
+ - `#258211` - Support to customize the header of the treemap items is provided in the `itemRendering` and `itemClick` events.
90
+
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-treemap.umd.min.js
3
- * version : 19.2.55
3
+ * version : 19.4.38
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@19.2.47",
3
+ "_id": "@syncfusion/ej2-react-treemap@16.28.1",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-juqZKF7kXeqO4PxQZbbm+Ci8ncTovbHYJ0ceAhtAJ32xDmOfQ8xXw7inOOHq5MzGPqy+vYzhAJNGMyTlFZhGtg==",
5
+ "_integrity": "sha512-L1Gzex2SDHF8W4DZRUpGkw66SNTqrv6wx31I4jK5r8b1aMUIoEhALCkuL4jtAz0IXOtXm5MpD2wy5bjt8c23xA==",
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/@syncfusion/ej2-react-treemap/-/ej2-react-treemap-19.2.47.tgz",
23
- "_shasum": "b48e41f6c4033163860a697dddbf78bf278144d4",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-treemap/-/ej2-react-treemap-16.28.1.tgz",
23
+ "_shasum": "d7336652424e94b243704bf55a8051122548b326",
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": "~19.2.55",
35
- "@syncfusion/ej2-react-base": "~19.2.55",
36
- "@syncfusion/ej2-treemap": "19.2.55"
34
+ "@syncfusion/ej2-base": "~19.4.38",
35
+ "@syncfusion/ej2-react-base": "~19.4.38",
36
+ "@syncfusion/ej2-treemap": "19.4.38"
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": "19.2.55",
73
+ "version": "19.4.38",
74
74
  "sideEffects": false
75
75
  }