Releases: d3/d3-dispatch
Releases · d3/d3-dispatch
v0.5.0
- Export to the global
d3
in vanilla environments (d3/d3#2840).
v0.4.4
v0.4.3
v0.4.2
v0.4.1
- Fix optimization warning in dispatch.call.
v0.4.0
- Support for multiple typenames with dispatch.on (#6).
- Replace dispatch.type.call with dispatch.call (#4).
- Replace dispatch.type.apply with dispatch.apply (#4).
- Add dispatch.copy (#5).