Releases: mauriciopoppe/greuler
Releases · mauriciopoppe/greuler
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 todata.edges
(internally webcola still understandslinks
so the remap is done in greuler)data.edges[*].weight
renamed todata.edges[*].displayWeight
(weight
is an internal property in webcola)- renamed
iterations
property ininstance.update({ iterations })
tointance.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