@syncfusion/ej2-gantt 19.4.50 → 19.4.52

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 (42) hide show
  1. package/CHANGELOG.md +9 -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 +7 -7
  6. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  7. package/dist/es6/ej2-gantt.es5.js +7 -7
  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/edit.js +0 -4
  14. package/src/gantt/base/tree-grid.js +4 -0
  15. package/src/gantt/renderer/chart-rows.js +3 -3
  16. package/styles/bootstrap-dark.css +3 -0
  17. package/styles/bootstrap.css +3 -0
  18. package/styles/bootstrap4.css +3 -0
  19. package/styles/bootstrap5-dark.css +3 -0
  20. package/styles/bootstrap5.css +3 -0
  21. package/styles/fabric-dark.css +3 -0
  22. package/styles/fabric.css +3 -0
  23. package/styles/gantt/_layout.scss +3 -0
  24. package/styles/gantt/bootstrap-dark.css +3 -0
  25. package/styles/gantt/bootstrap.css +3 -0
  26. package/styles/gantt/bootstrap4.css +3 -0
  27. package/styles/gantt/bootstrap5-dark.css +3 -0
  28. package/styles/gantt/bootstrap5.css +3 -0
  29. package/styles/gantt/fabric-dark.css +3 -0
  30. package/styles/gantt/fabric.css +3 -0
  31. package/styles/gantt/highcontrast-light.css +3 -0
  32. package/styles/gantt/highcontrast.css +3 -0
  33. package/styles/gantt/material-dark.css +3 -0
  34. package/styles/gantt/material.css +3 -0
  35. package/styles/gantt/tailwind-dark.css +3 -0
  36. package/styles/gantt/tailwind.css +3 -0
  37. package/styles/highcontrast-light.css +3 -0
  38. package/styles/highcontrast.css +3 -0
  39. package/styles/material-dark.css +3 -0
  40. package/styles/material.css +3 -0
  41. package/styles/tailwind-dark.css +3 -0
  42. package/styles/tailwind.css +3 -0
package/CHANGELOG.md CHANGED
@@ -6,6 +6,15 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
10
+ - `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
11
+
12
+ ## 19.4.50 (2022-02-08)
13
+
14
+ ### Gantt
15
+
16
+ #### Bug Fixes
17
+
9
18
  - `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
10
19
  - `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
11
20
  - `#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 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.