@syncfusion/ej2-angular-diagrams 30.1.38-ngcc → 30.1.39-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 (64) hide show
  1. package/CHANGELOG.md +2011 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/diagram/connector-annotation.directive.mjs +59 -0
  4. package/esm2020/src/diagram/connector-fixeduserhandle.directive.mjs +59 -0
  5. package/esm2020/src/diagram/connectors.directive.mjs +60 -0
  6. package/esm2020/src/diagram/customcursor.directive.mjs +54 -0
  7. package/esm2020/src/diagram/diagram-all.module.mjs +83 -0
  8. package/esm2020/src/diagram/diagram.component.mjs +231 -0
  9. package/esm2020/src/diagram/diagram.module.mjs +106 -0
  10. package/esm2020/src/diagram/layers.directive.mjs +54 -0
  11. package/esm2020/src/diagram/node-annotation.directive.mjs +59 -0
  12. package/esm2020/src/diagram/node-fixeduserhandle.directive.mjs +59 -0
  13. package/esm2020/src/diagram/nodes.directive.mjs +62 -0
  14. package/esm2020/src/diagram/ports.directive.mjs +59 -0
  15. package/esm2020/src/index.mjs +21 -0
  16. package/esm2020/src/overview/overview-all.module.mjs +23 -0
  17. package/esm2020/src/overview/overview.component.mjs +60 -0
  18. package/esm2020/src/overview/overview.module.mjs +25 -0
  19. package/esm2020/src/symbol-palette/palettes.directive.mjs +52 -0
  20. package/esm2020/src/symbol-palette/symbolpalette-all.module.mjs +23 -0
  21. package/esm2020/src/symbol-palette/symbolpalette.component.mjs +71 -0
  22. package/esm2020/src/symbol-palette/symbolpalette.module.mjs +34 -0
  23. package/esm2020/syncfusion-ej2-angular-diagrams.mjs +5 -0
  24. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +1153 -0
  25. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
  26. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +1153 -0
  27. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
  28. package/package.json +29 -47
  29. package/public_api.d.ts +1 -1
  30. package/schematics/utils/lib-details.d.ts +2 -2
  31. package/schematics/utils/lib-details.js +2 -2
  32. package/schematics/utils/lib-details.ts +2 -2
  33. package/src/diagram/connector-annotation.directive.d.ts +175 -170
  34. package/src/diagram/connector-fixeduserhandle.directive.d.ts +116 -111
  35. package/src/diagram/connectors.directive.d.ts +280 -275
  36. package/src/diagram/customcursor.directive.d.ts +36 -31
  37. package/src/diagram/diagram-all.module.d.ts +31 -25
  38. package/src/diagram/diagram.component.d.ts +106 -103
  39. package/src/diagram/diagram.module.d.ts +20 -5
  40. package/src/diagram/layers.directive.d.ts +60 -55
  41. package/src/diagram/node-annotation.directive.d.ts +156 -151
  42. package/src/diagram/node-fixeduserhandle.directive.d.ts +107 -102
  43. package/src/diagram/nodes.directive.d.ts +338 -333
  44. package/src/diagram/ports.directive.d.ts +147 -142
  45. package/src/index.d.ts +20 -20
  46. package/src/overview/overview-all.module.d.ts +11 -5
  47. package/src/overview/overview.component.d.ts +32 -29
  48. package/src/overview/overview.module.d.ts +11 -5
  49. package/src/symbol-palette/palettes.directive.d.ts +56 -51
  50. package/src/symbol-palette/symbolpalette-all.module.d.ts +11 -5
  51. package/src/symbol-palette/symbolpalette.component.d.ts +35 -32
  52. package/src/symbol-palette/symbolpalette.module.d.ts +12 -5
  53. package/syncfusion-ej2-angular-diagrams.d.ts +5 -0
  54. package/@syncfusion/ej2-angular-diagrams.es5.js +0 -1342
  55. package/@syncfusion/ej2-angular-diagrams.es5.js.map +0 -1
  56. package/@syncfusion/ej2-angular-diagrams.js +0 -1261
  57. package/@syncfusion/ej2-angular-diagrams.js.map +0 -1
  58. package/LICENSE +0 -10
  59. package/dist/ej2-angular-diagrams.umd.js +0 -1785
  60. package/dist/ej2-angular-diagrams.umd.js.map +0 -1
  61. package/dist/ej2-angular-diagrams.umd.min.js +0 -11
  62. package/dist/ej2-angular-diagrams.umd.min.js.map +0 -1
  63. package/ej2-angular-diagrams.d.ts +0 -7
  64. package/ej2-angular-diagrams.metadata.json +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,2011 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### Diagram
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I184493` - The null exception will no longer thrown while hovering over the ports.
10
+ - `#I47014` - The segmentCollectionChange is triggered when editSegment method called.
11
+
12
+ ## 23.1.36 (2023-09-15)
13
+
14
+ ### Diagram
15
+
16
+ #### Bug Fixes
17
+
18
+ - `#I468711` - Now, opacity 0 get working for the image node.
19
+ - `#I182694` - Now, UML multiplicity type ManyToMany get working for annotation label.
20
+ - `#I44765` - Now, child nodes are properly rendered after deleting swimlane and performing undo action.
21
+
22
+ ## 22.1.34 (2023-06-21)
23
+
24
+ ### Diagram
25
+
26
+ #### New Features
27
+
28
+ - `#F152758` - Added tooltip support for ports.
29
+ - `#I420267` - Added tooltip support for symbols in the symbol palette.
30
+ - `#I32153` - Provided vertical orientation for mind maps.
31
+ - `#I392082` - Added functionality to load diagrams from EJ1 to EJ2.
32
+ - `#I327078` - Provided support to customize the expand and collapse icons.
33
+
34
+ ## 21.2.9 (2023-06-06)
35
+
36
+ ### Diagram
37
+
38
+ #### Bug Fixes
39
+
40
+ - `#I463138` - Now, Scroll bar is updated properly without flickering while scrolling the diagram using touchpad.
41
+ - `#I464508` - The DOM Exception will no longer thrown while adding group node dynamically with multiple layers.
42
+
43
+ ## 21.2.8 (2023-05-30)
44
+
45
+ ### Diagram
46
+
47
+ #### Bug Fixes
48
+
49
+ - `#I461020` - The undefined Exception will No longer thrown while dragging Swimlane after performing undo/redo on swimlane child nodes.
50
+ - `#I462780` - Now, Nodes are updated properly while zoom out diagram in canvas mode.
51
+
52
+ ## 21.2.6 (2023-05-23)
53
+
54
+ ### Diagram
55
+
56
+ #### Bug Fixes
57
+
58
+ - `#I464229` - Now, Complex hierarchical tree layout is working fine while injecting line distribution.
59
+
60
+ ## 21.2.5 (2023-05-16)
61
+
62
+ ### Diagram
63
+
64
+ #### Bug Fixes
65
+
66
+ - `#I456104` - Now, swimlane child nodes are selectable after save and load.
67
+
68
+ ## 21.2.4 (2023-05-09)
69
+
70
+ ### Diagram
71
+
72
+ #### Bug Fixes
73
+
74
+ - `#I456288` - Now, scroller updated properly when we move nodes outside viewport.
75
+ - `#I458205` - Now, bezier connector annotation alignment is working properly.
76
+ - `#I456037` - Now, while hovering the port with single select and ZoomPan constraints drawing tool enabled.
77
+
78
+ ## 21.2.3 (2023-05-03)
79
+
80
+ ### Diagram
81
+
82
+ #### Bug Fixes
83
+
84
+ - `#I451762` - Now, the flip mode port is working for all nodes.
85
+ - `#I449574` - Now, the performance of the diagram is improved while rendering large number of nodes and connectors.
86
+ - `#I454253` - Now, fill color for bpmn transaction subprocess is applied properly.
87
+ - `#I455551` - Now, history change event does not get triggered while clicking swimlane header for second time.
88
+
89
+ ## 21.1.39 (2023-04-11)
90
+
91
+ ### Diagram
92
+
93
+ #### Bug Fixes
94
+
95
+ - `#I448343` - Now, position change event completed state is fired properly.
96
+ - `#I446954` - Now, the segment does not get dragged when there is no thumb in it.
97
+
98
+ ## 21.1.37 (2023-03-29)
99
+
100
+ ### Diagram
101
+
102
+ #### Bug Fixes
103
+
104
+ - `#I41762` - Now, Different point property for bezier connector is working properly.
105
+ - `#I41808` - Now, Text description for HTML node is rendered properly.
106
+ - `#I41908` - Now, Perfomance of dragging group nodes is improved.
107
+ - `#I41974` - Now, While hovering ports and dragging the multiselected items working properly.
108
+ - `#I443748` - Now, changing the styles dynamically, its working properly.
109
+ - `#I445506` - Now, you can resize the bezier control thumb when we increase the handleSize also.
110
+ - `#I444124` - Now, set the same id for the node and annotation in two different diagrams, the first diagram node annotation is visible properly.
111
+ - `#I447256` - Node renders properly on changing the shape dynamically.
112
+
113
+ ## 21.1.35 (2023-03-23)
114
+
115
+ ### Diagram
116
+
117
+ #### Bug Fixes
118
+
119
+ - `#F180478` - Now, the performance of diagram while enabling virtualization is improved.
120
+ - `#F180478` - Now, Overview is updated properly while enabling virtualization.
121
+ - `#I422299` - Now, swimlane child nodes is selectable after save and load.
122
+ - `#I437322` - Now, drag the connector end thumb is working, while we increase handleSize value.
123
+ - `#I436649` - Now, connector segment does not get split into multiple segment for top to bottom approach.
124
+ - `#I440967` - Now, Free hand connector segment collection restored after save and load the diagram.
125
+ - `#I441075` - Now, position change event does not get triggered while click on the swimlane header.
126
+
127
+ ## 20.4.50 (2023-02-14)
128
+
129
+ ### Diagram
130
+
131
+ #### Bug Fixes
132
+
133
+ - `#I432667` - Now, overview updated properly while doing interactions after zoom out.
134
+ - `#I433980` - Now, the nodes selections are proper for nodes with large annotations.
135
+
136
+ ## 20.4.48 (2023-02-01)
137
+
138
+ ### Diagram
139
+
140
+ #### Bug Fixes
141
+
142
+ - `#I427930` - The issue "BringIntoView API brings the object in large bounds into the screen viewport" has been fixed.
143
+ - `#I428356` - Now, parent node position in radial tree layout is updated properly, while adding nodes dynamically.
144
+
145
+ ## 20.4.42 (2023-01-04)
146
+
147
+ ### Diagram
148
+
149
+ #### Bug Fixes
150
+
151
+ - `#I426113` - Now, bezier control points dragging is restricted when we hide control points.
152
+ - `#I425406` - Now, the bezier segment points are not static when we move connector source or target node.
153
+ - `#I422049` - Now, calling doLayout after injecting line routing module working properly.
154
+ - `#I421754` - The issue on tooltip relative mode mouse is now working properly.
155
+ - `#I423978` - Now, HTML nodes gets update properly in the overview while auto scroll the diagram.
156
+
157
+ ## 20.4.40 (2022-12-28)
158
+
159
+ ### Diagram
160
+
161
+ #### Bug Fixes
162
+
163
+ - `#I421800` - Now, bezier connector rendered properly while save and load the diagram.
164
+ - `#I417240` - Now, dropping bpmn text annotation node inside the swimlane is working properly.
165
+
166
+ ## 20.4.38 (2022-12-22)
167
+
168
+ ### Diagram
169
+
170
+ #### New Feature
171
+
172
+ - `#I409589` - Support to override the mouseWheel event has been added.
173
+
174
+ #### Bug Fixes
175
+
176
+ - `I421148` - Now, connector segment does not get split into multiple segment while hover on node.
177
+ - `#I420202` - The issue on annotation interaction has been resolved.
178
+
179
+ ## 20.3.60 (2022-12-06)
180
+
181
+ ### Diagram
182
+
183
+ #### Bug Fixes
184
+
185
+ - `#FB38642` - Now, the arg cancel property for sourcePoint and targetPoint change is working properly.
186
+ - `#I419333` - Now, dragging a object outside the diagram canvas from symbol palette is updated properly.
187
+ - `#I397852` - Now, defining connector without source or target id while injecting Line Routing is rendered properly.
188
+ - `#I42108` - The issue on hovering the node ports has been resolved.
189
+
190
+ ## 20.3.58 (2022-11-22)
191
+
192
+ ### Diagram
193
+
194
+ #### Bug Fixes
195
+
196
+ - `#I418455` - Now, the resize handle has been rendered properly while set node pivot as 0,0.
197
+ - `#I418026` - Now, the annotation for the swimlane child node is updated properly after dragging it outside the swimlane.
198
+
199
+ ## 20.3.57 (2022-11-15)
200
+
201
+ ### Diagram
202
+
203
+ #### Bug Fixes
204
+
205
+ - `#I412223` - Now, the connector position is updated properly after resizing overview panel.
206
+ - `#I405669` - Now, adding BPMN Text annotation node inside swimlane at runtime is working properly.
207
+ - `#I412144` - Now, the segment thumb do not gets rendered while render orthogonal connector as a straight line.
208
+ - `#I412144` - Provided the support for orthogonal segment overlap with the source and target node.
209
+
210
+ ## 20.3.50 (2022-10-18)
211
+
212
+ ### Diagram
213
+
214
+ #### Bug Fixes
215
+
216
+ - `#I409105` - Now, click event gets triggered properly when click at scrollbar position.
217
+ - `#I410274` - Now, adding lane to the existing vertical swimlane is working properly.
218
+
219
+ ## 20.3.49 (2022-10-11)
220
+
221
+ ### Diagram
222
+
223
+ #### Bug Fixes
224
+
225
+ - `#I405054` - Provided the custom context menu support for the swimlane phase.
226
+ - `#I405669` - Now, BPMN text annotation node gets dragged properly while drag the swimlane.
227
+ - `#I397116` - Now, the bezier annotation horizontal and vertical alignment is working properly.
228
+ - `#I410634` - The null exception will no longer thrown while changing the overview id.
229
+
230
+ ## 20.3.48 (2022-10-05)
231
+
232
+ ### Diagram
233
+
234
+ #### Bug Fixes
235
+
236
+ - `#I401143` - Now, HTML element gets rendered properly while drag and drop from one lane to other lane.
237
+ - `#I393859` - Now, the nodes overlapping in linear arrangement of complex-hierarchical tree is resolved.
238
+
239
+ ## 20.3.47 (2022-09-29)
240
+
241
+ ### Diagram
242
+
243
+ #### Bug Fixes
244
+
245
+ - `#I387297` - Now, the Expand & Collapse work properly for layout.
246
+ - `#I389174` - The undefined exception will no longer thrown while drag and drop the node from treeview to diagram.
247
+ - `#I384522` - Now, connector gets rendered properly in the complex hierarchical tree layout.
248
+ - `FB36050` - Now, oldValue & newValue argument of property change event updated properly while change order for nodes.
249
+ - `#I383401` - BPMN task type symbols are updated as per BPMN 2.0 standard.
250
+ - `#FB35907` - Localization support for symbol palette search box placeholder has been added.
251
+ - `#I388692` - Now connectors are properly connected to the node after save and load.
252
+ - `#I384554` - Now scroll settings offset are updated properly dynamically.
253
+ - `#I397678` - Now, the connector is dropped properly inside the swimlane.
254
+ - `#I395331` - The undefined exception will no longer thrown while draw a SVG node.
255
+ - `#I397116` - Now, Bezier connector annotation rendered at the proper position.
256
+ - `#I396868` - Now bezier connector rendered properly while drag and drop from palette.
257
+ - `#I397852` - Now, layers undefined exception will no longer thrown while save and load.
258
+ - `#I399417` - Now, fit to page is working properly when we call it multiple times.
259
+
260
+ ## 20.2.36 (2022-06-30)
261
+
262
+ ### Diagram
263
+
264
+ #### Bug fixes
265
+
266
+ - `#I382500` - Now, the BPMN shape is changed properly at runtime.
267
+ - `#I382496` - BPMN gateway sub type is working properly while changing it during runtime.
268
+ - `#I383411` - Now, fill color is applied properly when changing BPMN event at runtime.
269
+
270
+ #### New Features
271
+
272
+ - `#I362749` - Provided option to adjust the distance between the source node and the target node of the orthogonal connection has been added.
273
+ - `#I347713` - Support to modify connector segments thumb icon shape and style has been added.
274
+ - `#FB31535` - Support for splitting and joining connectors has been added.
275
+ - `#I362796` - Support to highlight selected diagram elements on multiple selections has been added
276
+ - `#I362829` - Support to limit the connector segments while draw at run time has been added.
277
+ - `#I362755` - Support to edit multiple bezier segments with multiple control points has been added.
278
+
279
+ #### Behaviour changes
280
+
281
+ - In the Bezier connector, by default, the multiple segments will be created automatically if a user doesn't define segment collections in the application.
282
+ - In the Bezier connector, based on segment count, multiple control points will be displayed to control the smoothness of the curve
283
+
284
+ ## 20.1.60 (2022-06-14)
285
+
286
+ ### Diagram
287
+
288
+ #### Bug Fixes
289
+
290
+ - `#I381671` - Bpmn task type is working properly while changing from type Send to Receive.
291
+ - `#F175332` - Undo is working properly after deleting the node attached with connector.
292
+ - `#I376982` - Annotation dragging in connector and node is working properly when we set horizontal Alignment and vertical Alignment.
293
+
294
+ ## 20.1.59 (2022-06-07)
295
+
296
+ ### Diagram
297
+
298
+ #### Bug Fixes
299
+
300
+ - `#I378190` - Now, distribute commands will work properly.
301
+
302
+ ## 20.1.57 (2022-05-24)
303
+
304
+ ### Diagram
305
+
306
+ #### Bug Fixes
307
+
308
+ - `F173877` - Now, Node template has been rendered properly in layout.
309
+
310
+ ## 20.1.55 (2022-05-12)
311
+
312
+ ### Diagram
313
+
314
+ #### Bug Fixes
315
+
316
+ - `#I373763` - Now, old value of SelectionChange event are updated properly.
317
+ - `#I373774` - The sourcePointChange and targetPointChange events are triggered while dragging the node.
318
+ - `#I375741` - Now, the performance and Memory leak is resolved in the saveDiagram method.
319
+ - `#I372151` - Now, bezier connector annotation get exported properly as an image.
320
+ - `#I376498` - Now, the diagram zooming behaviour is changed as an old behaviour.
321
+
322
+ ## 20.1.51 (2022-04-26)
323
+
324
+ ### Diagram
325
+
326
+ #### Bug Fixes
327
+
328
+ - `#I375103` - Now, Port visibility will work properly on mouse hover in Canvas mode.
329
+
330
+ ## 20.1.48 (2022-04-12)
331
+
332
+ ### Diagram
333
+
334
+ #### Bug Fixes
335
+
336
+ - `FB-33350` - Now, Property change event will trigger properly when z-index values are changed.
337
+ - `#I372613` - Now, Exporting the diagram as an image will work properly.
338
+
339
+ ## 20.1.47 (2022-04-04)
340
+
341
+ ### Diagram
342
+
343
+ #### Bug Fixes
344
+
345
+ - `#32965` - Now, old and new value of property change event values are updated properly while drag the connector target end.
346
+ - `F172843` - Bring to front is now working properly for the multiple selection.
347
+ - `SF-369300` - Now, Expand and collapse work properly for layouts.
348
+ - `SF-370061` - Now, exportDiagram exports image url properly when mode is set to Data.
349
+ - `SF-368435` - The exception will no longer thrown while dragging the selected object.
350
+ - `SF-362356` - Now, Diagram can be zoomed or scrolled smoothly.
351
+
352
+ ## 19.4.54 (2022-03-01)
353
+
354
+ ### Diagram
355
+
356
+ #### Bug Fixes
357
+
358
+ - `F170870` - The undefined exception will no longer thrown while drag and drop the node over another node.
359
+ - `SF-364881` - Selection is now work properly for group node on negative axis.
360
+ - `SF-366628` - Node annotation is now update properly while edit in the canvas mode.
361
+ - `SF-364084` - Now, Lane Header can be simply obtained from selection change event.
362
+ - `SF-366851` - Node Linear gradient is now exported properly while export the diagram.
363
+
364
+ ## 19.4.53 (2022-02-22)
365
+
366
+ ### Diagram
367
+
368
+ #### Bug Fixes
369
+
370
+ - `SF-360354` - Position change event is now fired properly while drag and drop the node using touch.
371
+ - `SF-365716` - Drawing tool now draw connector properly while right click on the diagram.
372
+ - `SF-364857` - Now, Command/Meta key will work properly on Mac.
373
+
374
+ ## 19.4.52 (2022-02-15)
375
+
376
+ ### Diagram
377
+
378
+ #### Bug Fixes
379
+
380
+ - `SF-361654` - Connector is now rendered properly in the symbol palette while try to render as straight line.
381
+ - `SF-360571` - Provide separate tooltip support for the group children node.
382
+ - `SF-359118` - Now, the Scroll Bar works properly when Viewport is in Negative coordinates.
383
+ - `SF-362880` - Save and load now works properly for Swimlane after undo and redo.
384
+
385
+ ## 19.4.50 (2022-02-08)
386
+
387
+ ### Diagram
388
+
389
+ #### Bug Fixes
390
+
391
+ - `SF-360650` - The Undefined exception will no longer be thrown while perform ctrl + shift + mouse click on diagram area.
392
+ - `SF-359437` - The Undefined exception will no longer be thrown while ungroup the group node in canvas mode.
393
+ - `SF-359860` - Node gradient color is now exported properly while export the diagram in JPG.
394
+ - `SF-362805` - Bezier connector text element bounds is now calculated properly while drag the connector.
395
+ - `SF-362170` - Annotation editing for the Bezier Connector is now working properly.
396
+ - `SF-362805` - Style Property margin is now working properly for the Bezier Connector Annotation.
397
+ - `F170870` - Resolved the exception when Flipping SVG Nodes Label.
398
+
399
+ ## 19.4.43 (2022-01-18)
400
+
401
+ ### Diagram
402
+
403
+ #### Bug Fixes
404
+
405
+ - `F171509` - The issue "getDiagramContent() is not working properly" has been fixed.
406
+
407
+ ## 19.4.42 (2022-01-11)
408
+
409
+ ### Diagram
410
+
411
+ #### Bug Fixes
412
+
413
+ - `SF-359118` - The issue "Scroll Bar is not working properly when Viewport is in Negative coordinates" has been fixed.
414
+ - `F171398` - The issue "Exception occurs when save and load the diagram" has been fixed.
415
+ - `SF-360354` - The issue "Symbol do not get dropped properly in the chrome android" has been fixed.
416
+
417
+ ## 19.4.41 (2022-01-04)
418
+
419
+ ### Diagram
420
+
421
+ #### Bug Fixes
422
+
423
+ - `SF-358407` - The issue "NodeTemplate is not rendered properly in React" has been fixed.
424
+ - `SF-358519` - The issue "SendToBack is not working properly when re-adding shapes on diagram" has been fixed.
425
+ - `F170870` - The issue "Ports are not flipped while flipping Node to Horizontal or Vertically" has been fixed.
426
+ - `F170870` - The issue "Provide support to prevent label flipping while flipping the node horizontally or vertically" has been fixed.
427
+
428
+ ## 19.4.40 (2021-12-28)
429
+
430
+ ### Diagram
431
+
432
+ #### Bug Fixes
433
+
434
+ - `F171088` - The issue "Multiple selection tool not working properly" has been fixed.
435
+ - `SF-353924` - The issue "Drag and drop element from tree-view to Diagram does not behave correctly" has been fixed.
436
+ - `SF-333944` - The issue "Exception raises when perform sendBackward with native node" has been fixed.
437
+ - `SF-358147` - The issue "Labels are not updated properly after loading the saved JSON" has been fixed.
438
+ - `#30924` - The issue "Horizontal scrolling not working properly with trackpad" has been fixed.
439
+ - `#31218` - The issue "Pinch zoom not working properly with trackpad in i-Mac" has been fixed.
440
+ - `SF-357916` - The issue "Bezier Connector target decorator is not rendered properly at initial rendering" has been fixed.
441
+
442
+ ## 19.4.38 (2021-12-17)
443
+
444
+ ### Diagram
445
+
446
+ #### Bug Fixes
447
+
448
+ - `SF-356262` - The issue "Dragging and Drop node not working properly by enabling page settings" has been fixed.
449
+ - `F170399` - The issue "Unable to cast exception occurs when clicking on the expand icon" has been fixed.
450
+ - `#I337722` - The issue "Connector Position not Updated Properly when rotating it with segments" has been fixed.
451
+ - `#I341943` - The issue "BringIntoView API does not bring the large bounds into the screen viewport" has been fixed.
452
+ - `#I342681` - The issue "BPMN Task shape becomes ellipse shape when printing the diagram" has been fixed.
453
+ - `#I342979` - The issue "While loading the JSON data with line routing causes exception in Angular" has been fixed.
454
+ - `#I345844` - The issue "An exception occurs when perform search in the symbol palette" has been fixed.
455
+ - `#F169922` - The issue "Need to provide support to set assistants based on datasource field in organizational chart" has been fixed.
456
+ - `#I345570` - The issue "Nodes doesn't gets arranged in zindex order after grouping it" has been fixed.
457
+ - `#I346110` - The issue "Text did not display on Connector line after adjusting the Bezier Connector" has been fixed.
458
+ - `#I346676` - The issue "Drag and drop item from Tree-View to Diagram doesn't behave correctly" has been fixed.
459
+ - `#I347727` - The issue "RemovePalette API not working properly" has been fixed.
460
+ - `#I348028` - The issue "SelectionChange newValue is null when deselecting one of multiple selected shapes" has been fixed.
461
+
462
+ ## 19.3.56 (2021-12-02)
463
+
464
+ ### Diagram
465
+
466
+ #### Bug Fixes
467
+
468
+ - `#F30109` - The issue "Diagram virtualization does not work with BPMN shapes" has been fixed.
469
+ - `#348672` - The issue "Swimlane nodes helper position not updated properly" has been fixed.
470
+ - `#F170298` - The issue "Template is not updated properly while render multiple diagram in same page" has been fixed.
471
+ - `#347603` - The issue "HTML Nodes are not rendered in Overview" has been fixed.
472
+
473
+ ## 19.3.55 (2021-11-23)
474
+
475
+ ### Diagram
476
+
477
+ #### Bug Fixes
478
+
479
+ - `#I346676` - The issue "Drag and drop item from Tree-View to Diagram doesn't behave correctly" has been fixed.
480
+ - `#I347727` - The issue "RemovePalette API not working properly" has been fixed.
481
+ - `#I348028` - The issue "SelectionChange newValue is null when deselecting one of multiple selected shapes" has been fixed.
482
+
483
+ ## 19.3.53 (2021-11-12)
484
+
485
+ ### Diagram
486
+
487
+ #### Bug Fixes
488
+
489
+ - `#I346110` - The issue "Text did not display on Connector line after adjusting the Bezier Connector" has been fixed.
490
+
491
+ ## 19.3.48 (2021-11-02)
492
+
493
+ ### Diagram
494
+
495
+ #### Bug Fixes
496
+
497
+ - `#I345844` - The issue "An exception occurs when perform search in the symbol palette" has been fixed.
498
+ - `#F169922` - The issue "Need to provide support to set assistants based on datasource field in organizational chart" has been fixed.
499
+ - `#I345570` - The issue "Nodes doesn't gets arranged in zindex order after grouping it" has been fixed.
500
+
501
+ ## 19.3.47 (2021-10-26)
502
+
503
+ ### Diagram
504
+
505
+ #### Bug Fixes
506
+
507
+ - `#I342681` - The issue "BPMN Task shape becomes square shape when printing the diagram" has been fixed.
508
+
509
+ ## 19.3.46 (2021-10-19)
510
+
511
+ ### Diagram
512
+
513
+ #### Bug Fixes
514
+
515
+ - `#I342979` - The issue "While loading the JSON data with line routing causes exception in Angular" has been fixed.
516
+
517
+ ## 19.3.45 (2021-10-12)
518
+
519
+ ### Diagram
520
+
521
+ #### Bug Fixes
522
+
523
+ - `#I342681` - The issue "BPMN Task shape becomes ellipse shape when printing the diagram" has been fixed.
524
+
525
+ ## 19.3.44 (2021-10-05)
526
+
527
+ ### Diagram
528
+
529
+ #### Bug Fixes
530
+
531
+ - `#I337722` - The issue "Connector Position not Updated Properly when rotating it with segments" has been fixed.
532
+ - `#I341943` - The issue "BringIntoView API does not bring the large bounds into the screen viewport" has been fixed.
533
+
534
+ ## 19.3.43 (2021-09-30)
535
+
536
+ ### Diagram
537
+
538
+ #### Bug Fixes
539
+
540
+ - `#F166882` - The issue "Accessibility validation error in Measure element Div" has been fixed.
541
+ - `#I341447` - The issue "The historyChange event is not triggered while rotate and move the node" has been fixed.
542
+ - `#I338448` - The issue "An exception occurs when save and load the diagram with PreventDefaults as true" has been fixed.
543
+ - `#I338105` - The issue "The drawing tool draws multiple node while perform right click" has been fixed.
544
+ - `#I339621` - The issue "An exception occurs render a image node with alignment as none and scale as Stretch" has been fixed.
545
+ - `#I339619` - The issue "An exception occurs when save and load the swimlane with BPMN children" has been fixed.
546
+ - `#I339487` - The issue "The connector drawing object does not snap to near by port" has been fixed.
547
+ - `#I342173` - The issue "An exception occurs when clear the diagram using Clear API" has been fixed.
548
+ - `#I341524` - The issue "The selection change event returns empty NewValue argument while selecting one of the multi-selected nodes" has been fixed.
549
+
550
+ ## 19.2.56 (2021-08-17)
551
+
552
+ ### Diagram
553
+
554
+ #### Bug Fixes
555
+
556
+ - `#I338244` - The issue "When drag the group node by using the arrow key the group get struck" has been fixed.
557
+
558
+ ## 19.2.55 (2021-08-11)
559
+
560
+ ### Diagram
561
+
562
+ #### Bug Fixes
563
+
564
+ - `#I336316` - The issue "The loaded connectors path is differ from saved connectors" has been fixed.
565
+ - `#I335836` - The Default tooltip rendered in the wrong position for the native node issue has been fixed.
566
+ - `#I337885` - The issue "Connectors have disappeared in Swim lane at initial rendering" has been fixed.
567
+
568
+ ## 19.2.51 (2021-08-03)
569
+
570
+ ### Diagram
571
+
572
+ #### Bug Fixes
573
+
574
+ - `#F167093` - The issue "The HTML nodes in overview takes place at the wrong position while zoom and move the HTML node in diagram "has been fixed.
575
+ - `#F166882` - The issue "Accessibility validation error in Diagram" has been fixed.
576
+ - `#F167431` - The issue "While decode the exported JPG image it has the PNG Image signature"has been fixed.
577
+
578
+ ## 19.2.49 (2021-07-27)
579
+
580
+ ### Diagram
581
+
582
+ #### Bug Fixes
583
+
584
+ - `#I335783` - The issue "The tooltip rendered in the wrong position when the node is placed at bottom position" has been fixed.
585
+ - `#I334315` - The issue "Update template method is triggered twice"has been fixed.
586
+
587
+ ## 19.2.48 (2021-07-20)
588
+
589
+ ### Diagram
590
+
591
+ #### Bug Fixes
592
+
593
+ - `#I330099` - The issue "The ports outEdges is not updated when cancel the port draw connector addition" has been fixed.
594
+ - `I324505` - The issue "An exception will raise while sending the node front to the group " has been fixed.
595
+
596
+ ## 19.2.46 (2021-07-06)
597
+
598
+ ### Diagram
599
+
600
+ #### Bug Fixes
601
+
602
+ - `#F166100, #F166081` - The issue "An exception occurs when resizing the diagram page with an overview" has been fixed.
603
+ - `#I333468` - The issue "The connectors cannot be grouped using group API" has been fixed.
604
+ - `#I332942` - The issue "The nodes that take place above the lane is not selectable" has been fixed.
605
+
606
+ ## 19.2.44 (2021-06-30)
607
+
608
+ ### Diagram
609
+
610
+ #### Bug Fixes
611
+
612
+ - `#I329576` - The issue While changing the connector flip property the connector's segment path is not updated correctly issue has been fixed.
613
+ - `#I327457` - The issue with node gradient is not applied while continuously performing the undo and redo functionality issue has been fixed.
614
+ - `#330528` - The issue "Connector horizontal Alignment is not rendered properly at initial rendering" has been fixed.
615
+ - `#328156` - The issue "An exception raised when send the swimlane back to the normal node" has been fixed.
616
+ - `#324236` - The issue "When exporting the node with gradient color the exported image does not contain proper node gradient " has been fixed.
617
+ - `#324541` - This issue "An exception occurs when printing the diagram with a Content security policy tag." has been fixed.
618
+ - `#I325640` - The issue "When dynamically adding node and perform the `bringToFront` method. The order command functionality not working properly" has been resolved.
619
+ - `#328132` - The issue "The combination of port constraints is not working" has been fixed.
620
+ - `#I327071` - the issue "When node is placed at the bottom position of the diagram component the tooltip position is rendered wrongly" issue has been fixed.
621
+ - `#I324251` - The issue "Nodes with SVG shapes have inaccurate positions in the Overview Control" has been fixed.
622
+ - `#F166050` - The issue "Context Menu not shown in iPad/android " has been fixed.
623
+ - `#I330320` - The issue "The HTML node content gets disappeared when adding the HTML node dynamically in the diagram with an overview" has been fixed.
624
+
625
+ ## 19.1.69 (2021-06-15)
626
+
627
+ ### Diagram
628
+
629
+ #### Bug Fixes
630
+
631
+ - `#I329576` - The issue While changing the connector flip property the connector's segment path is not updated correctly issue has been fixed.
632
+
633
+ ## 19.1.67 (2021-06-08)
634
+
635
+ ### Diagram
636
+
637
+ #### Bug Fixes
638
+
639
+ - `#I327457` - The issue with node gradient is not applied while continuously performing the undo and redo functionality issue has been fixed.
640
+ - `#330528` - The issue "Connector horizontal Alignment is not rendered properly at initial rendering" has been fixed.
641
+
642
+ ## 19.1.66 (2021-06-01)
643
+
644
+ ### Diagram
645
+
646
+ #### Bug Fixes
647
+
648
+ - `#328156` - The issue "An exception raised when send the swimlane back to the normal node" has been fixed.
649
+ - `#324236` - The issue "When exporting the node with gradient color the exported image does not contain proper node gradient " has been fixed.
650
+ - `#324541` - This issue "An exception occurs when printing the diagram with a Content security policy tag." has been fixed.
651
+ - `#I325640` - The issue "When dynamically adding node and perform the `bringToFront` method. The order command functionality not working properly" has been resolved.
652
+ - `#328132` - The issue "The combination of port constraints is not working" has been fixed.
653
+
654
+ ## 19.1.65 (2021-05-25)
655
+
656
+ ### Diagram
657
+
658
+ #### Bug Fixes
659
+
660
+ - `#I327071` - the issue "When node is placed at the bottom position of the diagram component the tooltip position is rendered wrongly" issue has been fixed.
661
+
662
+ ## 19.1.64 (2021-05-19)
663
+
664
+ ### Diagram
665
+
666
+ #### Bug Fixes
667
+
668
+ - `#I324251` - The issue "Nodes with SVG shapes have inaccurate positions in the Overview Control" has been fixed.
669
+
670
+ ## 19.1.63 (2021-05-13)
671
+
672
+ ### Diagram
673
+
674
+ #### Bug Fixes
675
+
676
+ - `#I322863` - This issue "Node does not drag properly when move inside swimlane" has been fixed.
677
+ - `#I326309` - This issue "While drag and move the multiple children of swimlane some children jump from one lane to another lane" has been fixed.
678
+ - `#I323817` - This issue "An exception will raise when send the native node back to the group of native nodes" has been fixed.
679
+ - `#I323457` - This issue "straight line segment not moved in group while dragging grouping node" has been fixed.
680
+ - `#I325103` - This issue "Connector alignment is not rendered properly at initial rendering" has been fixed.
681
+ - `F164350` - The issue "Annotation hyper link is not working" has been fixed.
682
+ - `#319911` - The issue "Customized style disappears when serializing the BPMN shapes" has been fixed.
683
+ - `#321939` - The issue "Swimlane send to back node working" has been fixed.
684
+ - `#322854` - The issue "Swimlane children disappear while performing the order commands" has been fixed.
685
+ - `#323203` - The issue "Exception occurs when try to redo the node's gradient color" has been fixed.
686
+ - `#324238` - The issue "An empty space will take place along with the diagram while exporting the diagram into the image" has been fixed.
687
+ - `#321284` - The issue "The loaded layout diagram is differ from the saved diagram" has been fixed.
688
+ - `F164274` - The issue "Resize functionality of the lane is not working if the can move is false" has been fixed.
689
+ - `#316688` - The issue "Symbol palette component gets rendered on every state change" has been fixed.
690
+ - `#317943` - This issue "While render the layout's nodes with the collapsed state, the nodes are not properly aligned " has been fixed.
691
+
692
+ ## 19.1.59 (2021-05-04)
693
+
694
+ ### Diagram
695
+
696
+ #### Bug Fixes
697
+
698
+ - `#I323457` - This issue "straight line segment not moved in group while dragging grouping node" has been fixed.
699
+ - `#I325103` - This issue "Connector alignment is not rendered properly at initial rendering" has been fixed.
700
+ - `F164350` - The issue "Annotation hyper link is not working" has been fixed.
701
+ - `#319911` - The issue "Customized style disappears when serializing the BPMN shapes" has been fixed.
702
+ - `#321939` - The issue "Swimlane send to back node working" has been fixed.
703
+ - `#322854` - The issue "Swimlane children disappear while performing the order commands" has been fixed.
704
+ - `#323203` - The issue "Exception occurs when try to redo the node's gradient color" has been fixed.
705
+ - `#324238` - The issue "An empty space will take place along with the diagram while exporting the diagram into the image" has been fixed.
706
+ - `#321284` - The issue "The loaded layout diagram is differ from the saved diagram" has been fixed.
707
+ - `F164274` - The issue "Resize functionality of the lane is not working if the can move is false" has been fixed.
708
+
709
+ ## 19.1.57 (2021-04-20)
710
+
711
+ ### Diagram
712
+
713
+ #### Bug Fixes
714
+
715
+ - `F164350` - The issue "Annotation hyper link is not working" has been fixed.
716
+ - `#319911` - The issue "Customized style disappears when serializing the BPMN shapes" has been fixed.
717
+ - `#321939` - The issue "Swimlane send to back node working" has been fixed.
718
+ - `#322854` - The issue "Swimlane children disappear while performing the order commands" has been fixed.
719
+ - `#323203` - The issue "Exception occurs when try to redo the node's gradient color" has been fixed.
720
+
721
+ ## 19.1.56 (2021-04-13)
722
+
723
+ ### Diagram
724
+
725
+ #### Bug Fixes
726
+
727
+ - `#316688` - The issue "Symbol palette component gets rendered on every state change" has been fixed.
728
+ - `317943` - This issue "While render the layout's nodes with the collapsed state, the nodes are not properly aligned " has been fixed.
729
+
730
+ ## 19.1.54 (2021-03-30)
731
+
732
+ ### Diagram
733
+
734
+ #### New Features
735
+
736
+ - `#285393` - Support to avoid connector overlapping with complex hierarchical layout has been added.
737
+ - `#314220` - Support for Auto scrolling feature while using drawing tool has been added.
738
+
739
+ #### Bug Fixes
740
+
741
+ - `#316429` - This issue "Nodes are not updating properly for the swim lane in the DOM during save and load" has been fixed.
742
+ - `#304194` - This issue "Straight line segments are not moved while dragging " has been fixed.
743
+ - `#309543` - This issue "overview's preview is not updated when update the diagram's size " has been fixed.
744
+ - `#311751` - This issue "when drag and drop from the palette the symbol preview not disappear " has been fixed.
745
+ - `#312744` - This issue "Exception occurs when mouse over the node with many connector " has been fixed.
746
+ - `#301792` - This issue "Alignment of connector is misplaced in balanced layout " has been fixed.
747
+ - `#311219` - This issue "z order Commands not working for child node in group " has been fixed.
748
+ - `#312725` - This issue "Expand collapse icon cannot export properly " has been fixed.
749
+ - `#314224` - This issue "Shapes getting disappear after adding Swimlane shape " has been fixed.
750
+ - `F162436` - This issue "While set the node's isExpanded property true at initial rendering unwanted scroll is take placed" has been fixed.
751
+ - `#314664` - This issue "Exception occurs when drag and drop the node and perform undo " has been fixed.
752
+ - `F161997` - This issue "Context menu disappear while mouseover the item which has subitems " has been fixed.
753
+ - `#316472` - This issue "Strange snapping behaviors with swimlane " has been fixed.
754
+ - `#317149` - This issue "Exception occurs when drag and drop a lane on connector in swimlane " has been fixed.
755
+ - `F23048` - This issue "When change style of group at runtime the same is applied to its child too " has been fixed.
756
+ - `317728` - This issue "Line routing is not working if the connection end point of the connector has two or more nodes " has been fixed.
757
+
758
+ ## 18.4.46 (2021-03-02)
759
+
760
+ ### Diagram
761
+
762
+ #### Bug Fixes
763
+
764
+ - `F162436` - This issue "While set the node's isExpanded property true at initial rendering unwanted scroll is take placed" has been fixed.
765
+ - `#314664` - This issue "Exception occurs when drag and drop the node and perform undo " has been fixed.
766
+ - `F161997` - This issue "Context menu disappear while mouseover the item which has subitems " has been fixed.
767
+
768
+ #### New Features
769
+
770
+ - `#314220` - Support for Auto scrolling feature while using drawing tool has been added.
771
+
772
+ ## 18.4.43 (2021-02-16)
773
+
774
+ ### Diagram
775
+
776
+ #### Bug Fixes
777
+
778
+ - `#314224` - This issue "Shapes getting disappear after adding Swimlane shape " has been fixed.
779
+
780
+ ## 18.4.42 (2021-02-09)
781
+
782
+ ### Diagram
783
+
784
+ #### Bug Fixes
785
+
786
+ - `#312744` - This issue "Exception occurs when mouse over the node with many connector " has been fixed.
787
+ - `#301792` - This issue "Alignment of connector is misplaced in balanced layout " has been fixed.
788
+ - `#311219` - This issue "z order Commands not working for child node in group " has been fixed.
789
+ - `#312725` - This issue "Expand collapse icon cannot export properly " has been fixed.
790
+ - `#314224` - This issue "Shapes getting disappear after adding Swimlane shape " has been fixed.
791
+
792
+ ## 18.4.41 (2021-02-02)
793
+
794
+ ### Diagram
795
+
796
+ #### Bug Fixes
797
+
798
+ #### New Features
799
+
800
+ - `#285393` - Support to avoid connector overlapping with complex hierarchical layout has been added.
801
+
802
+ ## 18.4.39 (2021-01-28)
803
+
804
+ ### Diagram
805
+
806
+ #### Bug Fixes
807
+
808
+ - `#308695` - This issue "Port's InEdges and outEdges are not updated properly while copy and paste " has been fixed.
809
+ - `#306529` - This issue "Node does not drop properly on swimlane " has been fixed.
810
+ - `#309041` - This issue "Nodes are not getting cleared when add new page in the diagram" has been fixed.
811
+ - `#305708` - This issue "Console error occur while save and load the diagram with swimlane nodes" has been fixed.
812
+ - `#308109` - This issue "Can't change flowshape to other basic shape" has been fixed.
813
+ - `#301792` - This issue "Child nodes are not rendered properly in Organizational chart" has been fixed.
814
+ - `#306310` - This issue "Symbol description gets rendered from middle of symbol" has been fixed.
815
+ - `#304447` - This issue "Restrict click event for nodes when zoompan tool is enabled" has been fixed.
816
+ - `#295443` - This issue "Bottom level nodes are not visible in overview" has been fixed.
817
+ - `#305992` - This issue "When drag and drop the node swimlane lane header position gets changed" has been fixed.
818
+ - `#304558` - This issue "Exception occurs when use getDiagramContent method" has been fixed.
819
+
820
+ ## 18.4.35 (2021-01-19)
821
+
822
+ ### Diagram
823
+
824
+ #### Bug Fixes
825
+
826
+ - `#305708` - This issue "Console error occur while save and load the diagram with swimlane nodes" has been fixed.
827
+
828
+ ## 18.4.34 (2021-01-12)
829
+
830
+ ### Diagram
831
+
832
+ #### Bug Fixes
833
+
834
+ - `#308695` - This issue "Port's InEdges and outEdges are not updated properly while copy and paste " has been fixed.
835
+ - `#306529` - This issue "Node does not drop properly on swimlane " has been fixed.
836
+ - `#309041` - This issue "Nodes are not getting cleared when add new page in the diagram" has been fixed.
837
+
838
+ ## 18.4.32 (2020-12-29)
839
+
840
+ ### Diagram
841
+
842
+ #### Bug Fixes
843
+
844
+ - `#308109` - This issue "Can't change flowshape to other basic shape" has been fixed.
845
+ - `#301792` - This issue "Child nodes are not rendered properly in Organizational chart" has been fixed.
846
+
847
+ ## 18.4.31 (2020-12-22)
848
+
849
+ ### Diagram
850
+
851
+ #### Bug Fixes
852
+
853
+ - `#306310` - This issue "Symbol description gets rendered from middle of symbol" has been fixed.
854
+ - `#304447` - This issue "Restrict click event for nodes when zoompan tool is enabled" has been fixed.
855
+ - `#295443` - This issue "Bottom level nodes are not visible in overview" has been fixed.
856
+ - `#305992` - This issue "When drag and drop the node swimlane lane header position gets changed" has been fixed.
857
+ - `#304558` - This issue "Exception occurs when use getDiagramContent method" has been fixed.
858
+
859
+ ## 18.4.30 (2020-12-17)
860
+
861
+ ### Diagram
862
+
863
+ #### New Features
864
+
865
+ - `#285393` - Line distribution functionality has been added.
866
+ - Support added to arrange the child nodes in linear way.
867
+
868
+ #### Bug Fixes
869
+
870
+ - `#304641` - This issue "Node does not gets selected on slight movement of mouse when drag constraints disabled for node " has been fixed.
871
+ - `#301443` - This issue "update annotation for BPMN node, the node position gets changed " has been fixed.
872
+ - `#301441` - This issue "BPMN Nodes dropped in wrong position " has been fixed.
873
+ - `#304047` - This issue "Exception occurs when drag and drop the SVG node into diagram " has been fixed.
874
+ - `#301792` - This issue "Child Node Rendering issue in organization chart " has been fixed.
875
+ - `#300529` - This issue "Exception occurs while change the datasource for layout at runtime" has been fixed.
876
+ - `#302274` - This issue "Mindmap layout does not render properly" has been fixed.
877
+ - `#300499` - This issue "PositionChange event does not gets triggered for completed state" has been fixed.
878
+ - `#298898` - This issue "When save and load Bpmn subprocess node not loads properly" has been fixed.
879
+ - `F158465` - This issue "Context Menu items does not gets change at run time" has been fixed.
880
+ - `#285393` - This issue "Connector Target Point connection is not connected properly in line distribution" has been fixed.
881
+ - `#297343` - This issue "While undo and redo with line routing exception occurs" has been fixed.
882
+ - `F159245` - This issue "Node z index behaves incorrectly" has been fixed.
883
+ - `#300316` - This issue "Exception occurs when try to save diagram with prevent defaults set as true" has been fixed.
884
+ - `#292439` - The issue "Exception occurs when try to draw the connector using user handle" has been fixed.
885
+
886
+ ## 18.3.53 (2020-12-08)
887
+
888
+ ### Diagram
889
+
890
+ #### Bug Fixes
891
+
892
+ - `#301443` - This issue "update annotation for BPMN node, the node position gets changed " has been fixed.
893
+
894
+ ## 18.3.52 (2020-12-01)
895
+
896
+ ### Diagram
897
+
898
+ #### Bug Fixes
899
+
900
+ - `#301441` - This issue "BPMN Nodes dropped in wrong position " has been fixed.
901
+ - `#304047` - This issue "Exception occurs when drag and drop the SVG node into diagram " has been fixed.
902
+ - `#301792` - This issue "Child Node Rendering issue in organization chart " has been fixed.
903
+ - `#300529` - This issue "Exception occurs while change the datasource for layout at runtime" has been fixed.
904
+ - `#302274` - This issue "Mindmap layout does not render properly" has been fixed.
905
+ - `#300499` - This issue "PositionChange event does not gets triggered for completed state" has been fixed.
906
+
907
+ ## 18.3.51 (2020-11-24)
908
+
909
+ ### Diagram
910
+
911
+ #### Bug Fixes
912
+
913
+ - `#298898` - This issue "When save and load Bpmn subprocess node not loads properly" has been fixed.
914
+ - `F158465` - This issue "Context Menu items does not gets change at run time" has been fixed.
915
+
916
+ ## 18.3.50 (2020-11-17)
917
+
918
+ ### Diagram
919
+
920
+ #### Bug Fixes
921
+
922
+ - `#285393` - This issue "Connector Target Point connection is not connected properly in line distribution" has been fixed.
923
+
924
+ ## 18.3.48 (2020-11-11)
925
+
926
+ ### Diagram
927
+
928
+ #### Bug Fixes
929
+
930
+ - `#297343` - This issue "While undo and redo with line routing exception occurs" has been fixed.
931
+ - `F159245` - This issue "Node z index behaves incorrectly" has been fixed.
932
+ - `#300316` - This issue "Exception occurs when try to save diagram with prevent defaults set as true" has been fixed.
933
+ - `#292439` - The issue "Exception occurs when try to draw the connector using user handle" has been fixed.
934
+
935
+ ## 18.3.47 (2020-11-05)
936
+
937
+ ### Diagram
938
+
939
+ #### New Features
940
+
941
+ - `#285393` - Line distribution functionality has been added.
942
+ - Support added to arrange the child nodes in linear way.
943
+
944
+ #### Bug Fixes
945
+
946
+ - `#297888` - This issue "Target decorator is not connected properly to the node" has been fixed.
947
+ - `#298962` - This issue "HTML template node take more time to render in Blazor" has been fixed.
948
+ - `#F159087` - This issue "When Drag and drop the node from palette exception throws" has been fixed.
949
+ - `#292439` - The issue "Exception occurs when try to draw connector on node text edit" has been fixed.
950
+ - `#294302` - The issue with "Node overlapping issue in hierarchical tree layout" has been fixed.
951
+ - `#292214` - The issue "Mouse cursor does not place on a node" has been fixed
952
+ - `#292439` - The issue "Exception occurs when try to draw connector on node text edit" has been fixed.
953
+ - `#294515` - This issue "When zoom out the diagram ruler value not update properly" has been fixed.
954
+ - `#294604` - This issue "Vertical Scroll bar appears while scroll the diagram" has been fixed.
955
+ - `#296511`, `#296304` - The issue "Nodes are not added properly to the newly added lane" has been fixed.
956
+
957
+ ## 18.3.44 (2020-10-27)
958
+
959
+ ### Diagram
960
+
961
+ #### Bug Fixes
962
+
963
+ - `#297888` - This issue "Target decorator is not connected properly to the node" has been fixed.
964
+ - `#298962` - This issue "HTML template node take more time to render in Blazor" has been fixed.
965
+ - `#F159087` - This issue "When Drag and drop the node from palette exception throws" has been fixed.
966
+
967
+ ## 18.3.42 (2020-10-20)
968
+
969
+ ### Diagram
970
+
971
+ #### Bug Fixes
972
+
973
+ - `#294515` - This issue "When zoom out the diagram ruler value not update properly" has been fixed.
974
+ - `#294604` - This issue "Vertical Scroll bar appears while scroll the diagram" has been fixed.
975
+ - `#296511`, `#296304` - The issue "Nodes are not added properly to the newly added lane" has been fixed.
976
+
977
+ ## 18.3.40 (2020-10-13)
978
+
979
+ ### Diagram
980
+
981
+ #### Bug Fixes
982
+
983
+ - `292439` - The issue "Exception occurs when try to draw connector on node text edit" has been fixed.
984
+ - `294302` - The issue with "Node overlapping issue in hierarchical tree layout" has been fixed.
985
+ - `292214` - The issue "Mouse cursor does not place on a node" has been fixed
986
+ - `292439` - The issue "Exception occurs when try to draw connector on node text edit" has been fixed.
987
+
988
+ ## 18.3.35 (2020-10-01)
989
+
990
+ ### Diagram
991
+
992
+ #### New Features
993
+
994
+ - `276871`, `F154206` - Customization support for individual symbols has been added.
995
+ - `281811` - Now the ports are rendered over the HTML layer.
996
+ - `246813` - Now supports the click event to notify the type of button clicked.
997
+ - `283317` - Fixed user handle has been added to diagram nodes and connectors.
998
+ - `F150538` - Added an Expand and Collapse palette notification event to the symbol palette.
999
+ - `277397` - Added support to notify the pan state during the scroll change event.
1000
+
1001
+ #### Bug Fixes
1002
+
1003
+ - `287578` - The issue "Connector segments not update properly" has been fixed.
1004
+ - `292951` - The issue "Text size is different if Text Node is created over another diagram" has been fixed.
1005
+ - `293420` - The issue "Annotation undo redo not working properly if the line routing is enabled" has been fixed.
1006
+ - `289382` - The issue "Exported data returns same png format for all other format" has been fixed.
1007
+ - `291513` - The issue " Exception occurs while change allowDrag from false to true for symbol palette" has been fixed.
1008
+ - `292558` - The issue "Node Rotate constraints does not work properly" has been fixed.
1009
+ - `289532` - The issue "Group offsetX and offsetY does not update after add child to it" has been fixed.
1010
+ - `291274` - The issue "Mouse Enter, Mouse Over event does not get triggered for selected item" has been fixed.
1011
+ - `F156456` - The issue "SVG image not exported properly" has been fixed
1012
+ - `#288628` - The issue "HTML node does not gets added at run time" has been fixed.
1013
+ - `#289513` - The issue with "Group rotation does not work as expected" has been fixed.
1014
+ - `287578` - The issue "Connector segments not update properly" has been fixed.
1015
+ - `289532` - The issue "Group width and height does not update" has been fixed.
1016
+ - `285600` - The issue "Complex hierarchical layout does not arrange properly" has been fixed.
1017
+ - `F157055` - The issue "Port inedge and outedge not updated properly" has been fixed.
1018
+ - `291364` - The issue "Connector's tooltip position updated wrongly" has been fixed.
1019
+ - `287349` - The issue "Infinite loop occurs while setting delete constraints for node in swim-lane and clear diagram" has been fixed.
1020
+ - `290066` - The issue "SendToBack and BringToFront not work for connector with group node" has been fixed.
1021
+
1022
+ ## 18.2.59 (2020-09-21)
1023
+
1024
+ ### Diagram
1025
+
1026
+ #### Bug Fixes
1027
+
1028
+ - `289382` - The issue "Exported data returns same png format for all other format" has been fixed.
1029
+ - `291513` - The issue " Exception occurs while change allowDrag from false to true for symbol palette" has been fixed.
1030
+ - `292558` - The issue "Node Rotate constraints does not work properly" has been fixed.
1031
+ - `289532` - The issue "Group offsetX and offsetY does not update after add child to it" has been fixed.
1032
+ - `291274` - The issue "Mouse Enter, Mouse Over event does not get triggered for selected item" has been fixed.
1033
+
1034
+ ## 18.2.58 (2020-09-15)
1035
+
1036
+ ### Diagram
1037
+
1038
+ #### Bug Fixes
1039
+
1040
+ - `291364` - The issue "Connector's tooltip position updated wrongly" has been fixed.
1041
+ - `287349` - The issue "Infinite loop occurs while setting delete constraints for node in swim-lane and clear diagram" has been fixed.
1042
+ - `290066` - The issue "SendToBack and BringToFront not work for connector with group node" has been fixed.
1043
+
1044
+ ## 18.2.56 (2020-09-01)
1045
+
1046
+ ### Diagram
1047
+
1048
+ #### Bug Fixes
1049
+
1050
+ - `287578` - The issue "Connector segments not update properly" has been fixed.
1051
+ - `289532` - The issue "Group width and height does not update" has been fixed.
1052
+ - `285600` - The issue "Complex hierarchical layout does not arrange properly" has been fixed.
1053
+ - `F157055` - The issue "Port inedge and outedge not updated properly" has been fixed.
1054
+
1055
+ ## 18.2.55 (2020-08-25)
1056
+
1057
+ ### Diagram
1058
+
1059
+ #### Bug Fixes
1060
+
1061
+ - `F156456` - The issue "SVG image not exported properly" has been fixed
1062
+ - `#288628` - The issue "HTML node does not gets added at run time" has been fixed.
1063
+ - `#289513` - The issue with "Group rotation does not work as expected" has been fixed.
1064
+
1065
+ ## 18.2.54 (2020-08-18)
1066
+
1067
+ ### Diagram
1068
+
1069
+ #### New Features
1070
+
1071
+ - `#281811` - support to render the port over the HTML layer.
1072
+
1073
+ #### Bug Fixes
1074
+
1075
+ - `#285793` - The issue with "Bring to front does not work for group node" has been fixed.
1076
+ - `#F156309` - The issue with "Exception occurs when try to do nudge in the diagram" has been fixed.
1077
+ - `#286692` - The issue with "Node does not resize properly when created using the stack, container and text elements" has been fixed.
1078
+ - `#286458` - The issue with "Node ports are gets ignored" has been fixed.
1079
+ - `#286174` - The issue with "Send to back not working after refresh the diagram using refresh() method" has been fixed.
1080
+ - `#286611` - The issue with "Size changed event does not get triggered when resizing with south, east, south east pin" has been fixed.
1081
+ - `#246813` - The issue with "To notify right/left button clicked in diagram click event" Has been fixed.
1082
+ - `#286418` - The issue with "When run the individual swimlane sample in angular 9 , throws build issue" has been fixed.
1083
+ - `#288057` - The issue with "Diagram selection do not update properly" has been fixed.
1084
+
1085
+ ## 18.2.48 (2020-08-04)
1086
+
1087
+ ### Diagram
1088
+
1089
+ #### New Features
1090
+
1091
+ - `#276871` - support to add symbol description for symbols in palette.
1092
+
1093
+ #### Bug Fixes
1094
+
1095
+ - `#264082` - The issue of "Sometimes difficult to make the connection to a port when set ConnectToNearByNode constraints" has been fixed.
1096
+ - `#283092` - The issue of "Exception throws when try to append a new diagram at run time In IE11" has been fixed.
1097
+ - `#281759` - The issue of "SVG node do not gets visible in diagram" has been fixed.
1098
+ - `#284823` - The issue of "DataLoaded event do not gets trigger after data loaded" has been fixed.
1099
+ - `#285793` - The issue with "Bring to front does not work for group node" has been fixed.
1100
+
1101
+ ## 18.2.46 (2020-07-21)
1102
+
1103
+ ### Diagram
1104
+
1105
+ #### Bug Fixes
1106
+
1107
+ - `#283962` - The issue of "Content of a text node is being duplicated when nowrap option is set" has been fixed.
1108
+ - `#282404` - The issue of "Phase header style changes to default style after save and load diagram" has been fixed.
1109
+
1110
+ ## 18.2.45 (2020-07-14)
1111
+
1112
+ ### Diagram
1113
+
1114
+ #### Bug Fixes
1115
+
1116
+ - `#F155218` - The issue "DOM Exception occurs when try to change z index of group node" has been fixed.
1117
+ - `#279793` - The issue of "Diagram Performance is slow in the Blazor WebAssembly app" has been fixed.
1118
+ - `#281789` - The issue with "Exception occurs when try to load the diagram with line routing" has been fixed.
1119
+ - `#281383` - The issue with "Exception occurs when try to add the group node in palette through addPaletteItem method" has been fixed.
1120
+ - `#279047` - The issue of "Exception occurs when try to show context menu in diagram with all items as hidden" has been fixed.
1121
+ - `#278621` - The issue of "When try to delete the swimlane diagram becomes unresponsive" has been fixed.
1122
+ - `#278823` - The issue of "Vertical Swimlane indexes are not properly updated" has been fixed.
1123
+ - `#271665` - The issue of "Exception throws when run symbol palette component in react production mode" has been fixed.
1124
+ - `#279793` - The issue of "Diagram Performance is slow in the Blazor WebAssembly app" has been fixed.
1125
+
1126
+ ## 18.2.44 (2020-07-07)
1127
+
1128
+ ### Diagram
1129
+
1130
+ #### New Features
1131
+
1132
+ - `#259358` - Support for user handle templates has been provided.
1133
+ - `#263337` - Undo and redo support has been enabled for order commands.
1134
+ - `#264082` - Support provided to find nearby elements when dragging the end point of the connectors.
1135
+
1136
+ #### Bug Fixes
1137
+
1138
+ - `F153539` - The issue with "Properties are not updated in server side" has been fixed.
1139
+ - `275634` - The issue with "Exception occurs when double click on read only annotation" has been fixed.
1140
+ - `273482` - The issue with "History change event args source are mismatch for nudge commands and mouse movements" has been fixed.
1141
+ - `274308` - The issue with "Tooltip does not render when diagram placed in side bar component" has been fixed.
1142
+ - `276796` - The issue with "Exception throws when zoom in or zoom out the diagram with virtualization" has been fixed.
1143
+ - `276998` - The issue with "Provide support to cancel the drawing object when press escape key" has been fixed.
1144
+ - `273484` - Issue with state of event while the connector is being dragged is now resolved.
1145
+ - `274485` - Issue with dynamically added swimlane addInfo has been fixed.
1146
+ - `264654` - Console exception with cloning phase of swimlane is now resolved.
1147
+ - `275032` - Console exception while editing the annotation of node is resolved.
1148
+ - `271060` - The issue with "Margin does not apply for the exported image" has been fixed.
1149
+ - `272898` - The issue with "When drag some nodes in palette it does not show preview and drop in diagram" has been fixed.
1150
+ - `F153185` - The issue with "Line routing does not consider for Group nodes" has been fixed.
1151
+ - `#272405` - The issue with "The Double click event does not get triggered when double clicking on an annotation" has been fixed.
1152
+ - `274242` - The issue with "Strange behaviour when changing Connector source or target decorator width or height" has been fixed.
1153
+ - `272497` - The issue with "Need to consider boundary constraints when resizing the node" has been fixed.
1154
+ - `272186` - The issue on symbol description is fixed.
1155
+ - `F12953` - The issue "Diagram FitToPage method not working properly by calling several times" has been fixed.
1156
+ - `F13028` - The issue "Connector padding is not working for Path Node" has been fixed.
1157
+ - `#275092` - The line routing for the organizational chart works now.
1158
+ - `278119` - The issue with "Exception occurs when try to export the diagram with mode data" has been fixed.
1159
+ - `279145` - The issue with "Exception occurs when try to save diagram with prevent defaults set as true" has been fixed.
1160
+ - `278617` - The issue with "Exception occurs when define two swim lanes in the diagram" has been fixed.
1161
+ - `F154840` - The issue with "Exception occurs when try to load the diagram with group nodes" has been fixed.
1162
+ - `279486` - The issue with "Exception occurs when try to load the diagram with prevent defaults set as true" has been fixed.
1163
+ - `F154304` - The issue with "Annotation Horizontal and vertical alignments are aligned wrongly" has been fixed.
1164
+
1165
+ ## 18.1.55 (2020-06-02)
1166
+
1167
+ ### Diagram
1168
+
1169
+ #### Bug Fixes
1170
+
1171
+ - `#275092` - The line routing for the organizational chart works now
1172
+
1173
+ ## 18.1.54 (2020-05-26)
1174
+
1175
+ ### Diagram
1176
+
1177
+ #### Bug Fixes
1178
+
1179
+ - `F153539` - The issue with "Properties are not updated in server side" has been fixed.
1180
+ - `275634` - The issue with "Exception occurs when double click on read only annotation" has been fixed.
1181
+ - `273482` - The issue with "History change event args source are mismatch for nudge commands and mouse movements" has been fixed.
1182
+ - `274308` - The issue with "Tooltip does not render when diagram placed in side bar component" has been fixed.
1183
+ - `276796` - The issue with "Exception throws when zoom in or zoom out the diagram with virtualization" has been fixed.
1184
+ - `276998` - The issue with "Provide support to cancel the drawing object when press escape key" has been fixed.
1185
+
1186
+ ## 18.1.52 (2020-05-13)
1187
+
1188
+ ### Diagram
1189
+
1190
+ #### Bug Fixes
1191
+
1192
+ - `273484` - Issue with state of event while the connector is being dragged is now resolved.
1193
+ - `274485` - Issue with dynamically added swimlane addInfo has been fixed.
1194
+ - `264654` - Console exception with cloning phase of swimlane is now resolved.
1195
+ - `275032` - Console exception while editing the annotation of node is resolved.
1196
+
1197
+ ## 18.1.48 (2020-05-05)
1198
+
1199
+ ### Diagram
1200
+
1201
+ #### Bug Fixes
1202
+
1203
+ - `271060` - The issue with "Margin does not apply for the exported image" has been fixed.
1204
+ - `272898` - The issue with "When drag some nodes in palette it does not show preview and drop in diagram" has been fixed.
1205
+
1206
+ ## 18.1.46 (2020-04-28)
1207
+
1208
+ ### Diagram
1209
+
1210
+ #### Bug Fixes
1211
+
1212
+ - `F153185` - The issue with "Line routing does not consider for Group nodes" has been fixed.
1213
+ - `#272405` - The issue with "The Double click event does not get triggered when double clicking on an annotation" has been fixed.
1214
+ - `274242` - The issue with "Strange behaviour when changing Connector source or target decorator width or height" has been fixed.
1215
+ - `272497` - The issue with "Need to consider boundary constraints when resizing the node" has been fixed.
1216
+ - `272186` - The issue on symbol description is fixed.
1217
+
1218
+ ## 18.1.45 (2020-04-21)
1219
+
1220
+ ### Diagram
1221
+
1222
+ #### Bug Fixes
1223
+
1224
+ - `#270667` - The issue with "Prevent line routing for straight connector" has been fixed.
1225
+
1226
+ ## 18.1.43 (2020-04-07)
1227
+
1228
+ ### Diagram
1229
+
1230
+ #### Bug Fixes
1231
+
1232
+ - `F12953` - The issue "Diagram FitToPage method not working properly by calling several times" has been fixed.
1233
+ - `F13028` - The issue "Connector padding is not working for Path Node" has been fixed.
1234
+
1235
+ ## 18.1.42 (2020-04-01)
1236
+
1237
+ ### Diagram
1238
+
1239
+ #### New Features
1240
+
1241
+ - `#267720`, `F152484` - Support to add annotation object in the text Edit event arguments
1242
+
1243
+ #### Bug Fixes
1244
+
1245
+ - `#266107` - The issue "Some nodes are not properly arranged in ComplexHierarchicalTree layout" has been fixed.
1246
+ - `#267299` - The issue "Performance issues with scroll the layout with overview" has been fixed.
1247
+ - `F152154` - The issue "Tooltip is not stay in fixed position" has been fixed.
1248
+ - `F152224`, `#267708` - The issue "Some nodes dragged from the palette are not dropped properly in the diagram" has been fixed.
1249
+ - `F152314`, `F152315` - The issue "Exception raised while loading a JSON data in load Diagram method" has been fixed.
1250
+ - `#268272` - The issue "Not able to disable the Lane header" has been fixed.
1251
+ - `#267836` - The issue "Port to Port connector docking is not proper in the Line routing" has been fixed.
1252
+ - `F152279` - The issue "Swim-lane header is not proper while swapping the lane when the swimlane Node Constraints are set to None" has been fixed.
1253
+ - `#269114` - The issue "Node dragging in swimlane is not working properly when line routing is enabled" has been fixed.
1254
+
1255
+ ## 18.1.36-beta (2020-03-19)
1256
+
1257
+ ### Diagram
1258
+
1259
+ #### New Features
1260
+
1261
+ - `#232055` - Support added to change appearance of grid pattern.
1262
+
1263
+ #### Bug Fixes
1264
+
1265
+ - `F151275` - The issue "Connector has selected wrongly when clicking the user handles of other node" has been fixed.
1266
+ - `F151027` - The issue "Cannot get the TextAnnotation node margin values dropped in the swimlane" has been fixed.
1267
+ - `F151264` - The issue "Need to change evt.args node/connector type as DiagramNode/DiagramConnector in Blazor Validated" has been fixed.
1268
+ - `266664` - The issue "Ruler disappears after the diagram moves beyond viewport" has been fixed.
1269
+ - `F149624` - The issue "Diagram Component Export renders with black background on safari browser" has been fixed.
1270
+ - `F151341` - The issue "Specifying a layout results in exception when state of nodes changes" has been fixed.
1271
+ - `F151232` - The issue "Cannot read the property '0' of undefined" has been fixed.
1272
+ - `#263839` - The issue "Fit To Page leaving too much space around content" has been fixed.
1273
+ - `F151197` - The issue with the Zoom-Pan option that disables the connectors has been fixed.
1274
+ - `#264576` - The issue "Snapping support on zooming the diagram" has been fixed.
1275
+ - `#227953` - The issue "Line routing does not consider for some nodes" has been fixed.
1276
+ - `F151098` - The issue "Port constraints is not working while draw connector through port" has been fixed.
1277
+ - `F152070` - The exception occurs when you try to resize a node outside the boundary constraints has been fixed.
1278
+ - `266374` - The issue "Tool tip does not hide while mouse move on diagram" has been fixed.
1279
+ - `264862` - The Performance issue with overview sample has been fixed.
1280
+ - `F151374` - The issue "Connector stroke style does not update properly" has been fixed.
1281
+
1282
+ ## 17.4.55 (2020-03-10)
1283
+
1284
+ ### Diagram
1285
+
1286
+ #### Bug Fixes
1287
+
1288
+ - `#227953` - The issue "Line routing does not consider for some nodes" has been fixed.
1289
+ - `266374` - The issue "Tool tip does not hide while mouse move on diagram" has been fixed.
1290
+ - `264862` - The Performance issue with overview sample has been fixed.
1291
+ - `F151374` - The issue "Connector stroke style does not update properly" has been fixed.
1292
+
1293
+ ## 17.4.51 (2020-02-25)
1294
+
1295
+ ### Diagram
1296
+
1297
+ #### Bug Fixes
1298
+
1299
+ - `F151275` - The issue "Connector has selected wrongly when clicking the user handles of other node" has been fixed.
1300
+ - `F151027` - The issue "Cannot get the TextAnnotation node margin values dropped in the swimlane" has been fixed.
1301
+ - `F151264` - The issue "Need to change evt.args node/connector type as DiagramNode/DiagramConnector in Blazor Validated" has been fixed.
1302
+ - `266664` - The issue "Ruler disappears after the diagram moves beyond viewport" has been fixed
1303
+
1304
+ ## 17.4.50 (2020-02-18)
1305
+
1306
+ ### Diagram
1307
+
1308
+ #### Bug Fixes
1309
+
1310
+ - `F149624` - The issue "Diagram Component Export renders with black background on safari browser" has been fixed.
1311
+ - `F151341` - The issue "Specifying a layout results in exception when state of nodes changes" has been fixed.
1312
+ - `F151232` - The issue "Cannot read the property '0' of undefined" has been fixed.
1313
+ - `#263839` - The issue "Fit To Page leaving too much space around content" has been fixed.
1314
+ - `F151197` - The issue with the Zoom-Pan option that disables the connectors has been fixed.
1315
+ - `#264576` - The issue "Snapping support on zooming the diagram" has been fixed.
1316
+
1317
+ ## 17.4.46 (2020-01-30)
1318
+
1319
+ ### Diagram
1320
+
1321
+ #### New Features
1322
+
1323
+ - `#232055` - Support has been provided to Clip/Ellipsis the annotation when textWrapping as WrapWithOverflow in the diagram.
1324
+ - `#253884` - Template support for HTML node has been provided.
1325
+ - `#236612`, `#242275` - The support has been provided to get the In and Out edges from ports.
1326
+ - `#239063`, `#239214` - The support has been provided to notify key actions in command manager
1327
+
1328
+ #### Bug Fixes
1329
+
1330
+ - `#260927` - The issue "UmlClassDiagram is not updated properly in the layout" has been fixed.
1331
+ - `#227953` - The exception occurred while applying line routing for the complex diagram has been fixed.
1332
+ - `#259627` - The issue "Performance improvement with HTML node" has been fixed.
1333
+ - `#259329` - The issue "Polyline target decorator is not aligned properly at runtime" has been fixed.
1334
+ - `F149983` - The exception occurred while changing the z-index for group node at run time has been fixed.
1335
+ - `259000` - The issue "ConnectionChange Event does not triggered in mouse up" has been fixed.
1336
+ - `#259960` - The issue "Expand and collapse not working on the Mindmap Layout" has been fixed.
1337
+ - `#260287` - The issue "left most node unable to be selected in the layout sample" has been fixed.
1338
+ - `#256458` - The diagram html content is cutoff, while exporting the diagram issue has been fixed.
1339
+ - `#259774` - The issue with connector and node opacity that is decreased while expanding and collapsing a ComplexHierarchicalTree layout has been fixed.
1340
+ - `#259981` - Provides support to add group node children at runtime.
1341
+
1342
+ ## 17.4.44 (2021-01-21)
1343
+
1344
+ ### Diagram
1345
+
1346
+ #### Bug Fixes
1347
+
1348
+ - `#259960` - The issue "Expand and collapse not working on the Mindmap Layout" has been fixed.
1349
+ - `#260287` - The issue "left most node unable to be selected in the layout sample" has been fixed.
1350
+ - `#256458` - The diagram html content is cutoff, while exporting the diagram issue has been fixed.
1351
+ - `#259774` - The issue with connector and node opacity that is decreased while expanding and collapsing a ComplexHierarchicalTree layout has been fixed.
1352
+ - `#259981` - Provides support to add group node children at runtime.
1353
+
1354
+ ## 17.4.43 (2020-01-14)
1355
+
1356
+ ### Diagram
1357
+
1358
+ #### Bug Fixes
1359
+
1360
+ - `#259627` - The issue "Performance improvement with HTML node" has been fixed.
1361
+ - `#259329` - The issue "Polyline target decorator is not aligned properly at runtime" has been fixed.
1362
+ - `F149983` - The exception occurred while changing the z-index for group node at run time has been fixed.
1363
+ - `259000` - The issue "ConnectionChange Event does not triggered in mouse up" has been fixed.
1364
+
1365
+ ## 17.4.41 (2020-01-07)
1366
+
1367
+ ### Diagram
1368
+
1369
+ #### New Features
1370
+
1371
+ - `#232055` - Support has been provided to Clip/Ellipsis the annotation when textWrapping as WrapWithOverflow in the diagram.
1372
+ - `#253884` - Template support for HTML node has been provided.
1373
+ - `#236612`, `#242275` - The support has been provided to get the In and Out edges from ports.
1374
+
1375
+ #### Bug Fixes
1376
+
1377
+ - `#258539` - The issue "Unable to move the connector together with the group when editing an Orthogonal connector segment in a group" has been fixed.
1378
+
1379
+ ## 17.4.40 (2019-12-24)
1380
+
1381
+ ### Diagram
1382
+
1383
+ #### Bug Fixes
1384
+
1385
+ - `#258522` - The issue with the connector that is not attached to the node when we draw a connector at the edge of the port has been fixed.
1386
+
1387
+ ## 17.4.39 (2019-12-17)
1388
+
1389
+ ### Diagram
1390
+
1391
+ #### New Features
1392
+
1393
+ - `#248460`,`#253930` - The support has been provided to restrict the movement of lane children beyond their boundaries.
1394
+ - `#254732` - The support has been provided to rearrange lanes within the swimlane.
1395
+
1396
+ #### Bug Fixes
1397
+
1398
+ - `F149060` - The issue "unable to remove the connector drawn at the run time" has been fixed.
1399
+ - `F148889` - The issue with the collectionChange event arguments that do not have parentId information in the element property has been fixed.
1400
+ - `F148889` - The issue with the TextAnnotation element size that grows on every move has been fixed.
1401
+ - `F148889` - Exception raises when we clear and change the text of TextAnnotation node and click to focus on other element has been fixed.
1402
+ - `F148889` - The issue with the Position change event that is not raised properly has been fixed.
1403
+ - `#227953` - The issue with updating line routing dynamically has been fixed.
1404
+ - `#254993` - The issue "Text Wrapping is not working for lane headers" has been fixed.
1405
+ - `#255299` - Visibility issue while using image as content for user handle is now fixed.
1406
+ - `#249873` - The issue with an exception that thrown while dragging an element from the pale if we have several diagrams and destroy one diagram has been resolved.
1407
+ - `#F147762` - The issue "Template annotation drawn numerous times during runtime changes" has been fixed.
1408
+ - `#249484` - The issue "Multi-selected node rotation not rotating based on center" has been resolved.
1409
+ - `#242645` - The issue "Unable to select a node in swimlane" has been fixed.
1410
+ - `#249697` - The selection after drag and drop the nodes out side of the diagram region is now working fine.
1411
+ - `#250965` - The performance issue occurs while dragging the diagram elements in flowchart samples has been resolved.
1412
+ - `#F148052` - The issue "CollectionChange event support while adding lanes at runtime" has been fixed.
1413
+ - `#250191` - The issue "Exception raised while deleting a node/connector when you set a diagram node/connector Id as a number" has been fixed.
1414
+ - The issue "Unable to hide a layer at runtime" has been fixed.
1415
+ - `#249091` - The issue with the grid lines that are black in Safari browser for Angular sample has been fixed.
1416
+ - Now, the image size will be set as image node size when the size is not given.
1417
+ - `#246889` - The issue "Context menu event will be triggered in ubuntu before the mouse up event, while context menu event will be fired in windows after mouse up" has been fixed.
1418
+ - `#253855` - The exception that thrown in addNodeToLane method because Undo/Redo Module is not injected has been fixed.
1419
+ - `#253804` - The issue with the Swimlane Header annotation styles that are unable to change has been fixed.
1420
+ - `#254194` - The issue "when resizing the text node, text content does not wraps with respect to node size" has been fixed.
1421
+ - `#253742` - The issue "children in the swimlane cannot be selected when resizing the lane, which is outside the view ports" has been fixed.
1422
+ - `F148797`,`F148792` - The issue with the Swimlane Header annotation styles that are unable to change has been fixed.
1423
+ - `#249143` - The issue "Horizontal and vertical alignment not working for the complex hierarchical layout" has been fixed.
1424
+ - `#256080` - The issue with the shapes in the overview component that cannot be dragged, if the diagram ScrollLimit is Limited has been fixed.
1425
+ - `#256513` - The issue "Not able to determine undo/redo action in the historyChange event" has been fixed.
1426
+ - `F149553` - The issue with the position of nodes in the layout that is not retained when we interact and serialize the diagram with the layout at runtime has been fixed.
1427
+
1428
+ ## 17.3.30 (2019-12-03)
1429
+
1430
+ ### Diagram
1431
+
1432
+ #### Bug Fixes
1433
+
1434
+ - `#256513` - The issue "Not able to determine undo/redo action in the historyChange event" has been fixed.
1435
+ - `F148889` - The issue with the collectionChange event arguments that do not have parentId information in the element property has been fixed.
1436
+ - `F148889` - The issue with the TextAnnotation element size that grows on every move has been fixed.
1437
+ - `F148889` - Exception raises when we clear and change the text of TextAnnotation node and click to focus on other element has been fixed.
1438
+ - `F148889` - The issue with the Position change event that is not raised properly has been fixed.
1439
+
1440
+ ## 17.3.29 (2019-11-26)
1441
+
1442
+ ### Diagram
1443
+
1444
+ #### New Features
1445
+
1446
+ - `#248460`,`#253930` - The support has been provided to restrict the movement of lane children beyond their boundaries.
1447
+ - `#254732` - The support has been provided to rearrange lanes within the swimlane.
1448
+
1449
+ #### Bug Fixes
1450
+
1451
+ - `F149060` - The issue "unable to remove the connector drawn at the run time" has been fixed.
1452
+ - `#227953` - The issue with updating line routing dynamically has been fixed.
1453
+ - `#254993` - The issue "Text Wrapping is not working for lane headers" has been fixed.
1454
+ - `#255299` - Visibility issue while using image as content for user handle is now fixed.
1455
+
1456
+ ## 17.3.28 (2019-11-19)
1457
+
1458
+ ### Diagram
1459
+
1460
+ #### Bug Fixes
1461
+
1462
+ - `#254194` - The issue "when resizing the text node, text content does not wraps with respect to node size" has been fixed.
1463
+
1464
+ - `#253742` - The issue "children in the swimlane cannot be selected when resizing the lane, which is outside the view ports" has been fixed.
1465
+
1466
+ - `F148797`,`F148792` - The issue with the Swimlane Header annotation styles that are unable to change has been fixed.
1467
+
1468
+ ## 17.3.27 (2019-11-12)
1469
+
1470
+ ### Diagram
1471
+
1472
+ #### Bug Fixes
1473
+
1474
+ - `#246889` - The issue "Context menu event will be triggered in ubuntu before the mouse up event, while context menu event will be fired in windows after mouse up" has been fixed.
1475
+ - `#253855` - The exception that thrown in addNodeToLane method because Undo/Redo Module is not injected has been fixed.
1476
+ - `#253804` - The issue with the Swimlane Header annotation styles that are unable to change has been fixed.
1477
+
1478
+ ## 17.3.21 (2019-10-30)
1479
+
1480
+ ### Diagram
1481
+
1482
+ #### Bug Fixes
1483
+
1484
+ - `#249091` - The issue with the grid lines that are black in Safari browser for Angular sample has been fixed.
1485
+
1486
+ ## 17.3.19 (2019-10-22)
1487
+
1488
+ ### Diagram
1489
+
1490
+ #### Bug Fixes
1491
+
1492
+ - `#250965` - The performance issue occurs while dragging the diagram elements in flowchart samples has been resolved.
1493
+ - `#F148052` - The issue "CollectionChange event support while adding lanes at runtime" has been fixed.
1494
+ - `#250191` - The issue "Exception raised while deleting a node/connector when you set a diagram node/connector Id as a number" has been fixed.
1495
+ - The issue "Unable to hide a layer at runtime" has been fixed.
1496
+
1497
+ ## 17.3.17 (2019-10-15)
1498
+
1499
+ ### Diagram
1500
+
1501
+ #### New Features
1502
+
1503
+ - `#249143` - The issue "Horizontal and vertical alignment not working for the complex hierarchical layout" has been fixed.
1504
+
1505
+ #### Bug Fixes
1506
+
1507
+ - `#249873` - The issue with an exception that thrown while dragging an element from the pale if we have several diagrams and destroy one diagram has been resolved.
1508
+ - `#F147762` - The issue "Template annotation drawn numerous times during runtime changes" has been fixed.
1509
+ - `#249484` - The issue "Multi-selected node rotation not rotating based on center" has been resolved.
1510
+ - `#242645` - The issue "Unable to select a node in swimlane" has been fixed.
1511
+ - `#249697` - The selection after drag and drop the nodes out side of the diagram region is now working fine.
1512
+
1513
+ ## 17.3.14 (2019-10-03)
1514
+
1515
+ ### Diagram
1516
+
1517
+ #### Bug Fixes
1518
+
1519
+ - `#F147622` - The issue "Annotation content is not properly aligned for Bezier connector when Segments has control points" has been resolved.
1520
+ - `#247074` - The issue "Overview size reset to zero while resizing the browser window" has been resolved.
1521
+ - `#248460` - The node ports of all diagram nodes are visible when we move a single node in the diagram has been fixed.
1522
+ - `F147492` - The issue "dragging one node and dropping it to another node, the node highlighter not removed" has been fixed.
1523
+ - `#F147578`- Exception raised on swim lane rendering has been fixed.
1524
+ - `#247967` - Exception raised while moving overview rectangle when HTML node contains SVG tag has been fixed.
1525
+ - `#249149` - Console errors occur when try to edit the orthogonal segments using Ctrl+Shift+click is now resolved.
1526
+
1527
+ ## 17.3.9-beta (2019-09-20)
1528
+
1529
+ ### Diagram
1530
+
1531
+ #### New Features
1532
+
1533
+ - `211256`,`227953`,`243284` - Automatic line routing support have been added.
1534
+ - `#242645` - The issue "Support to add node in lanes collection at runtime" is now resolved.
1535
+
1536
+ #### Bug Fixes
1537
+
1538
+ - `#243153` - Annotation wrapping is now working with textWrapping as WrapWithOverflow when there is a space in the annotation content.
1539
+ - `#242713` - The diagram connectors is now exported properly with WebKit.
1540
+ - `#247140` - The improper position of HTML node's in the overview has been fixed.
1541
+ - `#F147015` - The issue on printing the diagram content alone in multiple page when margin is set as zero has been fixed.
1542
+ - `#246626` - The issue "Hidden layered objects visible while changing the properties" is now resolved.
1543
+ - `#245915` - Now, the z-index of the HTML nodes works properly.
1544
+ - `#245696`,`#245047`,`#244836` - Now, the Angular diagram will be rendered properly when we set the target as es6/es2015 in ts.config file.
1545
+ - `#244623` - The issue "Flip not working for HTML node" is now resolved.
1546
+ - `#242968` - Now, the sequence connector updated properly while changing port to port connection at runtime.
1547
+ - `#244365` - Now, the user handle events firing after zoom in the diagram is validated.
1548
+ - `#245231` - The issue "When we draw multiple nodes horizontally and update layout at runtime, connectors are not updated in straight" is now resolved.
1549
+ - `#244804` - The fill color for target Decorator is now applied properly for sequence connector.
1550
+ - `#245061` - The issue "Nodes beyond the diagram view port also rendered dynamically, when enable the virtualization" is now resolved.
1551
+ - `#146327` - The issue "Layout not working for Group Node" is now resolved.
1552
+ - `#243648` - The issue "Exception raised while adding UML class shapes at runtime" is now resolved.
1553
+ - `#146017` - The issue "Decorator is not aligned properly in palette when we set large stroke Width for it" is now resolved.
1554
+ - `#242713` - The issue "Diagram Connectors not exported properly using web kit" is now resolved.
1555
+ - `#244589`, `#244046` - The issue "Context menu properties are generated in MVC" is now resolved.
1556
+ - `#243734` - The issue "Symbol Palette - first palette element gets removed while refresh the palette" is now resolved.
1557
+ - `#244519` - The issue "Support to delete a lane from swimlane" is now resolved.
1558
+ - The issue "Ports are not rendered when we enable virtualization" is now resolved.
1559
+ - `#243785` - The issue "Symbol palette first row expands twice on click" is now resolved.
1560
+ - `#243648` - The issue "Exception raised while adding UML class shapes at runtime" is now resolved.
1561
+ - `#146017` - The issue "Decorator is not aligned properly in palette when we set large stroke width for it" is now resolved.
1562
+
1563
+ ## 17.2.49 (2019-09-04)
1564
+
1565
+ ### Diagram
1566
+
1567
+ #### Bug Fixes
1568
+
1569
+ - `#246626` - The issue "Hidden layered objects visible while changing the properties" is now resolved.
1570
+ - `#245915` - Now, the z-index of the HTML nodes works properly.
1571
+
1572
+ ## 17.2.46 (2019-08-22)
1573
+
1574
+ ### Diagram
1575
+
1576
+ #### Bug Fixes
1577
+
1578
+ - `#245696`,`#245047`,`#244836` - Now, the Angular diagram will be rendered properly when we set the target as es6/es2015 in ts.config file.
1579
+ - `#244623` - The issue "Flip not working for HTML node" is now resolved.
1580
+ - `#242968` - Now, the sequence connector updated properly while changing port to port connection at runtime.
1581
+ - `#244365` - Now, the user handle events firing after zoom in the diagram is validated.
1582
+ - `#245231` - The issue "When we draw multiple nodes horizontally and update layout at runtime, connectors are not updated in straight" is now resolved.
1583
+ - `#244804` - The fill color for target Decorator is now applied properly for sequence connector.
1584
+ - `#245061` - The issue "Nodes beyond the diagram view port also rendered dynamically, when enable the virtualization" is now resolved.
1585
+
1586
+ - `#245696`,`#245047`,`#244836` - Now, the Angular diagram will be rendered properly when we set the target as es6/es2015 in ts.config file.
1587
+
1588
+ ## 17.2.41 (2019-08-14)
1589
+
1590
+ ### Diagram
1591
+
1592
+ #### Bug Fixes
1593
+
1594
+ - `#146327` - The issue "Layout not working for Group Node" is now resolved.
1595
+ - `#243648` - The issue "Exception raised while adding UML class shapes at runtime" is now resolved.
1596
+ - `#146017` - The issue "Decorator is not aligned properly in palette when we set large stroke Width for it" is now resolved.
1597
+ - `#242713` - The issue "Diagram Connectors not exported properly using web kit" is now resolved.
1598
+ - `#244589`, `#244046` - The issue "Context menu properties are generated in MVC" is now resolved.
1599
+ - `#243734` - The issue "Symbol Palette - first palette element gets removed while refresh the palette" is now resolved.
1600
+ - `#244519` - The issue "Support to delete a lane from swimlane" is now resolved.
1601
+ - The issue "Ports are not rendered when we enable virtualization" is now resolved.
1602
+
1603
+ ## 17.2.40 (2019-08-06)
1604
+
1605
+ ### Diagram
1606
+
1607
+ #### Bug Fixes
1608
+
1609
+ - `#243785` - The issue "Symbol palette first row expands twice on click" is now resolved.
1610
+ - `#243648` - The issue "Exception raised while adding UML class shapes at runtime" is now resolved.
1611
+ - `#146017` - The issue "Decorator is not aligned properly in palette when we set large stroke width for it" is now resolved.
1612
+
1613
+ ## 17.2.39 (2019-07-30)
1614
+
1615
+ ### Diagram
1616
+
1617
+ #### New Features
1618
+
1619
+ - `#242645` - The issue "Support to add node in lanes collection at runtime" is now resolved.
1620
+
1621
+ #### Bug Fixes
1622
+
1623
+ - `#243078` - The issue "Hidden layer is visible" is now resolved.
1624
+ - The issue "Context menu re-opens if you click a menu item quickly" is now working fine.
1625
+
1626
+ ## 17.2.36 (2019-07-24)
1627
+
1628
+ ### Diagram
1629
+
1630
+ #### Bug Fixes
1631
+
1632
+ - #236860, #237139 - The issue "MouseMove event is not triggered in Firefox" is now resolved.
1633
+ - #241680 - The issue "Nodes drawn using drawing tools not appeared in overview" is now resolved.
1634
+ - #240493 - The console error thrown while resizing the window in Chrome has been fixed.
1635
+ - #242332 - The issue "ContextMenu not appears while clicking an empty diagram" is now resolved.
1636
+
1637
+ ## 17.2.35 (2019-07-17)
1638
+
1639
+ ### Diagram
1640
+
1641
+ #### Bug Fixes
1642
+
1643
+ - #239193 - The issue "element does not placed properly when specify the position as (0,0)" is now resolved.
1644
+
1645
+ ## 17.2.28-beta (2019-06-27)
1646
+
1647
+ ### Diagram
1648
+
1649
+ #### Breaking Changes
1650
+
1651
+ - The `hyperLink` property in the Shape Annotation and Path annotation is renamed properly as `hyperlink`.
1652
+ - The `class` property in the UML Classifier shape is renamed properly as `classShape`.
1653
+ - The `interface` property in the UML Classifier shape is renamed properly as `interfaceShape`.
1654
+ - The `enumeration` property in the UML Classifier shape is renamed properly as `enumerationShape`.
1655
+ - The `data` property is removed from the DataSource property of the diagram.
1656
+ - The `dataManager` property in the DataSource is renamed to `DataSource`.
1657
+
1658
+ #### New Features
1659
+
1660
+ - #228504 – Support has been provided to customize the tooltip of the diagram.
1661
+ - #231402 – Support has been provided to show/hide segment thumb of the connector.
1662
+ – An option has been added to set the icons and template in the diagram user handles.
1663
+ - #232055 - Text overflow support for annotation when wrapping is enabled for annotation has been added.
1664
+
1665
+ #### Bug Fixes
1666
+
1667
+ - Z-index for nodes/connectors is now properly updated when rendering the nodes/connectors with same z-index in symbol palette and drag and drop the nodes from the symbol palette to the diagram.
1668
+ - Now, the connection between the ports has been established when remove the InConnect/OutConnect from node’s constraints.
1669
+ - Issue with the “Layer’s z-index property and sendLayerBackward/bringLayerForward API methods” has been fixed.
1670
+ - #232371 - Drag and drop the nodes from symbol palette to the diagram will no longer work if the SymbolPalette "allowDrag" property set to false at runtime.
1671
+ - Now, the connector can be moved over the connection disabled node when drawing the connector using drawing tools.
1672
+ - #232226 - The issue "Annotation added multiple times in DOM if annotation's text overflow enabled and select the node" has been fixed.
1673
+ - #232343 - Diagram's selectionChange event is now triggered properly when selecting another node or unselect the selected node in less than 1 second after dragging the node.
1674
+ - Diagram's propertyChange event is now triggered properly when move the node using keyboard and undo/redo dragged node.
1675
+ - #233008 - BPMN sequence connector does not move with stroke when its dependent node is moved issue is now fixed.
1676
+ - When changing the node's path data at run time, it scales properly with respect to node's size.
1677
+ - When changing the trigger type of BPMN's Task shape at run time, the trigger shape is positioned properly.
1678
+ - Now, the connector's decorator is docked properly when layout is enabled and drag the node.
1679
+ - When zooming the diagram, the user handles position is updated properly with respect to zoom percentage.
1680
+ - If boundaryConstraints is enabled and node's rotateAngle is changed at run time, node does not exceed the boundary limit.
1681
+ - When changing the annotation's properties at run time, annotation will update properly.
1682
+ - #234537 - Conditional sequence connector is now working properly when connected with BPMN Service shape.
1683
+ - #234307 - Undo/redo is now working properly when modifying the annotation's font size at run time.
1684
+ - #234106 - When the node having different size and executing the layout, nodes are now arranged properly.
1685
+ - The `hyperLink` property in the Shape Annotation and Path annotation is renamed properly as `hyperlink`.
1686
+ - #234537 - The BPMN shape style is now applied to the BPMN inner elements.
1687
+ - #235977 - The issue "User handles drawn multiple times while dragging a node from the palette" has been resolved.
1688
+ - #235742 - The issue with the oldValue of selectionChange is shown incorrect when mouse down on node has been resolved.
1689
+ - #235794 - The `textEdit` event is now fired in Edge browser.
1690
+ - #236322 - The module property in the package.json has been updated.
1691
+ - #237131 - The issue "Layout is messed up when diagram have disconnected nodes" has been resolved using complex hierarchical tree layout.
1692
+ - #237533 - The issue "min-height and min-width properties of node does not updated properly at run time" has been resolved.
1693
+ - #236866 - The issue with tooltip is shown even after deleting the node has been resolved.
1694
+
1695
+ ## 17.1.50 (2019-06-04)
1696
+
1697
+ ### Diagram
1698
+
1699
+ #### Bug Fixes
1700
+
1701
+ - #237131 - The issue "Layout is messed up when diagram have disconnected nodes" has been resolved using complex hierarchical tree layout.
1702
+ - #237533 - The issue "min-height and min-width properties of node does not updated properly at run time" has been resolved.
1703
+
1704
+ ## 17.1.49 (2019-05-29)
1705
+
1706
+ ### Diagram
1707
+
1708
+ #### Breaking Changes
1709
+
1710
+ - The `data` property is removed from the DataSource property of the diagram.
1711
+
1712
+ ## 17.1.48 (2019-05-21)
1713
+
1714
+ ### Diagram
1715
+
1716
+ #### Breaking Changes
1717
+
1718
+ - The `class` property in the UML Classifier shape is renamed properly as `classShape`.
1719
+ - The `interface` property in the UML Classifier shape is renamed properly as `interfaceShape`.
1720
+ - The `enumeration` property in the UML Classifier shape is renamed properly as `enumerationShape`.
1721
+
1722
+ #### Bug Fixes
1723
+
1724
+ - #234537 - The BPMN shape style is now applied to the BPMN inner elements.
1725
+ - #235977 - The issue "User handles drawn multiple times while dragging a node from the palette" has been resolved.
1726
+ - #235742 - The issue with the oldValue of selectionChange is shown incorrect when mouse down on node has been resolved.
1727
+ - #235794 - The `textEdit` event is now fired in Edge browser.
1728
+ - #236322 - The module property in the package.json has been updated.
1729
+
1730
+ ## 17.1.47 (2019-05-14)
1731
+
1732
+ ### Diagram
1733
+
1734
+ #### Breaking Changes
1735
+
1736
+ - The `hyperLink` property in the Shape Annotation and Path annotation is renamed properly as `hyperlink`.
1737
+
1738
+ #### Bug Fixes
1739
+
1740
+ ## 17.1.44 (2019-05-07)
1741
+
1742
+ ### Diagram
1743
+
1744
+ #### Bug Fixes
1745
+
1746
+ - #234537 - Conditional sequence connector is now working properly when connected with BPMN Service shape.
1747
+ - #234307 - Undo/redo is now working properly when modifying the annotation's font size at run time.
1748
+ - #234106 - When the node having different size and executing the layout, nodes are now arranged properly.
1749
+
1750
+ ## 17.1.43 (2019-04-30)
1751
+
1752
+ ### Diagram
1753
+
1754
+ #### Bug Fixes
1755
+
1756
+ - When changing the node's path data at run time, it scales properly with respect to node's size.
1757
+ - When changing the trigger type of BPMN's Task shape at run time, the trigger shape is positioned properly.
1758
+ - Now, the connector's decorator is docked properly when layout is enabled and drag the node.
1759
+ - When zooming the diagram, the user handles position is updated properly with respect to zoom percentage.
1760
+ - If boundaryConstraints is enabled and node's rotateAngle is changed at run time, node does not exceed the boundary limit.
1761
+ - When changing the annotation's properties at run time, annotation will update properly.
1762
+
1763
+ ## 17.1.41 (2019-04-16)
1764
+
1765
+ ### Diagram
1766
+
1767
+ - #232371 - Drag and drop the nodes from symbol palette to the diagram will no longer work if the SymbolPalette "allowDrag" property set to false at runtime.
1768
+ - Now, the connector can be moved over the connection disabled node when drawing the connector using drawing tools.
1769
+ - #232226 - The issue "Annotation added multiple times in DOM if annotation's text overflow enabled and select the node" has been fixed.
1770
+ - #232343 - Diagram's selectionChange event is now triggered properly when selecting another node or unselect the selected node in less than 1 second after dragging the node.
1771
+ - Diagram's propertyChange event is now triggered properly when move the node using keyboard and undo/redo dragged node.
1772
+ - #233008 - BPMN sequence connector does not move with stroke when its dependent node is moved issue is now fixed.
1773
+
1774
+ ## 17.1.40 (2019-04-09)
1775
+
1776
+ ### Diagram
1777
+
1778
+ - Z-index for nodes/connectors is now properly updated when rendering the nodes/connectors with same z-index in symbol palette and drag and drop the nodes from the symbol palette to the diagram.
1779
+ - Now, the connection between the ports has been established when remove the InConnect/OutConnect from node’s constraints.
1780
+ - Issue with the “Layer’s z-index property and sendLayerBackward/bringLayerForward API methods” has been fixed.
1781
+
1782
+ ## 17.1.38 (2019-03-29)
1783
+
1784
+ ### Diagram
1785
+
1786
+ #### New Features
1787
+
1788
+ - Support added to create a swimlane diagram using code or a visual interface with built-in swim lane shapes.
1789
+ - Support provided to prevent “previous selection gets cleared when dragging a new symbol from the symbol palette and dropping it to the diagram”.
1790
+ - Support provided to cancel the drag and drop operation from the symbol palette to the diagram when the ESC key is pressed.
1791
+ - Support provided to define the padding between the connector’s end point and the object to which it gets connected.
1792
+ - Option has been provided to retain the selection of an object when performing undo and redo operations.
1793
+ - Option provided to prevent serializing default properties when the diagram is serialized as JSON format.
1794
+ - Padding option added to scroll settings.
1795
+ - Now, it is possible to export HTML and native nodes to image format.
1796
+ - Support provided to limit the number of actions to be stored in the history manager.
1797
+
1798
+ #### Bug Fixes
1799
+
1800
+ - The "nodes distributed incorrectly" issue has been fixed.
1801
+ - The "duplicate SVG appears when node's SVG is changed" issue has been fixed.
1802
+ - Drop event is now fixed when drag and drop other component is now working fine.
1803
+ - Diagram does not zoom based on the center point is now working fine.
1804
+ - Background color of the label and nodes will be black by default while updating dynamically is now working fine.
1805
+ - Background color issue found while on text editing is not fixed.
1806
+ - Connections have created from port after removing the constraints is now working fine.
1807
+ - Performance issue on diagram layout has been fixed.
1808
+
1809
+ ## 17.1.32-beta (2019-03-13)
1810
+
1811
+ ### Diagram
1812
+
1813
+ #### New Features
1814
+
1815
+ - Support added to create a swimlane diagram using code or a visual interface with built-in swim lane shapes.
1816
+ - Support provided to prevent “previous selection gets cleared when dragging a new symbol from the symbol palette and dropping it to the diagram”.
1817
+ - Support provided to cancel the drag and drop operation from the symbol palette to the diagram when the ESC key is pressed.
1818
+ - Support provided to define the padding between the connector’s end point and the object to which it gets connected.
1819
+ - Option has been provided to retain the selection of an object when performing undo and redo operations.
1820
+ - Option provided to prevent serializing default properties when the diagram is serialized as JSON format.
1821
+ - Padding option added to scroll settings.
1822
+ - Now, it is possible to export HTML and native nodes to image format.
1823
+ - Support provided to limit the number of actions to be stored in the history manager.
1824
+
1825
+ #### Bug Fixes
1826
+
1827
+ - Drop event is now fixed when drag and drop other component is now working fine.
1828
+ - Diagram does not zoom based on the center point is now working fine.
1829
+ - Background color of the label and nodes will be black by default while updating dynamically is now working fine.
1830
+ - Background color issue found while on text editing is not fixed.
1831
+ - Connections have created from port after removing the constraints is now working fine.
1832
+ - Performance issue on diagram layout has been fixed.
1833
+
1834
+ ## 16.4.54 (2019-02-19)
1835
+
1836
+ ### Diagram
1837
+
1838
+ #### Bug Fixes
1839
+
1840
+ - Z-order maintained properly now when adding the nodes at runtime.
1841
+ - Port dragging now working properly after rotating the nodes.
1842
+ - When dragging the port, connectors associated with the ports updated properly.
1843
+ - If anyone of the selected nodes doesn’t have rotate constraints, rotate handle no longer visible with the selection handles.
1844
+
1845
+ ## 16.4.53 (2019-02-13)
1846
+
1847
+ ### Diagram
1848
+
1849
+ #### New Features
1850
+
1851
+ - Support to flip the node/connector in both horizontal and vertical direction has been added.
1852
+
1853
+ ## 16.4.52 (2019-02-05)
1854
+
1855
+ ### Diagram
1856
+
1857
+ #### Bug Fixes
1858
+
1859
+ - Exception thrown while enable zoom and pan tool dynamically is now working fine.
1860
+ - Exception thrown while build the diagram component with production mode is now working fine.
1861
+
1862
+ ## 16.4.48 (2019-01-22)
1863
+
1864
+ ### Diagram
1865
+
1866
+ #### Bug Fixes
1867
+
1868
+ - Updating data source at runtime is now working properly even if you did not define layout for a diagram.
1869
+ - Now, you can modify the nodes and connectors styles at runtime.
1870
+
1871
+ ## 16.4.47 (2019-01-16)
1872
+
1873
+ ### Diagram
1874
+
1875
+ #### Bug Fixes
1876
+
1877
+ - Connector label position is misplaced while adding the connector in layout at run time is working fine now.
1878
+
1879
+ ## 16.4.46 (2019-01-08)
1880
+
1881
+ ### Diagram
1882
+
1883
+ #### Bug Fixes
1884
+
1885
+ - Performance has been improved when dragging more number of nodes and connectors.
1886
+ - Issue on applying style for connector’s annotation is now fixed.
1887
+
1888
+ ## 16.4.44 (2018-12-24)
1889
+
1890
+ ### Diagram
1891
+
1892
+ #### Bug Fixes
1893
+
1894
+ - Alignment issue on complex hierarchical tree layout with complex data source is working fine.
1895
+
1896
+ ## 16.4.40-beta (2018-12-10)
1897
+
1898
+ ### Diagram
1899
+
1900
+ #### New Features
1901
+
1902
+ - Support to create a UML class diagram through code or a visual interface with the built-in class diagram shapes is added.
1903
+ - Support to create a UML activity diagram through code or a visual interface with the built-in activity shapes is added.
1904
+ - Support to limit the label positions while dragging a label from the connector is added.
1905
+ - Support to generate a diagram by reading the data from the database, and updating the database with the newly inserted/updated/deleted nodes and connectors is added.
1906
+ - Support to render a large number of nodes and connectors in a diagram for effective performance is added.
1907
+ - Template support for annotation is added.
1908
+
1909
+ ## 16.3.33 (2018-11-20)
1910
+
1911
+ ### Diagram
1912
+
1913
+ #### Bug Fixes
1914
+
1915
+ - Exception thrown when adding the child to the Node which has multiple parent Child is now working fine.
1916
+ - Textbox lost its focus when we mouse up on Diagram is now working fine.
1917
+ - Issue with expand collapse, when the child having more than one parent have been fixed.
1918
+ - Issue on measuring path element while refreshing the diagram is now working fine.
1919
+
1920
+ ## 16.3.29 (2018-10-31)
1921
+
1922
+ ### Diagram
1923
+
1924
+ #### Bug Fixes
1925
+
1926
+ - Node position is not updated properly in expand and collapse feature is now fixed.
1927
+ - Diagram getting overflow when use a flex layout UI 100% width/height is now working properly.
1928
+
1929
+ ## 16.3.27 (2018-10-23)
1930
+
1931
+ ### Diagram
1932
+
1933
+ #### Bug Fixes
1934
+
1935
+ - Improper positioning of group offset in initial rendering is working properly.
1936
+
1937
+ ## 16.3.25 (2018-10-15)
1938
+
1939
+ ### Diagram
1940
+
1941
+ #### Bug Fixes
1942
+
1943
+ - Connector annotation not hide on Expand and Collapse is now working properly.
1944
+ - Gridlines not disables dynamically is now working properly.
1945
+
1946
+ ## 16.3.17 (2018-09-12)
1947
+
1948
+ ### Diagram
1949
+
1950
+ #### Bug Fixes
1951
+
1952
+ - Data binding for Native and HTML nodes is now working properly.
1953
+ - Issue with apply gradient for BPMN shapes has been fixed.
1954
+ - Issue with drop event argument has been fixed.
1955
+ - The image node is now rendered properly in the symbol palette.
1956
+
1957
+ #### New Features
1958
+
1959
+ - Annotation can be moved, rotated, and resized interactively.
1960
+ - Group node can be added into the symbol palette.
1961
+ - Poly line connector tool support has been added.
1962
+ - Text annotation can be associated with BPMN nodes interactively.
1963
+
1964
+ ## 16.2.47 (2018-08-07)
1965
+
1966
+ ### Diagram
1967
+
1968
+ #### Bug Fixes
1969
+
1970
+ - Issue on applying gradient for BPMN shapes have fixed.
1971
+ - Issue on rendering diagram in IE browser have been fixed.
1972
+ - Issue on template binding for HTML and Native node have been fixed.
1973
+
1974
+ ## 16.2.46 (2018-07-30)
1975
+
1976
+ ### Diagram
1977
+
1978
+ #### Bug Fixes
1979
+
1980
+ - Issue on Drag event arguments have been resolved.
1981
+ - Issue on changing the background image at run time has been fixed.
1982
+
1983
+ ## 16.2.45 (2018-07-17)
1984
+
1985
+ ### Diagram
1986
+
1987
+ #### Bug Fixes
1988
+
1989
+ - Issue on click event arguments have been resolved.
1990
+
1991
+ ## 16.2.41 (2018-06-25)
1992
+
1993
+ ### Diagram
1994
+
1995
+ The diagram component visually represents information. It is also used to create diagrams like flow charts, organizational charts, mind maps, and BPMN either through code or a visual interface.
1996
+
1997
+ - **Nodes** - Nodes are used to host graphical objects (path or controls) that can be arranged and manipulated on a diagram page. Many predefined standard shapes are included. Custom shapes can also be created and added easily.
1998
+ - **Connectors** - The relationship between two nodes is represented using a connector.
1999
+ - **Labels** - Labels are used to annotate nodes and connectors.
2000
+ - **Interactive Features** - Interactive features are used to improve the run time editing experience of a diagram.
2001
+ - **Data Binding** - Generates diagram with nodes and connectors based on the information provided from an external data source.
2002
+ - **Commands** - Supports a set of predefined commands that helps edit the diagram using keyboard. It is also possible to configure new commands and key combinations.
2003
+ - **Automatic Layout** - Automatic layouts are used to arrange nodes automatically based on a predefined layout logic. There is built-in support for organizational chart layout, hierarchical tree layout, symmetric layout, radial tree layout, and mind map layout.
2004
+ - **Overview Panel** - The overview panel is used to improve navigation experience when exploring large diagrams.
2005
+ - **SymbolPalettes** - The symbol palette is a gallery of reusable symbols and nodes that can be dragged and dropped on the surface of a diagram.
2006
+ - **Rulers** - The ruler provides horizontal and vertical guides for measuring diagram objects in diagram control.
2007
+ - **Serialization** - When saved in JSON format a diagram’s state persists, and then it can be loaded back using serialization.
2008
+ - **Exporting and Printing** - Diagrams can be exported as .png, .jpeg, .bmp, and .svg image files, and can also be printed as documents.
2009
+ - **Gridlines** - Gridlines are the pattern of lines drawn behind diagram elements. It provides a visual guidance while dragging or arranging the objects on a diagram surface.
2010
+ - **Page Layout** - The drawing surface can be configured to page-like appearance using page size, orientation, and margins.
2011
+ - **Context Menu** - Frequently used commands can easily be mapped to the context menu.