@syncfusion/ej2-gantt 22.2.10 → 22.2.12
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 +46 -21
- 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 +171 -59
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +170 -58
- 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/context-menu.js +4 -1
- package/src/gantt/actions/critical-path.js +2 -0
- package/src/gantt/actions/dialog-edit.js +1 -1
- package/src/gantt/actions/edit.d.ts +12 -1
- package/src/gantt/actions/edit.js +76 -2
- package/src/gantt/actions/filter.js +9 -1
- package/src/gantt/actions/keyboard.js +1 -1
- package/src/gantt/base/date-processor.js +2 -2
- package/src/gantt/base/gantt.js +12 -4
- package/src/gantt/base/task-processor.js +11 -11
- package/src/gantt/export/export-helper.js +2 -1
- package/src/gantt/export/pdf-base/treegrid-layouter.js +3 -0
- package/src/gantt/export/pdf-treegrid.js +3 -0
- package/src/gantt/renderer/edit-tooltip.js +10 -7
- package/src/gantt/renderer/timeline.js +3 -0
- package/src/gantt/renderer/tooltip.js +32 -28
- package/styles/gantt/material-dark.css +1 -1
- package/styles/gantt/material.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### Gantt
|
|
5
|
+
### Gantt
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I488557` - The project dates are not modified after changing the timeline.
|
|
10
|
+
- `#I472635` - When pressing the insert key `newRowPosition` bottom row is not highlighted.
|
|
11
|
+
- `#I489655` - Milestone is not converting back to taskbar when we have milestone property has been fixed.
|
|
12
|
+
- `#I492520` - Critical path styling not getting cleared correctly issue has been fixed.
|
|
13
|
+
- `#I492654` - When empty data source pdf export exception thrown issue has been fixed.
|
|
14
|
+
- `#I485527` - Filter menu opening issue in column menu has been fixed.
|
|
15
|
+
- `#I494859` - Gantt shrinks when we update the datasource issue has been fixed.
|
|
16
|
+
|
|
17
|
+
## 22.2.11 (2023-08-29)
|
|
18
|
+
|
|
19
|
+
### Gantt
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- `#I485527` - Filter menu opening issue in column menu has been fixed.
|
|
24
|
+
- `#I491313` - Multiple records were selected after using the context menu, adding the milestone position wrong issue has been fixed.
|
|
25
|
+
- `#F183168` - Gantt Chart not refreshing after adding new item is fixed.
|
|
26
|
+
- `#I491178` - Data modified in the server is not reflected in the rendered Gantt Chart is fixed.
|
|
27
|
+
|
|
28
|
+
## 22.2.10 (2023-08-22)
|
|
29
|
+
|
|
30
|
+
### Gantt
|
|
6
31
|
|
|
7
32
|
#### Bug Fixes
|
|
8
33
|
|
|
@@ -12,7 +37,7 @@
|
|
|
12
37
|
|
|
13
38
|
## 22.2.9 (2023-08-15)
|
|
14
39
|
|
|
15
|
-
### Gantt
|
|
40
|
+
### Gantt
|
|
16
41
|
|
|
17
42
|
#### Bug Fixes
|
|
18
43
|
|
|
@@ -25,7 +50,7 @@
|
|
|
25
50
|
|
|
26
51
|
## 22.2.8 (2023-08-08)
|
|
27
52
|
|
|
28
|
-
### Gantt
|
|
53
|
+
### Gantt
|
|
29
54
|
|
|
30
55
|
#### Bug Fixes
|
|
31
56
|
|
|
@@ -36,7 +61,7 @@
|
|
|
36
61
|
|
|
37
62
|
## 22.2.7 (2023-08-02)
|
|
38
63
|
|
|
39
|
-
### Gantt
|
|
64
|
+
### Gantt
|
|
40
65
|
|
|
41
66
|
#### Bug Fixes
|
|
42
67
|
|
|
@@ -54,7 +79,7 @@
|
|
|
54
79
|
|
|
55
80
|
## 22.2.5 (2023-07-27)
|
|
56
81
|
|
|
57
|
-
### Gantt
|
|
82
|
+
### Gantt
|
|
58
83
|
|
|
59
84
|
#### Bug Fixes
|
|
60
85
|
|
|
@@ -66,7 +91,7 @@
|
|
|
66
91
|
|
|
67
92
|
## 22.1.39 (2023-07-18)
|
|
68
93
|
|
|
69
|
-
### Gantt
|
|
94
|
+
### Gantt
|
|
70
95
|
|
|
71
96
|
#### Bug Fixes
|
|
72
97
|
|
|
@@ -74,7 +99,7 @@
|
|
|
74
99
|
|
|
75
100
|
## 22.1.38 (2023-07-11)
|
|
76
101
|
|
|
77
|
-
### Gantt
|
|
102
|
+
### Gantt
|
|
78
103
|
|
|
79
104
|
#### Bug Fixes
|
|
80
105
|
|
|
@@ -88,7 +113,7 @@
|
|
|
88
113
|
|
|
89
114
|
## 22.1.37 (2023-07-04)
|
|
90
115
|
|
|
91
|
-
### Gantt
|
|
116
|
+
### Gantt
|
|
92
117
|
|
|
93
118
|
#### Bug Fixes
|
|
94
119
|
|
|
@@ -99,7 +124,7 @@
|
|
|
99
124
|
|
|
100
125
|
## 22.1.36 (2023-06-28)
|
|
101
126
|
|
|
102
|
-
### Gantt
|
|
127
|
+
### Gantt
|
|
103
128
|
|
|
104
129
|
#### Bug Fixes
|
|
105
130
|
|
|
@@ -114,7 +139,7 @@
|
|
|
114
139
|
|
|
115
140
|
## 22.1.34 (2023-06-21)
|
|
116
141
|
|
|
117
|
-
### Gantt
|
|
142
|
+
### Gantt
|
|
118
143
|
|
|
119
144
|
#### Features
|
|
120
145
|
|
|
@@ -126,7 +151,7 @@
|
|
|
126
151
|
|
|
127
152
|
## 21.2.10 (2023-06-13)
|
|
128
153
|
|
|
129
|
-
### Gantt
|
|
154
|
+
### Gantt
|
|
130
155
|
|
|
131
156
|
#### Bug Fixes
|
|
132
157
|
|
|
@@ -137,7 +162,7 @@
|
|
|
137
162
|
|
|
138
163
|
## 21.2.9 (2023-06-06)
|
|
139
164
|
|
|
140
|
-
### Gantt
|
|
165
|
+
### Gantt
|
|
141
166
|
|
|
142
167
|
#### Bug Fixes
|
|
143
168
|
|
|
@@ -157,7 +182,7 @@
|
|
|
157
182
|
|
|
158
183
|
## 21.2.8 (2023-05-30)
|
|
159
184
|
|
|
160
|
-
### Gantt
|
|
185
|
+
### Gantt
|
|
161
186
|
|
|
162
187
|
#### Bug Fixes
|
|
163
188
|
|
|
@@ -172,7 +197,7 @@
|
|
|
172
197
|
|
|
173
198
|
## 21.2.6 (2023-05-23)
|
|
174
199
|
|
|
175
|
-
### Gantt
|
|
200
|
+
### Gantt
|
|
176
201
|
|
|
177
202
|
#### Bug Fixes
|
|
178
203
|
|
|
@@ -182,7 +207,7 @@
|
|
|
182
207
|
|
|
183
208
|
## 21.2.5 (2023-05-16)
|
|
184
209
|
|
|
185
|
-
### Gantt
|
|
210
|
+
### Gantt
|
|
186
211
|
|
|
187
212
|
#### Bug Fixes
|
|
188
213
|
|
|
@@ -195,7 +220,7 @@
|
|
|
195
220
|
|
|
196
221
|
## 21.2.4 (2023-05-09)
|
|
197
222
|
|
|
198
|
-
### Gantt
|
|
223
|
+
### Gantt
|
|
199
224
|
|
|
200
225
|
#### Bug Fixes
|
|
201
226
|
|
|
@@ -207,7 +232,7 @@
|
|
|
207
232
|
|
|
208
233
|
## 21.2.3 (2023-05-03)
|
|
209
234
|
|
|
210
|
-
### Gantt
|
|
235
|
+
### Gantt
|
|
211
236
|
|
|
212
237
|
#### Bug Fixes
|
|
213
238
|
|
|
@@ -217,7 +242,7 @@
|
|
|
217
242
|
|
|
218
243
|
## 21.1.41 (2023-04-18)
|
|
219
244
|
|
|
220
|
-
### Gantt
|
|
245
|
+
### Gantt
|
|
221
246
|
|
|
222
247
|
#### Bug Fixes
|
|
223
248
|
|
|
@@ -231,7 +256,7 @@
|
|
|
231
256
|
|
|
232
257
|
## 21.1.38 (2023-04-04)
|
|
233
258
|
|
|
234
|
-
### Gantt
|
|
259
|
+
### Gantt
|
|
235
260
|
|
|
236
261
|
#### Bug Fixes
|
|
237
262
|
|
|
@@ -243,7 +268,7 @@
|
|
|
243
268
|
|
|
244
269
|
## 21.1.37 (2023-03-29)
|
|
245
270
|
|
|
246
|
-
### Gantt
|
|
271
|
+
### Gantt
|
|
247
272
|
|
|
248
273
|
#### Bug Fixes
|
|
249
274
|
|
|
@@ -253,7 +278,7 @@
|
|
|
253
278
|
|
|
254
279
|
## 21.1.35 (2023-03-23)
|
|
255
280
|
|
|
256
|
-
### Gantt
|
|
281
|
+
### Gantt
|
|
257
282
|
|
|
258
283
|
#### Features
|
|
259
284
|
|