@syncfusion/ej2-gantt 19.4.50 → 19.4.54

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.
Files changed (46) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-gantt.umd.min.js +2 -2
  4. package/dist/ej2-gantt.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-gantt.es2015.js +44 -18
  6. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  7. package/dist/es6/ej2-gantt.es5.js +44 -18
  8. package/dist/es6/ej2-gantt.es5.js.map +1 -1
  9. package/dist/global/ej2-gantt.min.js +2 -2
  10. package/dist/global/ej2-gantt.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +18 -18
  13. package/src/gantt/actions/cell-edit.js +2 -1
  14. package/src/gantt/actions/edit.js +0 -4
  15. package/src/gantt/actions/rowdragdrop.js +7 -1
  16. package/src/gantt/base/date-processor.js +2 -1
  17. package/src/gantt/base/tree-grid.js +4 -0
  18. package/src/gantt/renderer/chart-rows.js +28 -10
  19. package/src/gantt/renderer/timeline.js +1 -1
  20. package/styles/bootstrap-dark.css +3 -0
  21. package/styles/bootstrap.css +3 -0
  22. package/styles/bootstrap4.css +3 -0
  23. package/styles/bootstrap5-dark.css +3 -0
  24. package/styles/bootstrap5.css +3 -0
  25. package/styles/fabric-dark.css +3 -0
  26. package/styles/fabric.css +3 -0
  27. package/styles/gantt/_layout.scss +3 -0
  28. package/styles/gantt/bootstrap-dark.css +3 -0
  29. package/styles/gantt/bootstrap.css +3 -0
  30. package/styles/gantt/bootstrap4.css +3 -0
  31. package/styles/gantt/bootstrap5-dark.css +3 -0
  32. package/styles/gantt/bootstrap5.css +3 -0
  33. package/styles/gantt/fabric-dark.css +3 -0
  34. package/styles/gantt/fabric.css +3 -0
  35. package/styles/gantt/highcontrast-light.css +3 -0
  36. package/styles/gantt/highcontrast.css +3 -0
  37. package/styles/gantt/material-dark.css +3 -0
  38. package/styles/gantt/material.css +3 -0
  39. package/styles/gantt/tailwind-dark.css +3 -0
  40. package/styles/gantt/tailwind.css +3 -0
  41. package/styles/highcontrast-light.css +3 -0
  42. package/styles/highcontrast.css +3 -0
  43. package/styles/material-dark.css +3 -0
  44. package/styles/material.css +3 -0
  45. package/styles/tailwind-dark.css +3 -0
  46. package/styles/tailwind.css +3 -0
package/CHANGELOG.md CHANGED
@@ -6,6 +6,32 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#366296` - When moving from once cell to another cell using tab key navigation issue has been fixed.
10
+ - `#363358`,`F172781` - Drag and drop not working properly after row gets collapsed issue has been fixed.
11
+
12
+ ## 19.4.53 (2022-02-22)
13
+
14
+ ### Gantt
15
+
16
+ #### Bug Fixes
17
+
18
+ - `#365463` - Gantt timeline view gets changed when resize the task to left side has been fixed.
19
+
20
+ ## 19.4.52 (2022-02-15)
21
+
22
+ ### Gantt
23
+
24
+ #### Bug Fixes
25
+
26
+ - `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
27
+ - `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
28
+
29
+ ## 19.4.50 (2022-02-08)
30
+
31
+ ### Gantt
32
+
33
+ #### Bug Fixes
34
+
9
35
  - `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
10
36
  - `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
11
37
  - `#363210` - Issue in performing edit dialog when we map only segments tab in `editDialogFields` has been fixed.
package/README.md CHANGED
@@ -72,4 +72,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-
72
72
  Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/gantt/CHANGELOG.md?utm_source=npm&utm_campaign=gantt)
73
73
 
74
74
 
75
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
75
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.