@syncfusion/ej2-react-treemap 21.2.3 → 21.2.10

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,6 +11,12 @@
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
+ ### TreeMap
15
+
16
+ #### Bug fixes
17
+
18
+ - `#I469279` - The TreeMap component is now properly rendered when the web browser is resized.
19
+
14
20
  ## 18.2.44 (2020-07-07)
15
21
 
16
22
  ### TreeMap
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-treemap.min.js
3
- * version : 21.2.3
3
+ * version : 21.2.10
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-treemap.umd.min.js
3
- * version : 21.2.3
3
+ * version : 21.2.10
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
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-react-treemap@*",
3
3
  "_id": "@syncfusion/ej2-react-treemap@21.2.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-t0qRpxjNVeB5NACAOocdCtLgtQOXFu4woku5Pqv5h39eGCZwdoSP9DEgXVVuCvXMjzEBTOpSFYxT5kkiC3QsXA==",
5
+ "_integrity": "sha512-L9xk8SYq7FaMAysGXnj/w/BjoNmBDmSH3JqjDlftw4g38G0lHRdXZ/fYmGzZ9BesGjTQe6qWJv/8OYrPqfuY+A==",
6
6
  "_location": "/@syncfusion/ej2-react-treemap",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -20,7 +20,7 @@
20
20
  "/"
21
21
  ],
22
22
  "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-treemap/-/ej2-react-treemap-21.2.3.tgz",
23
- "_shasum": "8bd159d604606b71259b481a70b592d51992cb2f",
23
+ "_shasum": "f887d5e294174e358f21461d15a3c059877f0b88",
24
24
  "_spec": "@syncfusion/ej2-react-treemap@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~21.2.3",
35
- "@syncfusion/ej2-react-base": "~21.2.3",
36
- "@syncfusion/ej2-treemap": "21.2.3"
34
+ "@syncfusion/ej2-base": "~21.2.9",
35
+ "@syncfusion/ej2-react-base": "~21.2.8",
36
+ "@syncfusion/ej2-treemap": "21.2.10"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 TreeMap Components for React",
@@ -54,6 +54,6 @@
54
54
  "type": "git",
55
55
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
56
  },
57
- "version": "21.2.3",
57
+ "version": "21.2.10",
58
58
  "sideEffects": false
59
59
  }