Skip to content

Releases: d3/d3-geo

v3.1.1

12 Mar 22:18
8c53a90
Compare
Choose a tag to compare
  • Change d3.geoCircle precision to 2 degrees. #281
  • Set projection.clipAngle precision to 2 degrees. #282

v3.1.0

20 Dec 22:28
078f46d
Compare
Choose a tag to compare
  • Add configurable precision when generating SVG path data via path.digits (default 3). #272 #271
  • Improve the performance of d3.geoPath’s string concatenation.
  • Fix projection when lambda is outside the range ±3π. #242

v3.0.1

05 Jun 18:18
74aa173
Compare
Choose a tag to compare
  • Update dependencies.
  • Make build reproducible.

v3.0.0

05 Jun 17:05
62c6d09
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.0.1

26 Aug 19:34
@Fil Fil
Compare
Choose a tag to compare
  • fix d3-array dependency to >=2.5

v2.0.0

23 Aug 14:57
@Fil Fil
Compare
Choose a tag to compare

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

v1.12.1

27 May 08:03
@Fil Fil
Compare
Choose a tag to compare

v1.12.0

18 Apr 20:07
@Fil Fil
Compare
Choose a tag to compare
  • bring identity on par with other projections:

    • identity is now a function and has an inverse
    • method identity.angle()
    • methods projection.reflectX() and projection.reflectY()
  • fix the conic inverse projections

v1.11.9

16 Nov 18:35
Compare
Choose a tag to compare
  • Update dependencies.

v1.11.8

12 Nov 07:07
@Fil Fil
Compare
Choose a tag to compare
  • Mark the package as having no side effects (#174). thanks, @stof!

Note: v1.11.7 was cancelled because of a premature relaxation of d3-array dependency to 1-2. (See #176).