Skip to content

Releases: RodrigoHamuy/react-three-map

v1.0.0

23 Apr 09:43
aa5e62e
Compare
Choose a tag to compare

Major Changes

  • 9be6c41: Updated to work with react-map-gl >= 8.0.0.

    This has the cascade effect of requiring also to upgrade either of the map providers you are using:

    • mapbox-gl >= 3.5.0
    • maplibre-gl >= 4.0.0

Patch Changes

  • e5e937a: Remove react-map-gl/mapbox from the build.
  • 987d5c7: Fix overlay camera calculations bug introduced by three=>r166. More info in #143.
  • 55c5392: Support maplibre@v5

v1.0.0-next.2

18 Mar 16:56
e22aa04
Compare
Choose a tag to compare
v1.0.0-next.2 Pre-release
Pre-release

Patch Changes

  • 987d5c7: Fix overlay camera calculations bug introduced by three=>r166. More info in #143.

v1.0.0-next.1

19 Feb 16:57
236a4a4
Compare
Choose a tag to compare
v1.0.0-next.1 Pre-release
Pre-release

Patch Changes

  • e5e937a: Remove react-map-gl/mapbox from the build.

v1.0.0-next.0

12 Feb 21:16
431d09a
Compare
Choose a tag to compare
v1.0.0-next.0 Pre-release
Pre-release

Major Changes

  • 9be6c41: Updated to work with react-map-gl >= 8.0.0.

    This has the cascade effect of requiring also to upgrade either of the map providers you are using:

    • mapbox-gl >= 3.5.0
    • maplibre-gl >= 4.0.0

v0.8.2

27 Apr 23:46
4d005cd
Compare
Choose a tag to compare

Patch Changes

  • 58c42d9: - Improve accuracy at long distances for coordsToVector3.
    • Improve translation accuracy for NearCoordinates, but scale is still ignored.
    • Update earthRadius from 6378137 to 6371008.8 to match Mapbox and Maplibre.

v0.8.1

18 Feb 16:56
8263cf2
Compare
Choose a tag to compare

Patch Changes

  • 9dfe4f6: Remove turf dependency.
  • 9dfe4f6: Map to wait for r3f to finish rendering before the next render in overlay mode.

v0.8.0

15 Jan 13:50
047860f
Compare
Choose a tag to compare

Minor Changes

  • 7e1743d: - Peer dependency upgrade: maplibre-gl: >=3.2, so we don't need to sort maplibre old DPR bug anymore.
    • Add overlay?: boolean to <Canvas>, so you can render on a separated canvas if preferred.
    • Add NearCoordinates component.
    • Add coordsToVector3 function.

v0.7.2

25 Oct 10:41
010476b
Compare
Choose a tag to compare

Patch Changes

v0.7.1

25 Oct 08:50
34da260
Compare
Choose a tag to compare

Patch Changes

v0.7.0

24 Oct 14:45
366b22f
Compare
Choose a tag to compare

Minor Changes

  • 1c52c0f: <Canvas> props accepts id?: string and beforeId?: string to set the MapLibre/Mapbox layer.

Patch Changes

  • 748d7a7: Fix issues on DPR or browser zoom changes.