Skip to content

Releases: d3/d3-transition

v0.1.3

22 Feb 00:11
Compare
Choose a tag to compare

v0.1.2

12 Feb 23:01
Compare
Choose a tag to compare

v0.1.1

12 Feb 23:02
Compare
Choose a tag to compare

v0.1.0

12 Feb 23:04
Compare
Choose a tag to compare

v0.0.9

10 Feb 20:00
Compare
Choose a tag to compare
  • Reuse interpolators, where possible, in transition.attr and transition.style.
  • Reuse dispatches, where possible, in transition.on.
  • Reuse tweens, where possible, in transition.tween.
  • Dispatch interrupt before clearing the interrupted transition, allowing chaining.
  • Chained transitions now use the preceding end as reference time, allowing custom delay.
  • Disallow modification of transition state after start.
  • Disallow modification of transition delay and listeners after schedule.
  • Disallow inspection of transition state after end.
  • Update dependencies.

v0.0.8

05 Feb 02:00
Compare
Choose a tag to compare
  • First mostly-functional release.