Skip to content

Commit

Permalink
Release v2.2.0 (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumilingus authored Oct 30, 2018
1 parent fd06960 commit 2ff018d
Show file tree
Hide file tree
Showing 36 changed files with 8,222 additions and 6,428 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
30-10-2018 (v2.2.0)
* update insecure dependencies (mainly Lodash v4.17.11)
* use Karma+Istanbul to run tests
* dia.Graph - getCellsBBox() takes cells' rotation into account
* dia.Graph - fix cell removal after dry flag passed
* dia.Paper - support relative dimensions (e.g. width='100%')
* dia.Paper - add stopDelegation interactive option
* dia.Paper - add magnetThreshold option (create a link when the pointer leaves the magnet)
* dia.Paper - allow to stop propagation of paper events
* dia.Element - add removePorts()
* dia.ElementView - add element:magnet:pointerclick, element:magnet:dblpointerclick, element:magnet:contextmenu events
* dia.ElementView - fix embeddingMode for Lodash v4+
* dia.ElementView - fix cell:pointerclick in Chrome after DOM change
* dia.LinkView - prevent multiple validate connections for already snapped magnets
* dia.LinkView - fix label rendering in IE
* dia.Cell - JSON Markup accepts textContent and groupSelector properties
* dia.CellView - presentaion attributes (attrs) are now applied in the order given
* mvc.View - prevent multiple onRender() calls
* mvc.View - add findAttribute()
* mvc.View - prevent className undefined
* dia.attributes - add ellipsis option for textWrap
* dia.atributes - add refWidth2 and refHeight2
* shapes.standard - add background to BorderedImage
* shapes.standard - add InscribedImage shape
* shapes.pn - fix PlaceView
* connectionPoints.Boundary - fix for non-graphical elements
* routers.manhattan - prevent rounding errors, add padding option
* routers.orthogonal - add padding option
* linkTools - fix touch interactions
* utils - normalize event.target in normalizeEvent() for <use> tag in IE
* utils - improve parseCssNumeric() for restrictUnit parameter
* Vectorizer - add isSVGGraphicsElement()
* fix legacy PortsViewInterface

1-8-2018 (v2.1.4)
* reconfigure eslint
* add .editorconfig
Expand Down
4 changes: 2 additions & 2 deletions demo/ts-demo/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
./vendor/
./dist/*/**
vendor/
dist/
Loading

0 comments on commit 2ff018d

Please sign in to comment.