Releases: kieler/elkjs
Releases · kieler/elkjs
0.9.3
Based on ELK 0.9.1
elkjs changes
- update to mocha 10.3.0 by @Eddykasp in #269
- #208 Add worker termination conditions and method by @skspade in #274
ELk Changes
These changes are not yet released in ELK, but are already included in this elkjs release.
- Consider node's size when computing available space in port placement by @Eddykasp eclipse/elk#955
For all changes and fixed issues see the ELK release notes.
0.9.2
0.9.1
Based on ELK 0.9.0
For changes and fixed issues see the release notes.
This is a technical release and it has no differences in features compared to elkjs 0.9.0.
0.9.0
Based on ELK 0.9.0
For changes and fixed issues see the release notes.
0.8.2
Based on ELK 0.8.1
For changes and fixed issues see the release notes.
0.8.1
Based on ELK 0.8.0
For changes and fixed issues see the release notes.
0.7.3-dev
Two fixes to elkjs itself:
Based on ELK 0.7.1 with the following additions (branch: releases/elkjs/0.7.2
):
- eclipse/elk#698 - Support node micro layout with further layout algorithm
- eclipse/elk#697 - Change default node label stacking dimension for Direction.UNDEFINED
- eclipse/elk#755 - Maximum call stack size exceeded in $connectedComponentsDFS
0.7.1
0.7.0
Based on ELK 0.7.0.
Notable differences:
- #84:
webworker-threads
has been replaced byweb-worker
, which is a mere wrapper around node's ownworker_threads
.
Sinceworker_threads
haven't been there forever, node v12 is required when using a webworker in the node context. - Using GWT 2.9.0 for transpiling instead of 2.8.2
0.6.2
Based on ELK 0.6.1
For changes and fixed issues see the release notes.