trovado
trovado copied to clipboard
Bump @turf/distance from 6.5.0 to 7.2.0
Bumps @turf/distance from 6.5.0 to 7.2.0.
Release notes
Sourced from @turf/distance's releases.
v7.2.0
What's Changed
Fixes to regressions and significant pain points:
- Reverted self intersection behavior:
line-intersectby@pm0uin Turfjs/turf#2742- Reverted self intersection behavior for
boolean-disjointby@pm0uin Turfjs/turf#2772- Reverted self intersection behavior for
boolean-intersectsby@pm0uin Turfjs/turf#2773- Replaced polygon-clipping with polyclip-ts by
@cmurphy23in Turfjs/turf#2729Bug fixes and new functionality:
- Added new point-to-polygon-distance package by
@pachacamacin Turfjs/turf#2735- Added bbox parameter to
@turf/interpolateby@lemonigin Turfjs/turf#2768- Handle when start and end are the same point in greatCircle by
@rowanwinsin Turfjs/turf#2343- Fixed turf-angle to consistently measure angles clockwise by
@smallsaucepanin Turfjs/turf#2714- Reversed the order in which random polygon points are generated to satisfy the right hand rule by
@smallsaucepanin Turfjs/turf#2715- Fixed multiple modules that were performing scalar instead of spherical calculations by
@smallsaucepanin Turfjs/turf#2717- Fixed confusing turf-union documentation by
@smallsaucepanin Turfjs/turf#2732- Added a cautionary message to Units about measuring length in radians or degrees. by
@smallsaucepanin Turfjs/turf#2748- Added special handling to booleanPointOnLine for zero length lines by
@smallsaucepanin Turfjs/turf#2751Housekeeping and behind the scenes changes:
- Updated release instructions by
@twelchin Turfjs/turf#2698- Improve release docs ensuring stable official release branch by
@twelchin Turfjs/turf#2726- Upgraded typescript by
@mfedderlyin Turfjs/turf#2684- Added a regression test for clone() bug that was probably fixed a while ago. by
@smallsaucepanin Turfjs/turf#2749- Revamped content and layout of project docs (README, CONTRIBUTING, etc) by
@smallsaucepanin Turfjs/turf#2770- Bump rollup from 2.79.1 to 3.29.5 by
@dependabotin Turfjs/turf#2720New Contributors
@pachacamacmade their first contribution in Turfjs/turf#2735@pm0umade their first contribution in Turfjs/turf#2742@lemonigmade their first contribution in Turfjs/turf#2768@cmurphy23made their first contribution in Turfjs/turf#2729Full Changelog: https://github.com/Turfjs/turf/compare/v7.1.0...v7.2.0
v7.1.0
What's Changed
@turf/distanceSimplify unnecessary union type in turfDistance by@isti115in Turfjs/turf#2618- Upgrade to Lerna 8 by
@mfedderlyin Turfjs/turf#2612- Deprecate CHANGELOG, improve release action, PR template, Contributing doc by
@twelchin Turfjs/turf#2621@turf/helpersReduce bundle size of apps that import@turf/helpersby@smallsaucepanin Turfjs/turf#2623@turf/line-overlapchange deep-equals dependency for smaller bundle size by@mfedderlyin Turfjs/turf#2631@turf/maskConverted turf-mask to Typescript and added support for geometry parameters by@smallsaucepanin Turfjs/turf#2644@turf/midpointConverted turf-midpoint to Typescript by@smallsaucepanin Turfjs/turf#2645@turf/planepointConverted turf-planepoint to Typescript by@smallsaucepanin Turfjs/turf#2646@turf/squareConverted turf-square to Typescript by@smallsaucepanin Turfjs/turf#2648
... (truncated)
Changelog
Sourced from @turf/distance's changelog.
Changelog is no longer maintained. See Turf Github releases
7.0.0
⚠️ Breaking
- Move to
@types/geojsonpackage instead of declaring our own. Typescript consumers of Turf will need to import from@types/geojson. (#2158)- Move distribution JS to target ES2017 (#2237)
- Please change to using named exports instead of default exports from the various packages
@turf/https://github.com/Turfjs/turf/blob/master/helpersCorrect the conversion factor for degrees (#2177)@turf/https://github.com/Turfjs/turf/blob/master/helperspolygon() will now throw if the first and last coordinates are not the same (#2173)@turf/https://github.com/Turfjs/turf/blob/master/helpersSeparate AreaUnits into its own type (#2393)@turf/https://github.com/Turfjs/turf/blob/master/areaFix earth radius to use WGS84 median earth radius (#2166)@https://github.com/Turfjs/turf/blob/master/turf/https://github.com/Turfjs/turf/blob/master/turfRemove re-exports for turf 4.x compatability (#2183)@turf/https://github.com/Turfjs/turf/blob/master/rectangle-gridFix correctness for large areas (#2106)- `@turf/https://github.com/Turfjs/turf/blob/master/square-grid Fix correctness for large areas (#2106)
@turf/https://github.com/Turfjs/turf/blob/master/unionAccept FeatureCollection for multiple inputs (#2247)@turf/https://github.com/Turfjs/turf/blob/master/differenceAccept FeatureCollection for multiple inputs (#2247)@turf/https://github.com/Turfjs/turf/blob/master/intersectAccept FeatureCollection for multiple inputs (#2247)@turf/https://github.com/Turfjs/turf/blob/master/bufferAdd undefined return for when the geometry is invalid (#2613)🏅 New Features/Enhancements
@turf/https://github.com/Turfjs/turf/blob/master/kinksMove to sweepline-intersections library for performance (#1896)- `@turf/https://github.com/Turfjs/turf/blob/master/buffer Reduce bundle size by moving from turf-jsts to
@turf/jsts(#2217)@turf/https://github.com/Turfjs/turf/blob/master/boolean-equalAdd option for precision (#2231)@turf/https://github.com/Turfjs/turf/blob/master/boolean-point-in-polygonMove to point-in-polygon-hao library for performance and correctness (#1893)- [
@turf/line-intersect][line-intersect] Move to sweepline-intersections library for performance (#2033)@turf/https://github.com/Turfjs/turf/blob/master/boolean-containsAdd multipolygon support (#2338)@turf/https://github.com/Turfjs/turf/blob/master/nearest-pointAdd unit option (#2415)@turf/https://github.com/Turfjs/turf/blob/master/voronoiRetain properties from points (#1450)🐛 Bug Fixes
@turf/https://github.com/Turfjs/turf/blob/master/polygon-smoothOptions argument is now actually optional (#2149)@turf/https://github.com/Turfjs/turf/blob/master/polygon-smoothFix crashes with polygons containing multiple holes (#2323)@turf/https://github.com/Turfjs/turf/blob/master/line-arcEnsure all points are generated when the first and last points are the same (#2142)@turf/https://github.com/Turfjs/turf/blob/master/cloneFix cloning of features with null geometries (#2316)@turf/https://github.com/Turfjs/turf/blob/master/dissolveNow correctly depends on@turf/flatten(#2345)@turf/https://github.com/Turfjs/turf/blob/master/clean-coordsAllow 3 coordinate closed LineStrings (#2178)@turf/https://github.com/Turfjs/turf/blob/master/helpersAdd alternate spellings for Units: millimetres, centimetres, metres, kilometres (#2168)@turf/https://github.com/Turfjs/turf/blob/master/ellipseAdd pivot and angle options to typescript (#2174)@turf/https://github.com/Turfjs/turf/blob/master/quadrat-analysisFix test flake (#2182)@turf/https://github.com/Turfjs/turf/blob/master/bboxUse input bbox instead of computing it (#2171)@turf/https://github.com/Turfjs/turf/blob/master/transform-scaleRemoves invalid bbox when scaling (#2171)@turf/https://github.com/Turfjs/turf/blob/master/invariantgetCoord now shallow clones its result to prevent accidental mutations (#2167)@turf/https://github.com/Turfjs/turf/blob/master/line-overlapIdentify multiple overlaps on a single segment (#2134)@turf/https://github.com/Turfjs/turf/blob/master/transform-scaleFix factor to allow only numbers >= 0 (#2169)@turf/https://github.com/Turfjs/turf/blob/master/voronoiMake options optional (#2195)@turf/https://github.com/Turfjs/turf/blob/master/boolean-withinFix multipoint checks (#2216)@turf/https://github.com/Turfjs/turf/blob/master/points-within-polygonFix dropped properties on MultiPoint results (#2227)@turf/https://github.com/Turfjs/turf/blob/master/randomThrows error on invalid bbox inputs (#2172)@turf/https://github.com/Turfjs/turf/blob/master/boolean-parallelLines with 180 degree angle between them are also considered parallel (#2475)
... (truncated)
Commits
7b0f037v7.2.0a8cbea3Revamped content and layout of project docs (README, CONTRIBUTING, etc) (#2770)d1a2c58Reverted self intersection behavior of boolean-intersect. update tests (#2773)5a9d40dReverted self intersection behavior forboolean-disjoint(#2772)3bbd759Replaced polygon-clipping with polyclip-ts (#2729)8f5c407Added bbox parameter to@turf/interpolate(#2768)bf588ddAdded special cases to booleanPointOnLine for zero length lines9dc7a50Updated README.md correcting typo in previous commit304b76bUpdated README.md to clarify GeoJSON types need to be installed separatelye7a28daRevert self intersection behavior:line-intersect(#2742)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| trovado | ❌ Failed (Inspect) | Jan 8, 2025 11:23am |
Deploy Preview for trovado failed. Why did it fail? →
| Name | Link |
|---|---|
| Latest commit | 315a5c34a18365a1a056968634a6e5db507513b5 |
| Latest deploy log | https://app.netlify.com/sites/trovado/deploys/677e5fd72c2cdd00088412d9 |