Skip to content

Releases: dagrejs/dagre

v2.0.0

23 Nov 09:12

Choose a tag to compare

What's Changed

Updated the dependencies to remove or replace Bower, Karma, JSHint and dependent libraries.

The old IIFE style library, for loading as a script tag and including dagre in the global namespace is available in the dagre[.min].js files.

A new import style library is available at dagre.esm.js

Full Changelog: v1.1.8...v2.0.0

v1.0.4

17 Nov 09:34

Choose a tag to compare

Preparing for release

v0.7.3

08 Jul 14:00

Choose a tag to compare

Update lodash to 3.10.0

v0.7.1

17 Dec 02:29

Choose a tag to compare

Minor improvement: quote JavaScript keywords.

v0.7.0

15 Dec 03:07

Choose a tag to compare

Fixes to horizontal positioning. See bd1c10b for details.

v0.6.4

02 Nov 04:38

Choose a tag to compare

v0.6.3

31 Oct 01:30

Choose a tag to compare

  • Added support for Require.JS (#156)

v0.6.2

29 Oct 13:44

Choose a tag to compare

  • Pull in graphlib v1.0.1

0.1.0

23 Aug 03:45

Choose a tag to compare

  • Support defaults in the DOT parser (#55)
  • Fixes to horizontal coordinate assignment (#67)
  • Fixes to rank optimizer (#68)
  • Added a helper for rendering graphs with D3 (#63) - thanks @bpodgursky!