Skip to content

Releases: d3/d3-shape

v0.5.1

29 Jan 19:02
Compare
Choose a tag to compare
  • Generate anonymous AMD.

v0.5.0

28 Jan 18:56
Compare
Choose a tag to compare

v0.4.0

12 Jan 18:34
Compare
Choose a tag to compare

v0.3.0

29 Dec 21:07
Compare
Choose a tag to compare

v0.2.2

18 Dec 18:24
Compare
Choose a tag to compare
  • Improve the README.

v0.2.1

16 Dec 18:55
Compare
Choose a tag to compare
  • The arc generator is now more tolerant of floating point error.

v0.2.0

08 Dec 17:09
Compare
Choose a tag to compare

v0.1.0

02 Dec 20:36
Compare
Choose a tag to compare
  • Add cubic monotone interpolation (#38). Thanks, @jviide!
  • Change the default alpha for catmullRom to 0.5.
  • Change the default beta for bundle to 0.85.
  • Fix pie generator when |endAngle - startAngle| > τ.
  • Fix context and arguments to accessors (#35).
  • Added lots of documentation!

v0.0.3

24 Nov 00:01
Compare
Choose a tag to compare
  • Add arc.
  • Add area.
  • Add symbol.
  • Rename line.interpolate to line.curve.
  • Rename area.interpolate to area.curve.
  • Expose area and line curve implementations.

v0.0.2

14 Nov 03:38
Compare
Choose a tag to compare
  • Change everything about how line interpolation works.