@syncfusion/ej2-gantt 24.2.3 → 24.2.4
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 +11 -0
- package/dist/ej2-gantt.min.js +2 -2
- 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 +26 -9
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +26 -9
- 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 +14 -14
- package/src/gantt/actions/dialog-edit.d.ts +1 -0
- package/src/gantt/actions/dialog-edit.js +5 -2
- package/src/gantt/base/gantt-chart.js +1 -1
- package/src/gantt/base/gantt.js +0 -3
- package/src/gantt/export/pdf-base/pdf-grid-table.js +20 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I550406` - Task type property does not update properly by mapping work field issue has been fixed.
|
|
10
|
+
- `#I542029` - Unable to render full lengthy text in pdf export issue has been fixed.
|
|
11
|
+
- `#I549638` - The taskbar edit action is not working in RTL mode issue has been fixed.
|
|
12
|
+
- `#I544478` - Validation rules not working for numeric field issue has been fixed.
|
|
13
|
+
|
|
14
|
+
## 24.2.3 (2024-01-31)
|
|
15
|
+
|
|
16
|
+
### GanttChart
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `#I540355` - RTE create column not working in dialog box issue has been fixed.
|
|
10
21
|
- `#I543351` - The taskbar render validation not working properly issue has been fixed.
|
|
11
22
|
|