Skip to content

Releases: d3/d3-force

v3.0.0

05 Jun 19:12
156712c
Compare
Choose a tag to compare
  • Adopt type: module.
  • Update dependencies.
  • Make build reproducible.

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

v2.1.1

23 Aug 22:45
@Fil Fil
Compare
Choose a tag to compare
  • Upgrade D3 dependencies

v2.1.0

19 Aug 07:34
@Fil Fil
Compare
Choose a tag to compare
  • 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

14 Mar 16:08
Compare
Choose a tag to compare
  • Fix bug when initializing nodes with fixed positions. (#135)

v1.2.1

14 Mar 16:12
Compare
Choose a tag to compare
  • Fix bug when initializing nodes with fixed positions. (#135)

v1.2.0

23 Jan 04:31
Compare
Choose a tag to compare

v2.0.0

16 Dec 17:50
Compare
Choose a tag to compare
  • 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

24 Aug 21:26
Compare
Choose a tag to compare
  • Housekeeping.

v1.1.1

24 Aug 19:08
Compare
Choose a tag to compare
  • Update dependencies.

v1.1.0

30 Sep 15:37
Compare
Choose a tag to compare