@syncfusion/ej2-gantt 20.2.39 → 20.2.43
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.
- package/CHANGELOG.md +14 -0
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +40 -8
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +40 -8
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +18 -18
- package/src/gantt/actions/context-menu.js +1 -1
- package/src/gantt/actions/edit.js +2 -1
- package/src/gantt/actions/rowdragdrop.js +1 -1
- package/src/gantt/base/date-processor.js +8 -2
- package/src/gantt/base/gantt-chart.d.ts +4 -0
- package/src/gantt/base/gantt-chart.js +20 -2
- package/src/gantt/base/tree-grid.js +1 -0
- package/src/gantt/renderer/chart-rows.js +6 -0
- package/src/gantt/renderer/tooltip.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,20 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
|
|
10
|
+
- `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
|
|
11
|
+
- `#I394407` - Script error occurs when we edit the baseline date issue has been fixed.
|
|
12
|
+
- `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
|
|
13
|
+
- `#I393670`, `#I393633` - End date calculated wrongly for adding new task after zoom to fit is performed issue has been fixed.
|
|
14
|
+
- `#I391704`-Need to disable HTML encoding in tooltip has been fixed.
|
|
15
|
+
- `#F149986` - Unable to use drop down edit in progress column has been fixed.
|
|
16
|
+
|
|
17
|
+
## 20.2.39 (2022-07-19)
|
|
18
|
+
|
|
19
|
+
### Gantt
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
9
23
|
- `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
|
|
10
24
|
|
|
11
25
|
## 20.2.38 (2022-07-12)
|