Skip to content

Releases: kieler/elkjs

0.10.0

13 Mar 14:04
Compare
Choose a tag to compare

Based on ELK 0.10.0

For changes and fixed issues see the release notes.

elkjs changes

  • #208 Add worker termination conditions and method by @skspade in #274
  • Enhance layout method typing with generic type by @cjayyy in #282
  • Remove DisCo from transpilation to elkjs because it somehow breaks the CI build by @Eddykasp in #288
  • add remove method for json adapter by @Eddykasp in #316
  • Add container property to ElkEdge by @tuckergordon in #209

Full Changelog: 0.9.3...0.10.0

0.9.3

16 Apr 08:27
Compare
Choose a tag to compare

Based on ELK 0.9.1

elkjs changes

ELk Changes

These changes are not yet released in ELK, but are already included in this elkjs release.

For all changes and fixed issues see the ELK release notes.

0.9.2

23 Feb 12:11
72b471e
Compare
Choose a tag to compare

Based on ELK 0.9.0

Includes a fix to microlayout in combination with rectpacking elk#997.

0.9.1

08 Jan 08:15
Compare
Choose a tag to compare

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

22 Dec 10:07
Compare
Choose a tag to compare

Based on ELK 0.9.0

For changes and fixed issues see the release notes.

0.8.2

05 Sep 06:54
Compare
Choose a tag to compare

Based on ELK 0.8.1

For changes and fixed issues see the release notes.

0.8.1

05 Sep 06:54
Compare
Choose a tag to compare

Based on ELK 0.8.0

For changes and fixed issues see the release notes.

0.7.3-dev

15 Jul 19:02
Compare
Choose a tag to compare

Two fixes to elkjs itself:

  • #127 - Allow proper inclusion in strict environments
  • #135 - Fixes to typescriptypest

Based on ELK 0.7.1 with the following additions (branch: releases/elkjs/0.7.2):

0.7.1

20 Dec 15:54
Compare
Choose a tag to compare

Based on ELK 0.7.1.

0.7.0

31 Jul 09:36
Compare
Choose a tag to compare

Based on ELK 0.7.0.

Notable differences:

  • #84: webworker-threads has been replaced by web-worker, which is a mere wrapper around node's own worker_threads.
    Since worker_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