Skip to content

Releases: d3/d3-geo-polygon

v2.0.0-alpha.1

23 Jun 17:22
@Fil Fil
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Adds two new projections based on the Voronoi polyhedral method: Rhombic dodecahedral and Deltoidal hexecontahedral, contributed by @bathoorn (#59 and #60)
  • A polyhedral projection’s tree can now be built from any face (#63)
  • The module now reexports all the projections from d3-geo-projection that need polygon clipping (#65, #69), namely: geoBerghaus, geoGingery, geoHealpix, geoInterruptedBoggs, geoInterruptedHomolosine, geoInterruptedMollweide, geoInterruptedMollweideHemispheres, geoInterruptedSinuMollweide, geoInterruptedSinusoidal, geoTwoPointEquidistant, geoTwoPointEquidistantUsa, and the geoInterrupt projection factory.
  • A new clipPoint option for geoClipPolygon, specifying whether points should be clipped (#67)
  • Adopt type: module (#61)

deltoidal

Full Changelog: v1.12.1...v2.0.0-alpha.1

v1.12.1

26 Aug 09:24
@Fil Fil
Compare
Choose a tag to compare
  • upgrade dependencies (node, canvas 1-2, d3-geo 1-2)

v1.12.0

31 May 16:37
@Fil Fil
Compare
Choose a tag to compare
  • Cahill-Keyes inverse (using the Newton 2D method)

v1.11.0

18 Apr 20:44
@Fil Fil
Compare
Choose a tag to compare
  • adds projection.reflectX (cf. d3-geo 1.12)

v1.10.2

28 Dec 10:49
@Fil Fil
Compare
Choose a tag to compare
  • fix clipping errors (#30)

v1.10.1

23 Dec 10:48
@Fil Fil
Compare
Choose a tag to compare

v1.10.0

18 Dec 23:23
@Fil Fil
Compare
Choose a tag to compare

v1.9.0

01 Dec 12:45
@Fil Fil
Compare
Choose a tag to compare

v1.8.2

03 Nov 18:55
@Fil Fil
Compare
Choose a tag to compare
  • fix Cox projection (6f9f9c7)
  • Mark the package as having no side effects (thanks, @stof !)
  • Relax d3-array dependency to 1-2

v1.8.1

11 Apr 21:05
@Fil Fil
Compare
Choose a tag to compare
  • Fix Lee’s tetrahedral South aspect #28