@syncfusion/ej2-gantt 24.2.4 → 24.2.6
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 +13 -0
- package/dist/ej2-gantt.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +59 -14
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +60 -14
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +13 -13
- package/src/gantt/actions/connector-line-edit.d.ts +1 -0
- package/src/gantt/actions/connector-line-edit.js +24 -0
- package/src/gantt/actions/dialog-edit.js +1 -1
- package/src/gantt/base/gantt-chart.js +33 -13
- package/src/gantt/renderer/timeline.js +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 24.2.5 (2024-02-13)
|
|
6
|
+
|
|
7
|
+
### GanttChart
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I544540` - Offset value not calculated properly issue has been fixed.
|
|
12
|
+
- `#I552745` - Pressing enter key in dialog refresh the Gantt issue has been fixed.
|
|
13
|
+
- `#I551289` - The zoom in action before horizontal scroll, after the zoom action triggers, alignment issues occur issue has been fixed.
|
|
14
|
+
- `#I532096` - Failing Karma Test cases in Angular issue has been fixed.
|
|
15
|
+
|
|
16
|
+
## 24.2.4 (2024-02-06)
|
|
17
|
+
|
|
5
18
|
### GanttChart
|
|
6
19
|
|
|
7
20
|
#### Bug Fixes
|