Skip to content

Commit 2ff018d

Browse files
authored
Release v2.2.0 (#999)
1 parent fd06960 commit 2ff018d

36 files changed

+8222
-6428
lines changed

CHANGELOG

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
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+
135
1-8-2018 (v2.1.4)
236
* reconfigure eslint
337
* add .editorconfig

demo/ts-demo/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
./vendor/
2-
./dist/*/**
1+
vendor/
2+
dist/

0 commit comments

Comments
 (0)