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)
Full Changelog: v1.12.1...v2.0.0-alpha.1