@syncfusion/ej2-gantt 20.3.57 → 20.3.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 (48) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/ej2-gantt.min.js +2 -2
  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 +15 -6
  6. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  7. package/dist/es6/ej2-gantt.es5.js +15 -6
  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 +14 -14
  13. package/src/gantt/actions/edit.js +5 -3
  14. package/src/gantt/actions/selection.js +3 -0
  15. package/src/gantt/base/gantt-chart.js +3 -0
  16. package/src/gantt/base/tree-grid.js +3 -2
  17. package/src/gantt/renderer/timeline.js +1 -1
  18. package/styles/bootstrap-dark.css +64 -124
  19. package/styles/bootstrap.css +65 -126
  20. package/styles/bootstrap4.css +64 -124
  21. package/styles/bootstrap5-dark.css +64 -124
  22. package/styles/bootstrap5.css +64 -124
  23. package/styles/fabric-dark.css +64 -124
  24. package/styles/fabric.css +64 -124
  25. package/styles/fluent-dark.css +64 -124
  26. package/styles/fluent.css +64 -124
  27. package/styles/gantt/_layout.scss +3 -2
  28. package/styles/gantt/bootstrap-dark.css +64 -124
  29. package/styles/gantt/bootstrap.css +65 -126
  30. package/styles/gantt/bootstrap4.css +64 -124
  31. package/styles/gantt/bootstrap5-dark.css +64 -124
  32. package/styles/gantt/bootstrap5.css +64 -124
  33. package/styles/gantt/fabric-dark.css +64 -124
  34. package/styles/gantt/fabric.css +64 -124
  35. package/styles/gantt/fluent-dark.css +64 -124
  36. package/styles/gantt/fluent.css +64 -124
  37. package/styles/gantt/highcontrast-light.css +64 -124
  38. package/styles/gantt/highcontrast.css +64 -124
  39. package/styles/gantt/material-dark.css +67 -130
  40. package/styles/gantt/material.css +67 -130
  41. package/styles/gantt/tailwind-dark.css +66 -128
  42. package/styles/gantt/tailwind.css +66 -128
  43. package/styles/highcontrast-light.css +64 -124
  44. package/styles/highcontrast.css +64 -124
  45. package/styles/material-dark.css +67 -130
  46. package/styles/material.css +67 -130
  47. package/styles/tailwind-dark.css +66 -128
  48. package/styles/tailwind.css +66 -128
package/CHANGELOG.md CHANGED
@@ -6,6 +6,25 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I419062` - Edit type issue when datasource is undefined issue has been fixed.
10
+ - `#I417042` - A console error is thrown when updating the parent task's start date.
11
+ - `#I419262` - The dependency line is rendered even after cancel.
12
+
13
+ ## 20.3.58 (2022-11-22)
14
+
15
+ ### Gantt
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I416610` - Able to scroll vertically when virtual scrolling enabled without scrollable records issue has been fixed.
20
+ - `#I417049` - Adding duration to an unscheduled task affects the project start date.
21
+
22
+ ## 20.3.57 (2022-11-15)
23
+
24
+ ### Gantt
25
+
26
+ #### Bug Fixes
27
+
9
28
  - `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
10
29
  - `#I410200` - Timeline headers disappears when timeline changes dynamically.
11
30
  - `#I413560` - Datasource Property not updated properly after row indent and outdent issue has been fixed.