Skip to content

Releases: d3/d3-shape

v3.2.0

Choose a tag to compare

@mbostock mbostock released this 20 Dec 23:41
8ec8265
  • Add arc.digits, area.digits, line.digits, link.digits, and symbol.digits. #204 #205
  • Rename d3.symbolX to d3.symbolTimes. #192
  • Fix arc rendering for small arcs with rounded corners. #199
  • Fix BumpRadial implementation to support multiple points. #193

v3.1.0

Choose a tag to compare

@mbostock mbostock released this 07 Jan 18:09
cf776d3

v3.0.1

Choose a tag to compare

@mbostock mbostock released this 05 Jun 18:25
005b0e4
  • Update dependencies.
  • Make build reproducible.

v3.0.0

Choose a tag to compare

@mbostock mbostock released this 04 Jun 19:29
1b47fcf
  • Adopt type: module.

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

v2.1.0

Choose a tag to compare

@mbostock mbostock released this 10 Mar 20:21
54f0f11

v2.0.0

Choose a tag to compare

@Fil Fil released this 19 Aug 16:45
  • Accept iterables wherever appropriate.
  • Add d3.line(x, y) shorthand.
  • Add d3.area(x, y0, y1) shorthand.
  • Add d3.symbol(type, size) shorthand.

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

v1.3.7

Choose a tag to compare

@mbostock mbostock released this 16 Nov 21:53

v1.3.6

Choose a tag to compare

@mbostock mbostock released this 16 Nov 19:20
  • Adopt exact paths for imports.
  • Adopt explicit files for publishing.
  • Add sideEffects: false to the package.json.
  • Update dependencies.

v1.3.5

Choose a tag to compare

@mbostock mbostock released this 19 Mar 22:45
  • Fix d3.stackDivergingOffset when there is only one series. #114

v1.3.4

Choose a tag to compare

@mbostock mbostock released this 04 Feb 20:24
  • Fix rendering glitch with rounded arcs. (#143)