@syncfusion/ej2-angular-kanban 24.1.43 → 24.1.45-ngcc

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 (127) hide show
  1. package/@syncfusion/ej2-angular-kanban.es5.js +355 -0
  2. package/@syncfusion/ej2-angular-kanban.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-kanban.js +323 -0
  4. package/@syncfusion/ej2-angular-kanban.js.map +1 -0
  5. package/CHANGELOG.md +489 -0
  6. package/README.md +1 -1
  7. package/dist/ej2-angular-kanban.umd.js +397 -0
  8. package/dist/ej2-angular-kanban.umd.js.map +1 -0
  9. package/dist/ej2-angular-kanban.umd.min.js +11 -0
  10. package/dist/ej2-angular-kanban.umd.min.js.map +1 -0
  11. package/ej2-angular-kanban.d.ts +5 -0
  12. package/ej2-angular-kanban.metadata.json +1 -0
  13. package/package.json +14 -28
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/kanban/columns.directive.d.ts +0 -5
  19. package/src/kanban/kanban-all.module.d.ts +0 -6
  20. package/src/kanban/kanban.component.d.ts +0 -3
  21. package/src/kanban/kanban.module.d.ts +0 -8
  22. package/src/kanban/stackedheaders.directive.d.ts +0 -5
  23. package/styles/bootstrap-dark.css +1 -1144
  24. package/styles/bootstrap.css +1 -1137
  25. package/styles/bootstrap4.css +1 -1246
  26. package/styles/bootstrap5-dark.css +1 -1208
  27. package/styles/bootstrap5.css +1 -1208
  28. package/styles/fabric-dark.css +1 -1112
  29. package/styles/fabric.css +1 -1100
  30. package/styles/fluent-dark.css +1 -1170
  31. package/styles/fluent.css +1 -1170
  32. package/styles/highcontrast-light.css +1 -1183
  33. package/styles/highcontrast.css +1 -1191
  34. package/styles/kanban/bootstrap-dark.css +1 -1144
  35. package/styles/kanban/bootstrap-dark.scss +1 -16
  36. package/styles/kanban/bootstrap.css +1 -1137
  37. package/styles/kanban/bootstrap.scss +1 -16
  38. package/styles/kanban/bootstrap4.css +1 -1246
  39. package/styles/kanban/bootstrap4.scss +1 -16
  40. package/styles/kanban/bootstrap5-dark.css +1 -1208
  41. package/styles/kanban/bootstrap5-dark.scss +1 -16
  42. package/styles/kanban/bootstrap5.css +1 -1208
  43. package/styles/kanban/bootstrap5.scss +1 -16
  44. package/styles/kanban/fabric-dark.css +1 -1112
  45. package/styles/kanban/fabric-dark.scss +1 -16
  46. package/styles/kanban/fabric.css +1 -1100
  47. package/styles/kanban/fabric.scss +1 -16
  48. package/styles/kanban/fluent-dark.css +1 -1170
  49. package/styles/kanban/fluent-dark.scss +1 -16
  50. package/styles/kanban/fluent.css +1 -1170
  51. package/styles/kanban/fluent.scss +1 -16
  52. package/styles/kanban/highcontrast-light.css +1 -1183
  53. package/styles/kanban/highcontrast-light.scss +1 -16
  54. package/styles/kanban/highcontrast.css +1 -1191
  55. package/styles/kanban/highcontrast.scss +1 -16
  56. package/styles/kanban/material-dark.css +1 -1112
  57. package/styles/kanban/material-dark.scss +1 -16
  58. package/styles/kanban/material.css +1 -1136
  59. package/styles/kanban/material.scss +1 -16
  60. package/styles/kanban/material3-dark.css +1 -1201
  61. package/styles/kanban/material3-dark.scss +1 -16
  62. package/styles/kanban/material3.css +1 -1257
  63. package/styles/kanban/material3.scss +1 -16
  64. package/styles/kanban/tailwind-dark.css +1 -1143
  65. package/styles/kanban/tailwind-dark.scss +1 -16
  66. package/styles/kanban/tailwind.css +1 -1143
  67. package/styles/kanban/tailwind.scss +1 -16
  68. package/styles/material-dark.css +1 -1112
  69. package/styles/material.css +1 -1136
  70. package/styles/material3-dark.css +1 -1201
  71. package/styles/material3-dark.scss +0 -1
  72. package/styles/material3.css +1 -1257
  73. package/styles/material3.scss +0 -1
  74. package/styles/tailwind-dark.css +1 -1143
  75. package/styles/tailwind.css +1 -1143
  76. package/esm2020/public_api.mjs +0 -3
  77. package/esm2020/src/index.mjs +0 -7
  78. package/esm2020/src/kanban/columns.directive.mjs +0 -66
  79. package/esm2020/src/kanban/kanban-all.module.mjs +0 -23
  80. package/esm2020/src/kanban/kanban.component.mjs +0 -100
  81. package/esm2020/src/kanban/kanban.module.mjs +0 -43
  82. package/esm2020/src/kanban/stackedheaders.directive.mjs +0 -58
  83. package/esm2020/syncfusion-ej2-angular-kanban.mjs +0 -5
  84. package/fesm2015/syncfusion-ej2-angular-kanban.mjs +0 -279
  85. package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +0 -1
  86. package/fesm2020/syncfusion-ej2-angular-kanban.mjs +0 -279
  87. package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +0 -1
  88. package/styles/kanban/_all.scss +0 -2
  89. package/styles/kanban/_bootstrap-dark-definition.scss +0 -223
  90. package/styles/kanban/_bootstrap-definition.scss +0 -222
  91. package/styles/kanban/_bootstrap4-definition.scss +0 -223
  92. package/styles/kanban/_bootstrap5-dark-definition.scss +0 -1
  93. package/styles/kanban/_bootstrap5-definition.scss +0 -231
  94. package/styles/kanban/_fabric-dark-definition.scss +0 -222
  95. package/styles/kanban/_fabric-definition.scss +0 -222
  96. package/styles/kanban/_fluent-dark-definition.scss +0 -1
  97. package/styles/kanban/_fluent-definition.scss +0 -223
  98. package/styles/kanban/_fusionnew-definition.scss +0 -231
  99. package/styles/kanban/_highcontrast-definition.scss +0 -223
  100. package/styles/kanban/_highcontrast-light-definition.scss +0 -223
  101. package/styles/kanban/_layout.scss +0 -997
  102. package/styles/kanban/_material-dark-definition.scss +0 -222
  103. package/styles/kanban/_material-definition.scss +0 -222
  104. package/styles/kanban/_material3-dark-definition.scss +0 -1
  105. package/styles/kanban/_material3-definition.scss +0 -231
  106. package/styles/kanban/_tailwind-dark-definition.scss +0 -1
  107. package/styles/kanban/_tailwind-definition.scss +0 -232
  108. package/styles/kanban/_theme.scss +0 -153
  109. package/styles/kanban/icons/_bootstrap-dark.scss +0 -47
  110. package/styles/kanban/icons/_bootstrap.scss +0 -47
  111. package/styles/kanban/icons/_bootstrap4.scss +0 -47
  112. package/styles/kanban/icons/_bootstrap5-dark.scss +0 -1
  113. package/styles/kanban/icons/_bootstrap5.scss +0 -47
  114. package/styles/kanban/icons/_fabric-dark.scss +0 -47
  115. package/styles/kanban/icons/_fabric.scss +0 -47
  116. package/styles/kanban/icons/_fluent-dark.scss +0 -1
  117. package/styles/kanban/icons/_fluent.scss +0 -47
  118. package/styles/kanban/icons/_fusionnew.scss +0 -47
  119. package/styles/kanban/icons/_highcontrast-light.scss +0 -47
  120. package/styles/kanban/icons/_highcontrast.scss +0 -47
  121. package/styles/kanban/icons/_material-dark.scss +0 -47
  122. package/styles/kanban/icons/_material.scss +0 -47
  123. package/styles/kanban/icons/_material3-dark.scss +0 -1
  124. package/styles/kanban/icons/_material3.scss +0 -47
  125. package/styles/kanban/icons/_tailwind-dark.scss +0 -1
  126. package/styles/kanban/icons/_tailwind.scss +0 -47
  127. package/syncfusion-ej2-angular-kanban.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,489 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ## 24.1.41 (2023-12-18)
