@syncfusion/ej2-gantt 22.2.11 → 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 +38 -22
- 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 +161 -54
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +160 -53
- 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 +11 -11
- package/src/gantt/actions/context-menu.js +4 -1
- package/src/gantt/actions/critical-path.js +2 -0
- package/src/gantt/actions/edit.d.ts +12 -1
- package/src/gantt/actions/edit.js +76 -2
- package/src/gantt/actions/filter.js +3 -0
- package/src/gantt/base/date-processor.js +2 -2
- package/src/gantt/base/gantt.js +10 -2
- 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/material-dark.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,16 +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
|
|
6
20
|
|
|
7
21
|
#### Bug Fixes
|
|
8
22
|
|
|
9
23
|
- `#I485527` - Filter menu opening issue in column menu has been fixed.
|
|
10
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.
|
|
11
27
|
|
|
12
28
|
## 22.2.10 (2023-08-22)
|
|
13
29
|
|
|
14
|
-
### Gantt
|
|
30
|
+
### Gantt
|
|
15
31
|
|
|
16
32
|
#### Bug Fixes
|
|
17
33
|
|
|
@@ -21,7 +37,7 @@
|
|
|
21
37
|
|
|
22
38
|
## 22.2.9 (2023-08-15)
|
|
23
39
|
|
|
24
|
-
### Gantt
|
|
40
|
+
### Gantt
|
|
25
41
|
|
|
26
42
|
#### Bug Fixes
|
|
27
43
|
|
|
@@ -34,7 +50,7 @@
|
|
|
34
50
|
|
|
35
51
|
## 22.2.8 (2023-08-08)
|
|
36
52
|
|
|
37
|
-
### Gantt
|
|
53
|
+
### Gantt
|
|
38
54
|
|
|
39
55
|
#### Bug Fixes
|
|
40
56
|
|
|
@@ -45,7 +61,7 @@
|
|
|
45
61
|
|
|
46
62
|
## 22.2.7 (2023-08-02)
|
|
47
63
|
|
|
48
|
-
### Gantt
|
|
64
|
+
### Gantt
|
|
49
65
|
|
|
50
66
|
#### Bug Fixes
|
|
51
67
|
|
|
@@ -63,7 +79,7 @@
|
|
|
63
79
|
|
|
64
80
|
## 22.2.5 (2023-07-27)
|
|
65
81
|
|
|
66
|
-
### Gantt
|
|
82
|
+
### Gantt
|
|
67
83
|
|
|
68
84
|
#### Bug Fixes
|
|
69
85
|
|
|
@@ -75,7 +91,7 @@
|
|
|
75
91
|
|
|
76
92
|
## 22.1.39 (2023-07-18)
|
|
77
93
|
|
|
78
|
-
### Gantt
|
|
94
|
+
### Gantt
|
|
79
95
|
|
|
80
96
|
#### Bug Fixes
|
|
81
97
|
|
|
@@ -83,7 +99,7 @@
|
|
|
83
99
|
|
|
84
100
|
## 22.1.38 (2023-07-11)
|
|
85
101
|
|
|
86
|
-
### Gantt
|
|
102
|
+
### Gantt
|
|
87
103
|
|
|
88
104
|
#### Bug Fixes
|
|
89
105
|
|
|
@@ -97,7 +113,7 @@
|
|
|
97
113
|
|
|
98
114
|
## 22.1.37 (2023-07-04)
|
|
99
115
|
|
|
100
|
-
### Gantt
|
|
116
|
+
### Gantt
|
|
101
117
|
|
|
102
118
|
#### Bug Fixes
|
|
103
119
|
|
|
@@ -108,7 +124,7 @@
|
|
|
108
124
|
|
|
109
125
|
## 22.1.36 (2023-06-28)
|
|
110
126
|
|
|
111
|
-
### Gantt
|
|
127
|
+
### Gantt
|
|
112
128
|
|
|
113
129
|
#### Bug Fixes
|
|
114
130
|
|
|
@@ -123,7 +139,7 @@
|
|
|
123
139
|
|
|
124
140
|
## 22.1.34 (2023-06-21)
|
|
125
141
|
|
|
126
|
-
### Gantt
|
|
142
|
+
### Gantt
|
|
127
143
|
|
|
128
144
|
#### Features
|
|
129
145
|
|
|
@@ -135,7 +151,7 @@
|
|
|
135
151
|
|
|
136
152
|
## 21.2.10 (2023-06-13)
|
|
137
153
|
|
|
138
|
-
### Gantt
|
|
154
|
+
### Gantt
|
|
139
155
|
|
|
140
156
|
#### Bug Fixes
|
|
141
157
|
|
|
@@ -146,7 +162,7 @@
|
|
|
146
162
|
|
|
147
163
|
## 21.2.9 (2023-06-06)
|
|
148
164
|
|
|
149
|
-
### Gantt
|
|
165
|
+
### Gantt
|
|
150
166
|
|
|
151
167
|
#### Bug Fixes
|
|
152
168
|
|
|
@@ -166,7 +182,7 @@
|
|
|
166
182
|
|
|
167
183
|
## 21.2.8 (2023-05-30)
|
|
168
184
|
|
|
169
|
-
### Gantt
|
|
185
|
+
### Gantt
|
|
170
186
|
|
|
171
187
|
#### Bug Fixes
|
|
172
188
|
|
|
@@ -181,7 +197,7 @@
|
|
|
181
197
|
|
|
182
198
|
## 21.2.6 (2023-05-23)
|
|
183
199
|
|
|
184
|
-
### Gantt
|
|
200
|
+
### Gantt
|
|
185
201
|
|
|
186
202
|
#### Bug Fixes
|
|
187
203
|
|
|
@@ -191,7 +207,7 @@
|
|
|
191
207
|
|
|
192
208
|
## 21.2.5 (2023-05-16)
|
|
193
209
|
|
|
194
|
-
### Gantt
|
|
210
|
+
### Gantt
|
|
195
211
|
|
|
196
212
|
#### Bug Fixes
|
|
197
213
|
|
|
@@ -204,7 +220,7 @@
|
|
|
204
220
|
|
|
205
221
|
## 21.2.4 (2023-05-09)
|
|
206
222
|
|
|
207
|
-
### Gantt
|
|
223
|
+
### Gantt
|
|
208
224
|
|
|
209
225
|
#### Bug Fixes
|
|
210
226
|
|
|
@@ -216,7 +232,7 @@
|
|
|
216
232
|
|
|
217
233
|
## 21.2.3 (2023-05-03)
|
|
218
234
|
|
|
219
|
-
### Gantt
|
|
235
|
+
### Gantt
|
|
220
236
|
|
|
221
237
|
#### Bug Fixes
|
|
222
238
|
|
|
@@ -226,7 +242,7 @@
|
|
|
226
242
|
|
|
227
243
|
## 21.1.41 (2023-04-18)
|
|
228
244
|
|
|
229
|
-
### Gantt
|
|
245
|
+
### Gantt
|
|
230
246
|
|
|
231
247
|
#### Bug Fixes
|
|
232
248
|
|
|
@@ -240,7 +256,7 @@
|
|
|
240
256
|
|
|
241
257
|
## 21.1.38 (2023-04-04)
|
|
242
258
|
|
|
243
|
-
### Gantt
|
|
259
|
+
### Gantt
|
|
244
260
|
|
|
245
261
|
#### Bug Fixes
|
|
246
262
|
|
|
@@ -252,7 +268,7 @@
|
|
|
252
268
|
|
|
253
269
|
## 21.1.37 (2023-03-29)
|
|
254
270
|
|
|
255
|
-
### Gantt
|
|
271
|
+
### Gantt
|
|
256
272
|
|
|
257
273
|
#### Bug Fixes
|
|
258
274
|
|
|
@@ -262,7 +278,7 @@
|
|
|
262
278
|
|
|
263
279
|
## 21.1.35 (2023-03-23)
|
|
264
280
|
|
|
265
|
-
### Gantt
|
|
281
|
+
### Gantt
|
|
266
282
|
|
|
267
283
|
#### Features
|
|
268
284
|
|