@syncfusion/ej2-gantt 19.4.48 → 19.4.50

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 (39) hide show
  1. package/CHANGELOG.md +10 -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 +125 -18
  5. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-gantt.es5.js +125 -18
  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 +14 -14
  12. package/src/gantt/actions/cell-edit.d.ts +1 -0
  13. package/src/gantt/actions/cell-edit.js +2 -0
  14. package/src/gantt/actions/dialog-edit.js +18 -2
  15. package/src/gantt/actions/edit.d.ts +1 -0
  16. package/src/gantt/actions/edit.js +74 -10
  17. package/src/gantt/actions/keyboard.js +1 -1
  18. package/src/gantt/renderer/timeline.d.ts +1 -0
  19. package/src/gantt/renderer/timeline.js +30 -5
  20. package/styles/bootstrap-dark.css +3 -3
  21. package/styles/bootstrap.css +3 -3
  22. package/styles/bootstrap4.css +3 -3
  23. package/styles/bootstrap5-dark.css +1 -1
  24. package/styles/bootstrap5.css +1 -1
  25. package/styles/gantt/_bootstrap-dark-definition.scss +3 -3
  26. package/styles/gantt/_bootstrap-definition.scss +3 -3
  27. package/styles/gantt/_bootstrap4-definition.scss +3 -3
  28. package/styles/gantt/_bootstrap5-definition.scss +1 -1
  29. package/styles/gantt/_fluent-definition.scss +1 -1
  30. package/styles/gantt/_tailwind-definition.scss +3 -3
  31. package/styles/gantt/bootstrap-dark.css +3 -3
  32. package/styles/gantt/bootstrap.css +3 -3
  33. package/styles/gantt/bootstrap4.css +3 -3
  34. package/styles/gantt/bootstrap5-dark.css +1 -1
  35. package/styles/gantt/bootstrap5.css +1 -1
  36. package/styles/gantt/tailwind-dark.css +3 -3
  37. package/styles/gantt/tailwind.css +3 -3
  38. package/styles/tailwind-dark.css +3 -3
  39. package/styles/tailwind.css +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Gantt
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
10
+ - `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
11
+ - `#363210` - Issue in performing edit dialog when we map only segments tab in `editDialogFields` has been fixed.
12
+ - `#364723` - Issue in updating `dataSource` property using insert key has been fixed.
13
+ - `#364643` - New record added in the top of datasource when row position is set as Bottom has been fixed.
14
+
5
15
  ## 19.4.47 (2022-01-25)
6
16
 
7
17
  ### Gantt