Skip to content

Releases: seliopou/elm-d3

0.4.2

26 Oct 15:57
Compare
Choose a tag to compare
  • Fix bug in update code for custom elements (worked but produced console errors)

v0.4.1

05 Oct 14:06
Compare
Choose a tag to compare
  • Fix syntax error in D3.Color runtime code (#19)

v0.4.0

26 Sep 17:45
Compare
Choose a tag to compare
  • Compatibility with 0.15.1

v0.3.0

29 Jan 02:30
Compare
Choose a tag to compare
  • Replace separate Selection and Widget types with a single unified D3 type.
  • Eliminate all Widget related operations
  • Repalce |^ operator with |- (formerly the Widget chain operator)
  • Introduce the bind operator, makes a |= f equivalent to a <.> bind f.

Note that in light of the latter change, the |= operator may disappear in future releases.

v0.2.1

11 Oct 03:21
Compare
Choose a tag to compare

v0.2.0

11 Oct 03:20
Compare
Choose a tag to compare
  • Compatibility with elm-0.12.3 FFI
  • Remove |-^ operator
  • Fix D3.Event module caching bug (#9)
  • Add support for D3 scales (#12)

Initial Release

01 May 03:04
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This is the initial release of elm-d3. For instructions on how to build it, see the README. There are examples in the examples/ directory, and much of the correspondence between D3 concepts and this library are included in the comments in src/D3.elm.