Skip to content

Releases: d3/d3-path

v3.1.0

Choose a tag to compare

@mbostock mbostock released this 19 Dec 21:51
58bce7a

v3.0.1

Choose a tag to compare

@mbostock mbostock released this 05 Jun 18:24
6230b3c
  • Update dependencies.
  • Make build reproducible.

v3.0.0

Choose a tag to compare

@mbostock mbostock released this 04 Jun 18:05
8cf2634
  • Adopt type: module.

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

v2.0.0

Choose a tag to compare

@Fil Fil released this 19 Aug 12:01

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-path 1.x or use a transpiler.

v1.0.9

Choose a tag to compare

@mbostock mbostock released this 16 Nov 18:55
  • Adopt exact paths for imports.
  • Adopt explicit files when publishing.
  • Add sideEffects: false to the package.json.

v1.0.8

Choose a tag to compare

@mbostock mbostock released this 01 Aug 17:05

v1.0.7

Choose a tag to compare

@mbostock mbostock released this 24 Aug 21:17
  • Housekeeping.

v1.0.6

Choose a tag to compare

@mbostock mbostock released this 24 Aug 18:36
  • Update dependencies.

v1.0.5

Choose a tag to compare

@mbostock mbostock released this 10 Mar 17:58
  • Update dependencies.

v1.0.4

Choose a tag to compare

@mbostock mbostock released this 02 Mar 20:00
  • Ignore small-angle arcs in path.arc to workaround rendering bug in Chrome on Ubuntu.