@syncfusion/ej2-gantt 20.1.55 → 20.1.59

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 (75) hide show
  1. package/CHANGELOG.md +28 -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 +22 -13
  5. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-gantt.es5.js +22 -13
  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 +15 -15
  12. package/src/gantt/actions/edit.js +4 -0
  13. package/src/gantt/actions/pdf-export.js +1 -1
  14. package/src/gantt/base/gantt-chart.js +6 -1
  15. package/src/gantt/base/gantt.js +2 -5
  16. package/src/gantt/base/task-processor.js +1 -1
  17. package/src/gantt/export/export-helper.js +3 -3
  18. package/src/gantt/renderer/chart-rows.js +1 -1
  19. package/src/gantt/renderer/connector-line.js +1 -1
  20. package/src/gantt/renderer/timeline.js +3 -0
  21. package/styles/bootstrap-dark.css +262 -379
  22. package/styles/bootstrap.css +264 -387
  23. package/styles/bootstrap4.css +276 -433
  24. package/styles/bootstrap5-dark.css +264 -382
  25. package/styles/bootstrap5.css +264 -382
  26. package/styles/fabric-dark.css +262 -377
  27. package/styles/fabric.css +265 -380
  28. package/styles/fluent-dark.css +262 -378
  29. package/styles/fluent.css +262 -378
  30. package/styles/gantt/_bootstrap-dark-definition.scss +41 -4
  31. package/styles/gantt/_bootstrap-definition.scss +41 -4
  32. package/styles/gantt/_bootstrap4-definition.scss +42 -4
  33. package/styles/gantt/_bootstrap5-definition.scss +41 -4
  34. package/styles/gantt/_fabric-dark-definition.scss +40 -3
  35. package/styles/gantt/_fabric-definition.scss +41 -4
  36. package/styles/gantt/_fluent-definition.scss +41 -4
  37. package/styles/gantt/_highcontrast-definition.scss +41 -4
  38. package/styles/gantt/_highcontrast-light-definition.scss +41 -4
  39. package/styles/gantt/_layout.scss +298 -7
  40. package/styles/gantt/_material-dark-definition.scss +42 -4
  41. package/styles/gantt/_material-definition.scss +42 -4
  42. package/styles/gantt/_tailwind-definition.scss +42 -4
  43. package/styles/gantt/bootstrap-dark.css +262 -379
  44. package/styles/gantt/bootstrap.css +264 -387
  45. package/styles/gantt/bootstrap4.css +276 -433
  46. package/styles/gantt/bootstrap5-dark.css +264 -382
  47. package/styles/gantt/bootstrap5.css +264 -382
  48. package/styles/gantt/fabric-dark.css +262 -377
  49. package/styles/gantt/fabric.css +265 -380
  50. package/styles/gantt/fluent-dark.css +262 -378
  51. package/styles/gantt/fluent.css +262 -378
  52. package/styles/gantt/highcontrast-light.css +230 -364
  53. package/styles/gantt/highcontrast.css +265 -414
  54. package/styles/gantt/icons/_bootstrap-dark.scss +8 -0
  55. package/styles/gantt/icons/_bootstrap.scss +8 -0
  56. package/styles/gantt/icons/_bootstrap4.scss +8 -0
  57. package/styles/gantt/icons/_bootstrap5.scss +8 -0
  58. package/styles/gantt/icons/_fabric-dark.scss +8 -0
  59. package/styles/gantt/icons/_fabric.scss +8 -0
  60. package/styles/gantt/icons/_fluent.scss +8 -0
  61. package/styles/gantt/icons/_highcontrast.scss +8 -0
  62. package/styles/gantt/icons/_material-dark.scss +8 -0
  63. package/styles/gantt/icons/_material.scss +8 -0
  64. package/styles/gantt/icons/_tailwind-dark.scss +8 -0
  65. package/styles/gantt/icons/_tailwind.scss +8 -0
  66. package/styles/gantt/material-dark.css +266 -371
  67. package/styles/gantt/material.css +267 -373
  68. package/styles/gantt/tailwind-dark.css +264 -370
  69. package/styles/gantt/tailwind.css +264 -370
  70. package/styles/highcontrast-light.css +230 -364
  71. package/styles/highcontrast.css +265 -414
  72. package/styles/material-dark.css +266 -371
  73. package/styles/material.css +267 -373
  74. package/styles/tailwind-dark.css +264 -370
  75. package/styles/tailwind.css +264 -370
package/CHANGELOG.md CHANGED
@@ -6,6 +6,34 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#379229` - Pdf export is not working when using custom date format issue has been fixed.
10
+ - `#381109` - Issue when Zoom To Fit with unscheduled tasks has been fixed.
11
+
12
+ ## 20.1.58 (2022-05-31)
13
+
14
+ ### Gantt
15
+
16
+ #### Bug Fixes
17
+
18
+ - `#380136` - End date is not updated when we update the resource unit via `updateRecordByID` method.
19
+ - `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
20
+ - `#379660` - Script error thrown when switching between tabs has been fixed.
21
+
22
+ ## 20.1.56 (2022-05-17)
23
+
24
+ ### Gantt
25
+
26
+ #### Bug Fixes
27
+
28
+ - `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
29
+ - `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
30
+
31
+ ## 20.1.55 (2022-05-12)
32
+
33
+ ### Gantt
34
+
35
+ #### Bug Fixes
36
+
9
37
  - `#376228` - Duration is not updated while updating resource units using `updateRecordByID` method issue has been fixed.
10
38
  - `#370224` - Filtering issue when rendering Gantt inside the modal has been fixed.
11
39
  - `#376455` - Tab key navigation not working properly when moving from grid to timeline issue has been fixed.