inst/htmlwidgets/lib/d3kit/CHANGELOG.md

Change logs

v2.x.x

2.0.0 (2016-08-16)

Make d3Kit compatible with D3 v4. Key changes are due to:

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.

v1.x.x

1.1.0 (2016-04-07)

Add an option to select tag type for LayerOrganizer

new LayerOrganizer(container); //will create layers as <g> by default
new LayerOrganizer(container, 'div'); // will create layers as <div>

1.0.11 (2016-02-23)

Change main file to point to d3kit.min.js instead of d3kit.js

1.0.10 (2016-02-17)

Update D3 version in the dependencies to 3.5.16



timelyportfolio/treebar documentation built on May 31, 2019, 2:15 p.m.