@syncfusion/ej2-react-treemap 19.2.60 → 19.4.48

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
+
package/README.md CHANGED
@@ -66,4 +66,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
66
66
 
67
67
  Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_campaign=treemap)
68
68
 
69
- © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
69
+ © 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-treemap.umd.min.js
3
- * version : 19.2.60
3
+ * version : 19.4.48
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@19.4.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-juqZKF7kXeqO4PxQZbbm+Ci8ncTovbHYJ0ceAhtAJ32xDmOfQ8xXw7inOOHq5MzGPqy+vYzhAJNGMyTlFZhGtg==",
5
+ "_integrity": "sha512-OAN4WCwSSTzlt+790POwhPBAU+09xkRvJfpJosfl9dO/qUwuTlUb1HpsIdIl1db0ix+GM9XCMwUhgXf0BGY5HA==",
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-hotfix-new/@syncfusion/ej2-react-treemap/-/ej2-react-treemap-19.4.38.tgz",
23
+ "_shasum": "a1a09f32b6d0c274f44583dfa4e7c79fff8f19e3",
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.60",
35
- "@syncfusion/ej2-react-base": "~19.2.60",
36
- "@syncfusion/ej2-treemap": "19.2.60"
34
+ "@syncfusion/ej2-base": "~19.4.48",
35
+ "@syncfusion/ej2-react-base": "~19.4.48",
36
+ "@syncfusion/ej2-treemap": "19.4.48"
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.60",
73
+ "version": "19.4.48",
74
74
  "sideEffects": false
75
75
  }