v7.1.0 #2699
twelch
announced in
Announcements
v7.1.0
#2699
Replies: 1 comment
-
A new snapshot+update of the docs at turfjs.org will be forthcoming. Please be patient. We're still dialing that in. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
@turf/distance
Simplify unnecessary union type in turfDistance by @isti115 in Simplify unnecessary union type inturfDistance
#2618@turf/helpers
Reduce bundle size of apps that import @turf/helpers by @smallsaucepan in Reduce bundle size of apps that import @turf/helpers #2623@turf/line-overlap
change deep-equals dependency for smaller bundle size by @mfedderly in @turf/line-overlap change deep-equals dependency for smaller bundle size #2631@turf/mask
Converted turf-mask to Typescript and added support for geometry parameters by @smallsaucepan in Converted turf-mask to Typescript and added support for geometry parameters #2644@turf/midpoint
Converted turf-midpoint to Typescript by @smallsaucepan in Converted turf-midpoint to Typescript #2645@turf/planepoint
Converted turf-planepoint to Typescript by @smallsaucepan in Converted turf-planepoint to Typescript #2646@turf/square
Converted turf-square to Typescript by @smallsaucepan in Converted turf-square to Typescript #2648@turf/standard-deviational-ellipse
Converted turf-standard-deviational-ellipse to Typescript by @smallsaucepan in Converted turf-standard-deviational-ellipse to Typescript #2649@turf/tesselate
Converted turf-tesselate to Typescript by @smallsaucepan in Converted turf-tesselate to Typescript #2650@turf/transform-rotate
Converted turf-transform-rotate to Typescript by @smallsaucepan in Converted turf-transform-rotate to Typescript #2651@turf/transform-scale
Converted turf-transform-scale to Typescript by @smallsaucepan in Converted turf-transform-scale to Typescript #2652@turf/transform-translate
Converted turf-transform-translate to Typescript by @smallsaucepan in Converted turf-transform-translate to Typescript #2653@turf/unkink-polygon
Converted turf-unkink-polygon to Typescript by @smallsaucepan in Converted turf-unkink-polygon to Typescript #2654@turf/voronoi
Converted turf-voronoi to Typescript by @smallsaucepan in Converted turf-voronoi to Typescript #2655@turf/boolean-intersects
Fix boolean-intersects docs by @izzybps in Fixing boolean-intersects docs #2593@turf/area
: bug fix: off-by-one bug in area calculation by @Abdumbo99 in turf-area: bug fix: off-by-one bug in area calculation #2665@turf/isobands
@turf/isolines
Remove unused matrix-to-grid dependency by @mfedderly in Remove matrix-to-grid dependency #2669@turf/random
fix randomPolygon generating polygons outside of the givenbbox
by @nnmrts in @turf/random: fix randomPolygon generating polygons outside of the givenbbox
#2659@turf/boolean-intersects
@turf/booean-disjoint
Expose options parameter to ignore self intersections. by @01100100 in Exposeoptions
parameter to @turf/boolean-intersects and @turf/booean-disjoint to add option of ignoring self intersections. #2636@turf/boolean-valid
fix checkClosingRing to check for polygon being closed by @superDoss in [@turf/boolean-valid] fix #checkClosingRing to check for polygon being closed #2563@turf/helpers
Implemented azimuthToBearing by @basvdijk in Implemented azimuthToBearing #2674@turf/nearest-point-on-line
include index of MultiLineString geometries in nearest-point-on-line by @andrewharvey in include index of MultiLineString geometries in nearest-point-on-line #2574@turf/point-to-line-distance
Fix two small typos by @mfedderly in Fix two small typos #2675@turf/mask
Stop turf-mask mutating by default, make it an option by @farkmarnum in Stop turf-mask mutating by default, make it an option #2635@turf/mask
Fix @turf/mask benchmarks to exclude test fixtures that are not usable by @mfedderly in Fix @turf/mask benchmarks to exclude test fixtures that are not usable #2692@turf/kinks
Revert @turf/kinks to 6.5.0 version by @mfedderly in Revert @turf/kinks to 6.5.0 version #2693@turf/cluster-dbscan
Update cluster-dbscan docs by @mwenko in Chore: Update cluster-dbscan docs #2624@turf/*-grid
@turf/area
@turf/helpers
Clarify behavior of some existing turf modules by @twelch in Clarify behavior of some existing turf modules #2683New Contributors
turfDistance
#2618bbox
#2659options
parameter to @turf/boolean-intersects and @turf/booean-disjoint to add option of ignoring self intersections. #2636Full Changelog: v7.0.0...v7.1.0
This discussion was created from the release v7.1.0.
Beta Was this translation helpful? Give feedback.
All reactions