Changelog
2.0.0 (2016-08-16)
Make d3Kit compatible with D3 v4. Key changes are due to:
d3.functor
and d3.rebind
. Implement helper functions as replacements.d3.dispatch
. Now use dispatch.call('x', ...)
instead of dispatch.x(...)
The npm package also remove d3
from dependencies
and add d3-selection
and d3-dispatch
to peerDependencies
instead.
In terms of development, switch from grunt to gulp and webpack and prepare to migrate each module to es2015.