Releases: d3/d3-force
Releases · d3/d3-force
v3.0.0
v2.1.1
v2.1.0
- Add forceCenter.strength. #81
- Add forceSimulation.randomSource.
- All built-in forces are now fully deterministic (including “jiggling” coincident nodes). #121
- Improve the default phyllotaxis layout slightly by offsetting by one half-radius.
- Improve the error message when a link references an unknown node.
- force.initialize is now passed a random source.
- Use exact paths in imports.
- Add more tests. #17
v2.0.1
v1.2.1
v1.2.0
- Add iterations argument to simulation.tick. Thanks, @vasturiano!
- Fix bug when initializing nodes with fixed positions. (#123) Thanks, @vasturiano!
v2.0.0
- Adopt ES 2015 syntax.
- Adopt ES Map in favor of d3-collection dependency.
- Add iterations argument to simulation.tick. Thanks, @vasturiano!
- Fix bug when initializing nodes with fixed positions. (#123) Thanks, @vasturiano!
This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-force 1.x or use a transpiler.
v1.1.2
v1.1.1
v1.1.0
- Add d3.forceRadial.
- Fix treatment of negative strengths in d3.forceManyBody. (#98) Thanks, @vasturiano!