Releases: d3/d3-geo-projection
Releases · d3/d3-geo-projection
v4.0.0
v3.0.0
- Update dependencies: d3-geo: "1.12 - 2", d3-array: "1 - 2", canvas: "1-2" (#177)
- see the releases notes for d3-geo@2 and d3-array@2
- fix vanDerGrinten4 inverse
- remove deprecated misspelling geoPierceQuincuncial — use geoPeirceQuincuncial instead
- remove deprecated copy of geoNaturalEarth and geoNaturalEarth1 (they are in d3-geo)
- remove deprecated rotation argument in polyhedral (use angle instead)
- deliberate ES6 syntax
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-projection 2.x or use a transpiler.
v2.9.0
- All projections can now use the .reflectX / .reflectY methods (see https://github.com/d3/d3-geo/blob/master/README.md#projection_reflectX)
- Fix inverse projections for Airy, Armadillo, and Polyconic
v2.8.1
v2.8.0
v2.7.1
v2.7.0
New projection: d3.geoInterruptedQuarticAuthalic. Thanks, @piwodlaiwo!
Add fitExtent, fitHeight, fitSize, fitWidth to geoGilbert (#165)
v2.6.0
v2.5.1
v2.5.0
New projections:
- Add d3.geoWagner. Thanks, @TJung1968!
- Add d3.geoHufnagel.
- Add d3.geoFoucautSinusoidal.
Fixes:
- Fix d3.geoHealpix with 1 lobe (#149).
- Documentation clean-up.