Skip to content

v7.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 01:06
· 1 commit to master since this release

What's Changed

Fixes to regressions and significant pain points:

  • Reverted self intersection behavior: line-intersect by @pm0u in #2742
  • Reverted self intersection behavior for boolean-disjoint by @pm0u in #2772
  • Reverted self intersection behavior for boolean-intersects by @pm0u in #2773
  • Replaced polygon-clipping with polyclip-ts by @cmurphy23 in #2729

Bug fixes and new functionality:

  • Added new point-to-polygon-distance package by @pachacamac in #2735
  • Added bbox parameter to @turf/interpolate by @lemonig in #2768
  • Handle when start and end are the same point in greatCircle by @rowanwins in #2343
  • Fixed turf-angle to consistently measure angles clockwise by @smallsaucepan in #2714
  • Reversed the order in which random polygon points are generated to satisfy the right hand rule by @smallsaucepan in #2715
  • Fixed multiple modules that were performing scalar instead of spherical calculations by @smallsaucepan in #2717
  • Fixed confusing turf-union documentation by @smallsaucepan in #2732
  • Added a cautionary message to Units about measuring length in radians or degrees. by @smallsaucepan in #2748
  • Added special handling to booleanPointOnLine for zero length lines by @smallsaucepan in #2751

Housekeeping and behind the scenes changes:

New Contributors

Full Changelog: v7.1.0...v7.2.0