d3 / d3-force

Force-directed graph layout using velocity Verlet integration.
https://d3js.org/d3-force
ISC License
1.82k stars 377 forks source link

prepare deps for d3v6 #171

Closed Fil closed 4 years ago

Fil commented 4 years ago

Note: because of the breaking changes in #81 (which impacts #17), #167 (and partly #45) this branch is "maximalist", and should be published as d3-force@3

The alternative option is to have a minimalist PR with almost no code change (ie only https://github.com/d3/d3-force/pull/171/commits/f429ab1582d397a5c6bad45a6c5e4bde91882a07 and #160), that we can keep as v2.

Fil commented 4 years ago

Split this PR into #172 (minimalist, d3-force@2) and #173 (includes breaking changes, d3-force@3)