@syncfusion/ej2-react-gantt 24.2.8 → 24.2.9

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
@@ -6,6 +6,22 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I557001` - Console error in dependency connection after row drag action issue has been fixed.
10
+ - `#I556547` - top and bottom tier shows null when using custom zooming levels.
11
+ - `#I552622` - The enable immutable enabled sample expand icon hide when record add issue has been fixed.
12
+ - `#F186617` - Gantt pdf export taskbar text alignment issue has been fixed.
13
+ - `#I561997` - The PDF export is not working properly when changing `bottomTier` to week.
14
+ - `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
15
+
16
+ - `#I557001` - Console error in dependency connection after row drag action issue has been fixed.
17
+ - `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
18
+
19
+ ## 24.2.8 (2024-02-27)
20
+
21
+ ### GanttChart
22
+
23
+ #### Bug Fixes
24
+
9
25
  - `#I555169` - The scrollbar into view taskbar not working properly issue has been fixed.
10
26
  - `#I556229` - Splitter View is not updating properly while using `setSplitterPosition` issue has been fixed.
11
27
  - `#I553873` - Taskbar not rendered properly when using hour format in `DST` issue has been fixed.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.min.js
3
- * version : 24.2.8
3
+ * version : 24.2.9
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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-gantt.umd.min.js
3
- * version : 24.2.8
3
+ * version : 24.2.9
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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-gantt@*",
3
- "_id": "@syncfusion/ej2-react-gantt@24.2.7",
3
+ "_id": "@syncfusion/ej2-react-gantt@24.2.8",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-nZQcmt2xArWgu6pL0cFIIIfGpnvYIaeLuyxEryu926tYHCQg4+c6mzW+rLhH5u19sj2W8n9IYl0DN2XK9YO7ug==",
5
+ "_integrity": "sha512-bZOpAFxEQLephsdchsS3M8P2jYJvbMqt27cjpRWMFbriGak2lPox37a2tXCflhVft7ck2HsW0Zo/YF/2E7tH6g==",
6
6
  "_location": "/@syncfusion/ej2-react-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-24.2.7.tgz",
23
- "_shasum": "9ad69605a41ee381ee705ea887be9917c793535b",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-24.2.8.tgz",
23
+ "_shasum": "064e1bc03ceef662e237cf4fa7884b0eb0954435",
24
24
  "_spec": "@syncfusion/ej2-react-gantt@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~24.2.7",
35
- "@syncfusion/ej2-gantt": "24.2.8",
35
+ "@syncfusion/ej2-gantt": "24.2.9",
36
36
  "@syncfusion/ej2-react-base": "~24.2.7"
37
37
  },
38
38
  "deprecated": false,
@@ -53,6 +53,6 @@
53
53
  "type": "git",
54
54
  "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
55
55
  },
56
- "version": "24.2.8",
56
+ "version": "24.2.9",
57
57
  "sideEffects": false
58
58
  }