@syncfusion/ej2-gantt 20.2.39 → 20.2.45

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 (70) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/dist/ej2-gantt.umd.min.js +2 -2
  3. package/dist/ej2-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-gantt.es2015.js +108 -45
  5. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-gantt.es5.js +108 -45
  7. package/dist/es6/ej2-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-gantt.min.js +2 -2
  9. package/dist/global/ej2-gantt.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +18 -18
  12. package/src/gantt/actions/cell-edit.js +3 -0
  13. package/src/gantt/actions/context-menu.js +1 -1
  14. package/src/gantt/actions/critical-path.js +2 -8
  15. package/src/gantt/actions/edit.js +3 -2
  16. package/src/gantt/actions/rowdragdrop.js +1 -1
  17. package/src/gantt/base/date-processor.js +9 -3
  18. package/src/gantt/base/gantt-chart.d.ts +4 -0
  19. package/src/gantt/base/gantt-chart.js +36 -4
  20. package/src/gantt/base/gantt.d.ts +1 -0
  21. package/src/gantt/base/gantt.js +46 -26
  22. package/src/gantt/base/tree-grid.js +1 -0
  23. package/src/gantt/renderer/chart-rows.js +6 -0
  24. package/src/gantt/renderer/tooltip.js +1 -1
  25. package/styles/bootstrap-dark.css +4 -4
  26. package/styles/bootstrap.css +4 -4
  27. package/styles/bootstrap4.css +4 -4
  28. package/styles/bootstrap5-dark.css +4 -4
  29. package/styles/bootstrap5.css +4 -4
  30. package/styles/fabric-dark.css +4 -4
  31. package/styles/fabric.css +4 -4
  32. package/styles/fluent-dark.css +4 -4
  33. package/styles/fluent.css +4 -4
  34. package/styles/gantt/_layout.scss +9 -19
  35. package/styles/gantt/_theme.scss +1 -19
  36. package/styles/gantt/bootstrap-dark.css +4 -4
  37. package/styles/gantt/bootstrap.css +4 -4
  38. package/styles/gantt/bootstrap4.css +4 -4
  39. package/styles/gantt/bootstrap5-dark.css +4 -4
  40. package/styles/gantt/bootstrap5.css +4 -4
  41. package/styles/gantt/fabric-dark.css +4 -4
  42. package/styles/gantt/fabric.css +4 -4
  43. package/styles/gantt/fluent-dark.css +4 -4
  44. package/styles/gantt/fluent.css +4 -4
  45. package/styles/gantt/highcontrast-light.css +4 -4
  46. package/styles/gantt/highcontrast.css +4 -4
  47. package/styles/gantt/icons/_bootstrap-dark.scss +3 -3
  48. package/styles/gantt/icons/_bootstrap.scss +3 -3
  49. package/styles/gantt/icons/_bootstrap4.scss +5 -5
  50. package/styles/gantt/icons/_bootstrap5.scss +3 -3
  51. package/styles/gantt/icons/_fabric-dark.scss +3 -3
  52. package/styles/gantt/icons/_fabric.scss +3 -3
  53. package/styles/gantt/icons/_fluent.scss +3 -3
  54. package/styles/gantt/icons/_fusionnew.scss +3 -3
  55. package/styles/gantt/icons/_highcontrast.scss +3 -3
  56. package/styles/gantt/icons/_material-dark.scss +3 -3
  57. package/styles/gantt/icons/_material.scss +3 -3
  58. package/styles/gantt/icons/_material3.scss +3 -3
  59. package/styles/gantt/icons/_tailwind-dark.scss +3 -3
  60. package/styles/gantt/icons/_tailwind.scss +3 -3
  61. package/styles/gantt/material-dark.css +4 -4
  62. package/styles/gantt/material.css +4 -4
  63. package/styles/gantt/tailwind-dark.css +4 -4
  64. package/styles/gantt/tailwind.css +4 -4
  65. package/styles/highcontrast-light.css +4 -4
  66. package/styles/highcontrast.css +4 -4
  67. package/styles/material-dark.css +4 -4
  68. package/styles/material.css +4 -4
  69. package/styles/tailwind-dark.css +4 -4
  70. package/styles/tailwind.css +4 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,40 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I389542` - Filter records with hierarchy mode as both shows no record to display issue has been fixed.
10
+
11
+ ## 20.2.44 (2022-08-16)
12
+
13
+ ### Gantt
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I394194` - Timeline changes when toggling critical path issue has been fixed.
18
+ - `#I388575` - Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.
19
+ - `#I394195` - Week start day not working properly after perform Zooming actions issue has been fixed.
20
+ - `#I393709` - Baseline milestone not rendered in proper position .
21
+ - `#I394223` - Gantt Chart does not update data source when adding new record.
22
+
23
+ ## 20.2.43 (2022-08-08)
24
+
25
+ ### Gantt
26
+
27
+ #### Bug Fixes
28
+
29
+ - `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
30
+ - `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
31
+ - `#I394407` - Script error occurs when we edit the baseline date issue has been fixed.
32
+ - `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
33
+ - `#I393670`, `#I393633` - End date calculated wrongly for adding new task after zoom to fit is performed issue has been fixed.
34
+ - `#I391704`-Need to disable HTML encoding in tooltip has been fixed.
35
+ - `#F149986` - Unable to use drop down edit in progress column has been fixed.
36
+
37
+ ## 20.2.39 (2022-07-19)
38
+
39
+ ### Gantt
40
+
41
+ #### Bug Fixes
42
+
9
43
  - `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
10
44
 
11
45
  ## 20.2.38 (2022-07-12)