|
| 1 | +30-10-2018 (v2.2.0) |
| 2 | + * update insecure dependencies (mainly Lodash v4.17.11) |
| 3 | + * use Karma+Istanbul to run tests |
| 4 | + * dia.Graph - getCellsBBox() takes cells' rotation into account |
| 5 | + * dia.Graph - fix cell removal after dry flag passed |
| 6 | + * dia.Paper - support relative dimensions (e.g. width='100%') |
| 7 | + * dia.Paper - add stopDelegation interactive option |
| 8 | + * dia.Paper - add magnetThreshold option (create a link when the pointer leaves the magnet) |
| 9 | + * dia.Paper - allow to stop propagation of paper events |
| 10 | + * dia.Element - add removePorts() |
| 11 | + * dia.ElementView - add element:magnet:pointerclick, element:magnet:dblpointerclick, element:magnet:contextmenu events |
| 12 | + * dia.ElementView - fix embeddingMode for Lodash v4+ |
| 13 | + * dia.ElementView - fix cell:pointerclick in Chrome after DOM change |
| 14 | + * dia.LinkView - prevent multiple validate connections for already snapped magnets |
| 15 | + * dia.LinkView - fix label rendering in IE |
| 16 | + * dia.Cell - JSON Markup accepts textContent and groupSelector properties |
| 17 | + * dia.CellView - presentaion attributes (attrs) are now applied in the order given |
| 18 | + * mvc.View - prevent multiple onRender() calls |
| 19 | + * mvc.View - add findAttribute() |
| 20 | + * mvc.View - prevent className undefined |
| 21 | + * dia.attributes - add ellipsis option for textWrap |
| 22 | + * dia.atributes - add refWidth2 and refHeight2 |
| 23 | + * shapes.standard - add background to BorderedImage |
| 24 | + * shapes.standard - add InscribedImage shape |
| 25 | + * shapes.pn - fix PlaceView |
| 26 | + * connectionPoints.Boundary - fix for non-graphical elements |
| 27 | + * routers.manhattan - prevent rounding errors, add padding option |
| 28 | + * routers.orthogonal - add padding option |
| 29 | + * linkTools - fix touch interactions |
| 30 | + * utils - normalize event.target in normalizeEvent() for <use> tag in IE |
| 31 | + * utils - improve parseCssNumeric() for restrictUnit parameter |
| 32 | + * Vectorizer - add isSVGGraphicsElement() |
| 33 | + * fix legacy PortsViewInterface |
| 34 | + |
1 | 35 | 1-8-2018 (v2.1.4)
|
2 | 36 | * reconfigure eslint
|
3 | 37 | * add .editorconfig
|
|
0 commit comments