Releases
v1.0.0
no more dependencies! d3 v6 and webcola are used are bundled together with greuler
migrate tooling to webpack
migrate homepage to react
Breaking changes
data.links
renamed to data.edges
(internally webcola still understands links
so the remap is done in greuler)
data.edges[*].weight
renamed to data.edges[*].displayWeight
(weight
is an internal property in webcola)
renamed iterations
property in instance.update({ iterations })
to intance.update({ layoutStartOptions })
removed player/Generator
class, instead transitions are now chained with a Promise based API
Changelog since last
build: ghpages deploy on push to main branch 2e83e53
fix: move hr to the right place 9e7f711
docs: overwrite default hr style ee928cb
docs: chaining transitions c0ab297
docs: change page title 2d3e19a
fix: traverseEdges now waits for up to 2 animations to complete f3cf0d1
docs: change first selector example wording b8122ea
feat: simplify edge/node transitions into a single class Selector b064475
feat: rename layout's engine args, iterations to layoutStartOptions ebffbb1
docs: add license, feat: add gtag 0ccad2c
build: target modern browsers only 6cf051b
build: target last 2 versions of chrome, safari, edge and firefox dd02135
docs: readme badges 0959210
v1.0.0-alpha6...v1.0.0
You can’t perform that action at this time.