Skip to content

Releases: d3/d3-shape

v3.2.0

20 Dec 23:41
8ec8265
Compare
Choose a tag to compare
  • 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

07 Jan 18:09
cf776d3
Compare
Choose a tag to compare

v3.0.1

05 Jun 18:25
005b0e4
Compare
Choose a tag to compare
  • Update dependencies.
  • Make build reproducible.

v3.0.0

04 Jun 19:29
1b47fcf
Compare
Choose a tag to compare
  • Adopt type: module.

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

v2.1.0

10 Mar 20:21
54f0f11
Compare
Choose a tag to compare

v2.0.0

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

16 Nov 21:53
Compare
Choose a tag to compare

v1.3.6

16 Nov 19:20
Compare
Choose a tag to compare
  • Adopt exact paths for imports.
  • Adopt explicit files for publishing.
  • Add sideEffects: false to the package.json.
  • Update dependencies.

v1.3.5

19 Mar 22:45
Compare
Choose a tag to compare
  • Fix d3.stackDivergingOffset when there is only one series. #114

v1.3.4

04 Feb 20:24
Compare
Choose a tag to compare
  • Fix rendering glitch with rounded arcs. (#143)