Releases: d3/d3-shape
Releases · d3/d3-shape
v3.2.0
v3.1.0
- Add d3.symbolsStroke. Thanks, @hemanrobinson! #176 #189
- Add d3.symbolsFill, replacing (deprecating) d3.symbols.
- Add d3.symbolAsterisk.
- Add d3.symbolDiamond2.
- Add d3.symbolPlus.
- Add d3.symbolSquare2.
- Add d3.symbolTriangle2.
- Add d3.symbolX.
- Add d3.link.
v3.0.1
v3.0.0
- Adopt type: module.
This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.
v2.1.0
- Add d3.curveBumpX and d3.curveBumpY. Thanks, @Fil! #152
- Update dependencies.
v2.0.0
- 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.