@syncfusion/ej2-gantt 20.1.52 → 20.1.58

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 (49) hide show
  1. package/CHANGELOG.md +29 -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 +21 -12
  5. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-gantt.es5.js +21 -12
  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/edit.js +7 -0
  13. package/src/gantt/actions/filter.js +1 -1
  14. package/src/gantt/actions/pdf-export.js +1 -1
  15. package/src/gantt/base/gantt-chart.js +7 -2
  16. package/src/gantt/base/gantt.js +2 -5
  17. package/src/gantt/base/task-processor.js +1 -1
  18. package/src/gantt/renderer/chart-rows.js +1 -1
  19. package/src/gantt/renderer/connector-line.js +1 -1
  20. package/styles/bootstrap-dark.css +45 -368
  21. package/styles/bootstrap.css +46 -374
  22. package/styles/bootstrap4.css +56 -422
  23. package/styles/bootstrap5-dark.css +46 -369
  24. package/styles/bootstrap5.css +46 -369
  25. package/styles/fabric-dark.css +46 -367
  26. package/styles/fabric.css +48 -369
  27. package/styles/fluent-dark.css +45 -367
  28. package/styles/fluent.css +45 -367
  29. package/styles/gantt/bootstrap-dark.css +45 -368
  30. package/styles/gantt/bootstrap.css +46 -374
  31. package/styles/gantt/bootstrap4.css +56 -422
  32. package/styles/gantt/bootstrap5-dark.css +46 -369
  33. package/styles/gantt/bootstrap5.css +46 -369
  34. package/styles/gantt/fabric-dark.css +46 -367
  35. package/styles/gantt/fabric.css +48 -369
  36. package/styles/gantt/fluent-dark.css +45 -367
  37. package/styles/gantt/fluent.css +45 -367
  38. package/styles/gantt/highcontrast-light.css +21 -353
  39. package/styles/gantt/highcontrast.css +48 -403
  40. package/styles/gantt/material-dark.css +42 -360
  41. package/styles/gantt/material.css +43 -362
  42. package/styles/gantt/tailwind-dark.css +41 -359
  43. package/styles/gantt/tailwind.css +41 -359
  44. package/styles/highcontrast-light.css +21 -353
  45. package/styles/highcontrast.css +48 -403
  46. package/styles/material-dark.css +42 -360
  47. package/styles/material.css +43 -362
  48. package/styles/tailwind-dark.css +41 -359
  49. package/styles/tailwind.css +41 -359
package/CHANGELOG.md CHANGED
@@ -6,6 +6,35 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#380136` - End date is not updated when we update the resource unit via `updateRecordByID` method.
10
+ - `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
11
+ - `#379660` - Script error thrown when switching between tabs has been fixed.
12
+
13
+ ## 20.1.56 (2022-05-17)
14
+
15
+ ### Gantt
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
20
+ - `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
21
+
22
+ ## 20.1.55 (2022-05-12)
23
+
24
+ ### Gantt
25
+
26
+ #### Bug Fixes
27
+
28
+ - `#376228` - Duration is not updated while updating resource units using `updateRecordByID` method issue has been fixed.
29
+ - `#370224` - Filtering issue when rendering Gantt inside the modal has been fixed.
30
+ - `#376455` - Tab key navigation not working properly when moving from grid to timeline issue has been fixed.
31
+
32
+ ## 20.1.52 (2022-05-04)
33
+
34
+ ### Gantt
35
+
36
+ #### Bug Fixes
37
+
9
38
  - `#372661` - Data not properly updated in the Gantt Chart when switching between list view issue has been fixed.
10
39
 
11
40
  ## 20.1.51 (2022-04-26)