6
+
7
+ ### Kanban
8
+
9
+ #### Bug Fixes
10
+
11
+ - Now the Kanban Header table will have `tbody` element and the Kanban Content table will have `thead` element to improve the accessibility.
12
+
13
+ ## 23.2.4 (2023-11-20)
14
+
15
+ ### Kanban
16
+
17
+ #### Bug Fixes
18
+
19
+ `#I513537` - Now, localization of the "Cards" text was done. When you drag the multiple cards, it show up.
20
+
21
+
22
+ `#I515897` - Now, when the `cancel` argument is set to true in the `dialogClose` event in the kanban, it works properly.
23
+
24
+
25
+ ## 23.1.36 (2023-09-15)
26
+
27
+ ### Kanban
28
+
29
+ #### Bug Fixes
30
+
31
+ `#I492818` - Now, fast scrolling from top to bottom of the column continuously works properly.
32
+
33
+
34
+ `#I495751` - Now, dragging a card to the first position in the Kanban works properly without flickering.
35
+
36
+
37
+ ## 22.1.34 (2023-06-21)
38
+
39
+ ### Kanban
40
+
41
+ #### New Features
42
+
43
+ - **Virtual Scrolling**: This feature allows users to load data on demand when scrolling through columns for a smoother experience with large datasets.
44
+
45
+ ## 21.1.39 (2023-04-11)
46
+
47
+ ### Kanban
48
+
49
+ #### Bug Fixes
50
+
51
+ `#F181441` - Resolved a issue, where a console error was thrown when dragging into the column header on the Kanban.
52
+
53
+
54
+ ## 21.1.37 (2023-03-29)
55
+
56
+ ### Kanban
57
+
58
+ #### Bug Fixes
59
+
60
+ - `#I432638` - Now, when using the kanban `sortSettings` and dropping the cards randomly is sorted properly.
61
+
62
+ ## 20.4.54 (2023-03-14)
63
+
64
+ ### Kanban
65
+
66
+ #### Bug Fixes
67
+
68
+ - `#I432638` - Now, when using the kanban `sortSettings` the cards are dropped and sorted properly.
69
+
70
+ ## 20.4.44 (2023-01-18)
71
+
72
+ ### Kanban
73
+
74
+ #### Bug Fixes
75
+
76
+ - `#I426567` - Now, drag and drop between the cards will work fine with out any flickering.
77
+
78
+ ## 20.4.38 (2022-12-21)
79
+
80
+ ### Kanban
81
+
82
+ #### Bug Fixes
83
+
84
+ - `#FB37690` - Now, the dragged card is positioned properly when the swimlane is frozen with a fixed height for kanban.
85
+
86
+ ## 20.2.44 (2022-08-16)
87
+
88
+ ### Kanban
89
+
90
+ #### Bug Fixes
91
+
92
+ - `#F176236` - Now, the drag and drop functionality will work fine in the Internet Explorer V11.
93
+
94
+ ## 20.2.43 (2022-08-08)
95
+
96
+ ### Kanban
97
+
98
+ #### Bug Fixes
99
+
100
+ - `I392686` - Now, the drag and drop between the cards will work fine when `showAddButton` is enabled with the Kanban columns.
101
+ - `I393080` - Now, the column border of the dragged clone cells will render properly.
102
+ - `I393078` - Now, the drag and drop between the cards will work fine with out any flickering.
103
+ - `#F176345` - Now, the Sort Comparer Function's API link will work properly.
104
+
105
+ ## 20.2.38 (2022-07-12)
106
+
107
+ ### Kanban
108
+
109
+ #### Bug Fixes
110
+
111
+ - `#I385821` - Now, the server-side modified data is returned to the client side while performing the `CRUD` operation.
112
+ - `#I390524`, `#F175935` - Now, when dropping the card into an empty column will render it.
113
+
114
+ ## 20.1.60 (2022-06-14)
115
+
116
+ ### Kanban
117
+
118
+ #### Bug Fixes
119
+
120
+ - `#I379177`,`#I379023` - Now, the `GetTargetDetailsAsync` method doesn't display 'null' on an empty Kanban board.
121
+
122
+ ## 20.1.58 (2022-05-31)
123
+
124
+ ### Kanban
125
+
126
+ #### New Features
127
+
128
+ - `#I373922` - Now, we have improved the performance with the Kanban drag and drop action when large data is being loaded.
129
+
130
+ ## 20.1.52 (2022-05-04)
131
+
132
+ ### Kanban
133
+
134
+ #### Bug Fixes
135
+
136
+ - `#I375869` - Now, opening and closing the dialog by rapidly double-clicking on the card doesn't throw any console error.
137
+
138
+ ## 19.4.38 (2021-12-17)
139
+
140
+ ### Kanban
141
+
142
+ #### Bug Fixes
143
+
144
+ - `#FB29010` - The issue with "`showItemCount` in swimlane row is not resetting to zero if no cards are present" has been resolved.
145
+ - `#F169010` - The issue with "The Kanban board refreshed before fetching data from the server" has been solved.
146
+
147
+ ## 19.3.44 (2021-10-05)
148
+
149
+ ### Kanban
150
+
151
+ #### Bug Fixes
152
+
153
+ - `#F169009` - The issue with "Script error thrown when enabling the `enablePersistence` property with remote data" has been resolved.
154
+
155
+ ## 19.3.43 (2021-09-30)
156
+
157
+ ### Kanban
158
+
159
+ #### New Features
160
+
161
+ - `#I299672` - Provided support to bind the `ObservableCollection` data to the Kanban board.
162
+
163
+ ## 19.2.60 (2021-09-07)
164
+
165
+ ### Kanban
166
+
167
+ #### Bug Fixes
168
+
169
+ - `#I340470` - The issue with "Kanban `dataBound` event is not receiving `server-side` updated data" has been fixed.
170
+
171
+ ## 19.2.56 (2021-08-17)
172
+
173
+ ### Kanban
174
+
175
+ #### Bug Fixes
176
+
177
+ - `#I331403` - The issue with "Kanban is not rendering properly when the data does not have the `keyField` mapping key" has been fixed.
178
+
179
+ ## 19.2.47 (2021-07-13)
180
+
181
+ ### Kanban
182
+
183
+ #### Bug Fixes
184
+
185
+ - `#F166554` - The problem with the selection that is not maintained in the card after performing CRUD operation has been fixed.
186
+
187
+ ## 19.2.46 (2021-07-06)
188
+
189
+ ### Kanban
190
+
191
+ #### Bug Fixes
192
+
193
+ - `#I332574` - The issue with "Column headers of the kanban is not updated, with the drag and drop actions" has been resolved.
194
+
195
+ ## 19.1.67 (2021-06-08)
196
+
197
+ ### Kanban
198
+
199
+ #### Bug Fixes
200
+
201
+ - `#F165595` - The issue with "Card data changed even when the editing cancel in the `dialog(card editing)`" has been resolved.
202
+
203
+ ## 19.1.66 (2021-06-01)
204
+
205
+ ### Kanban
206
+
207
+ #### Bug Fixes
208
+
209
+ - `#F165617`, `#F165618` - The issue with "Kanban edit dialog element not removed when `args.cancel` is set to true on `dialogOpen` event" has been resolved.
210
+ - `#I328517` - The issue with the "Swimlane template did not render properly when loaded on mobile device" has been resolved.
211
+ - `#I326559` - The issue with "Descending order of cards in the column is not maintained when adding a new card" has been resolved.
212
+
213
+ ## 19.1.65 (2021-05-25)
214
+
215
+ ### Kanban
216
+
217
+ #### Bug Fixes
218
+
219
+ - `#I287435` - The issue with "number type `keyField` arguments not supported on `showColumn`, `hideColumn`, `updateCard` and `getColumnData` public method" has been resolved.
220
+
221
+ ## 19.1.63 (2021-05-13)
222
+
223
+ ### Kanban
224
+
225
+ #### New Features
226
+
227
+ - `#287435, #295725` - Support provided for map the `keyField` in the `column` as number type.
228
+
229
+ #### Bug Fixes
230
+
231
+ - `#I324923` - The issue with "Kanban content colour not changed, when using the material-dark theme" has been resolved.
232
+ - `#F160742` - The issue with "Script error thrown when drag and drop operation performed when swimlane `keyField` as non-existing field" has been resolved.
233
+ - `#322742` - The issue with "Unable to drag and drop the card when `WebApiAdaptor` used on Kanban" has been resolved.
234
+
235
+ ## 19.1.59 (2021-05-04)
236
+
237
+ ### Kanban
238
+
239
+ #### Bug Fixes
240
+
241
+ - `#278650` - The issue with "Unable to drag and drop the cards on iPad device" has been fixed.
242
+
243
+ ## 19.1.57 (2021-04-20)
244
+
245
+ ### Kanban
246
+
247
+ #### Bug Fixes
248
+
249
+ - `#321297` - The issue with "Kanban custom dialog drop down list does not properly return integer type value" has been fixed.
250
+
251
+ ## 19.1.54 (2021-03-30)
252
+
253
+ ### Kanban
254
+
255
+ #### New Features
256
+
257
+ - `F160742` - Support to drag and drop the card from kanban to an external source and vice versa has been provided.
258
+
259
+ #### Bug Fixes
260
+
261
+ - `#317594` - An issue with "script error thrown when dynamically add new card with new swimlane key" issue has been fixed.
262
+
263
+ ## 18.4.46 (2021-03-02)
264
+
265
+ ### Kanban
266
+
267
+ #### Bug Fixes
268
+
269
+ - `#I311076` - An issue with templates is cleared when refresh the header using the public method has been fixed.
270
+ - `#I315242` - An issue with drag and drop is not working properly when add columns dynamically has been fixed.
271
+ - `#I315596` - An issue with drag and drop is not working properly when `dataSource` change dynamically has been fixed.
272
+
273
+ ## 18.4.44 (2021-02-23)
274
+
275
+ ### Kanban
276
+
277
+ #### Bug Fixes
278
+
279
+ - `#315107` - The issue with "cards are hidden when multiple cards are dragged and dropped to their original position" has been fixed.
280
+ - `#F161605` - An issue with drag and drop the cards when kanban placed inside card has been fixed.
281
+ - An issue with "Unable to refresh the header count when drag the card and drop to another column" has been resolved.
282
+
283
+ ## 18.4.41 (2021-02-02)
284
+
285
+ ### Kanban
286
+
287
+ #### Bug Fixes
288
+
289
+ - `#F161568` - An issue when scrollbar is disappears the column became misaligned issue has been resolved.
290
+ - `#I311076` - Provided a public method as `renderHeader` to refresh the header template.
291
+ - `#309763` - The issue with "Unable to drag and drop the cards within the column when setting the `sortBy` property as `Index`" has been resolved.
292
+ - `#F161669` - The issue with "Duplicate card rendering while searching the text after drag and drop operation is performed" has been fixed.
293
+ - `#287431` - An issue with the card has rendered at column last position when using `updateCard` method has been fixed.
294
+
295
+ ## 18.4.33 (2021-01-05)
296
+
297
+ ### Kanban
298
+
299
+ #### Bug Fixes
300
+
301
+ - `#308798` - The issue with "Script error thrown when drag and drop the cards in swimlane layout with responsive mode" has been resolved.
302
+
303
+ ## 18.4.30 (2020-12-17)
304
+
305
+ ### Kanban
306
+
307
+ #### New Features
308
+
309
+ - Provided workflow support that determines transitions of card from one column to another in Kanban.
310
+ - Provided support to prevent dragging and dropping the cards on particular column.
311
+ - Provided auto scroll support when drag and drop the cards between columns.
312
+ - Provided custom sorting option for swimlane rows based on user choice.
313
+
314
+ #### Breaking Changes
315
+
316
+ - In `sortSettings` the default value of `sortBy` property has changed to `Index` from `DataSourceOrder`.
317
+
318
+ ## 18.3.53 (2020-12-08)
319
+
320
+ ### Kanban
321
+
322
+ #### Bug Fixes
323
+
324
+ - `#159897` - An issue with Dialog template not working has been fixed.
325
+
326
+ ## 18.3.52 (2020-12-01)
327
+
328
+ ### Kanban
329
+
330
+ #### Bug Fixes
331
+
332
+ - `#300968, #302271` - An issue with the `dragStart` event maintained previous changed value in argument has been fixed.
333
+
334
+ ## 18.3.50 (2020-11-17)
335
+
336
+ ### Kanban
337
+
338
+ #### Bug Fixes
339
+
340
+ - `#301633` - The issue with "Script error thrown when using `deleteCard` public method" has been resolved.
341
+ - `#301761` - The issue with "Changed card not maintained their modified state properly when drop the card to another columns after using `updateCard` public method" has been resolved.
342
+ - `#300558` - An issue with the all card data are disappeared after card drag and drop has been fixed.
343
+
344
+ ## 18.3.40 (2020-10-13)
345
+
346
+ ### Kanban
347
+
348
+ #### New Features
349
+
350
+ - `#288864` - We had improved the performance while loading a huge number of cards and now dragging cards only be refreshed instead of whole cards.
351
+
352
+ ## 18.3.35 (2020-10-01)
353
+
354
+ ### Kanban
355
+
356
+ #### Bug Fixes
357
+
358
+ - `#287430` - The issue with "Mismatch in the events argument type information" has been resolved.
359
+
360
+ ## 18.2.57 (2020-09-08)
361
+
362
+ ### Kanban
363
+
364
+ #### Bug Fixes
365
+
366
+ - `#289221` - The issue with "Two empty placeholders appear on the content cell when dropping the cards to its original position" has been resolved.
367
+ - `#289831` - The issue with "Cards are jumped to the last position of the column when the dialog template values are not changed" has been resolved.
368
+
369
+ ## 18.2.54 (2020-08-18)
370
+
371
+ ### Kanban
372
+
373
+ #### Bug Fixes
374
+
375
+ - `#287430` - The issue with "Mismatch in the public methods type information" has been resolved.
376
+
377
+ ## 18.2.47 (2020-07-28)
378
+
379
+ ### Kanban
380
+
381
+ #### Bug Fixes
382
+
383
+ - `#284048` - Provided unassigned Swimlane group support on the Kanban board.
384
+
385
+ ## 18.2.44 (2020-07-07)
386
+
387
+ ### Kanban
388
+
389
+ #### New Features
390
+
391
+ - **Sorting Order**: Arrange the cards in ascending or descending order based on the `sortBy` property.
392
+ - **Card Layout**: Improved the card layout by providing the default colours, labels, and custom classes.
393
+ - **Dialog Customization**: Users can customize the particular property in the editing or adding dialog by using the `model` property.
394
+ - **Toggle Column Count**: Provided cards count on the collapsed column.
395
+
396
+ #### Breaking Changes
397
+
398
+ - Removed the `priority` under the `cardSettings` property and included these functionalities to the sorting order feature by setting the `sortBy` as `Index` under the `sortSettings` property.
399
+ - Replaced the `sortBy` with `sortDirection` under the `swimlaneSettings` property.
400
+
401
+ | **Previous API** | **Current API** |
402
+ |---|---|
403
+ | cardSettings.priority | sortSettings.sortBy as `Index` |
404
+ | swimlaneSettings.sortBy | swimlaneSettings.sortDirection |
405
+
406
+ ## 18.1.56 (2020-06-09)
407
+
408
+ ### Kanban
409
+
410
+ #### Bug Fixes
411
+
412
+ - `#279543` - An issue with script error thrown when click the `showAddButton` icon and specify the `priority` property has been fixed.
413
+
414
+ ## 18.1.55 (2020-06-02)
415
+
416
+ ### Kanban
417
+
418
+ #### Bug Fixes
419
+
420
+ - `#278225` - An issue with kanban styles not loaded properly when `refresh` method called issue has been fixed.
421
+
422
+ ## 18.1.48 (2020-05-05)
423
+
424
+ ### Kanban
425
+
426
+ #### Bug Fixes
427
+
428
+ - `#274830` - An issue with Rendered empty column when empty data passed to Kanban board has been fixed.
429
+
430
+ ## 18.1.46 (2020-04-28)
431
+
432
+ ### Kanban
433
+
434
+ #### Bug Fixes
435
+
436
+ - `#274505` - An issue with server post triggered without showing Spinner has been fixed.
437
+ - `#274710` - An issue with dropped clone not created at first position when drag the cards has been fixed.
438
+
439
+ ## 18.1.42 (2020-04-01)
440
+
441
+ ### Kanban
442
+
443
+ #### New Features
444
+
445
+ - **Priority Support**: The features enable to render the cards based on the priority value. So, user can easily drag and drop the cards to particular place.
446
+ - **Dialog Editing**: The dialog editing support is used to perform CRUD actions such as add new card, edit or delete existing cards.
447
+
448
+ undefinedThe Kanban component is an efficient way to visually depict work at various stages of a process using cards, columns, and swimlane.
449
+
450
+
451
+ - **Data binding**: Seamless data binding with various local and remote data sources.
452
+ - **Swimlane**: The horizontal categorization of cards in the kanban, which brings transparency to the workflow. The swimlane rows can be expanded and collapsed.
453
+ - **Key mapping**: Map one or multiple keys to single columns.
454
+ - **Toggle Columns**: The columns can be expanded and collapsed.
455
+ - **WIP Validation**: Set a minimum and maximum number of cards in a column.
456
+ - **Priority Support**: The features enable to render the cards based on the priority value. So, user can easily drag and drop the cards to particular place.
457
+ - **Dialog Editing**: The dialog editing support is used to perform CRUD actions such as add new card, edit or delete existing cards.
458
+ - **Drag and Drop**: Cards can be easily dragged and dropped from one column to another. You can also drag them from one swim lane to another.
459
+ - **Stacked headers**: Additional column headers can be added in a stacked manner.
460
+ - **Tooltip**: Display the card information with a default tooltip and templated tooltip.
461
+ - **Selection**: Select a single or multiple cards.
462
+ - **Templates**: The key elements such as cards, column headers, swimlanes and tooltip come with template support for embedding any kind of HTML element and CSS style.
463
+ - **Responsive rendering**: Adapts with optimal user interfaces to mobile and desktop form-factors.
464
+ - **Localization**: All the static text content can be localized to any desired language.
465
+ - **RTL**: Display the control contents from right to left.
466
+
467
+
468
+ ## 17.4.46 (2020-01-30)
469
+
470
+ ### Kanban
471
+
472
+ The Kanban component is an efficient way to visually depict work at various stages of a process using cards, columns, and swimlane.
473
+
474
+
475
+ - **Data binding**: Seamless data binding with various local and remote data sources.
476
+ - **Swimlane**: The horizontal categorization of cards in the kanban, which brings transparency to the workflow. The swimlane rows can be expanded and collapsed.
477
+ - **Key mapping**: Map one or multiple keys to single columns.
478
+ - **Toggle Columns**: The columns can be expanded and collapsed.
479
+ - **WIP Validation**: Set a minimum and maximum number of cards in a column.
480
+ - **Drag and Drop**: Cards can be easily dragged and dropped from one column to another. You can also drag them from one swim lane to another.
481
+ - **Stacked headers**: Additional column headers can be added in a stacked manner.
482
+ - **Tooltip**: Display the card information with a default tooltip and templated tooltip.
483
+ - **Selection**: Select a single or multiple cards.
484
+ - **Templates**: The key elements such as cards, column headers, swimlanes and tooltip come with template support for embedding any kind of HTML element and CSS style.
485
+ - **Responsive rendering**: Adapts with optimal user interfaces to mobile and desktop form-factors.
486
+ - **Localization**: All the static text content can be localized to any desired language.
487
+ - **RTL**: Display the control contents from right to left.
488
+
489
+
package/README.md CHANGED
@@ -136,4 +136,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
136
136
 
137
137
  See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm) for more info.
138
138
 
139
- © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
139
+ © Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.