Releases: RodrigoHamuy/react-three-map
Releases · RodrigoHamuy/react-three-map
v1.0.0
Compare
Sorry, something went wrong.
No results found
Major Changes
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
987d5c7 : Fix overlay camera calculations bug introduced by three=>r166. More info in #143 .
v1.0.0-next.1
Compare
Sorry, something went wrong.
No results found
Patch Changes
e5e937a : Remove react-map-gl/mapbox from the build.
v1.0.0-next.0
Compare
Sorry, something went wrong.
No results found
v0.8.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.7.1
Compare
Sorry, something went wrong.
No results found
v0.7.0
Compare
Sorry, something went wrong.
No results found
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.