@syncfusion/ej2-gantt 19.4.52 → 19.4.53
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 +8 -0
- 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 +29 -11
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +29 -11
- 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 +10 -10
- package/src/gantt/renderer/chart-rows.js +28 -10
- package/src/gantt/renderer/timeline.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#365463` - Gantt timeline view gets changed when resize the task to left side has been fixed.
|
|
10
|
+
|
|
11
|
+
## 19.4.52 (2022-02-15)
|
|
12
|
+
|
|
13
|
+
### Gantt
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
9
17
|
- `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
|
|
10
18
|
- `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
|
|
11
19
|
|