Releases: RodrigoHamuy/react-three-map
Releases · RodrigoHamuy/react-three-map
v1.0.0
23 Apr 09:43
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
18 Mar 16:56
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
19 Feb 16:57
Compare
Sorry, something went wrong.
No results found
Patch Changes
e5e937a : Remove react-map-gl/mapbox from the build.
v1.0.0-next.0
12 Feb 21:16
Compare
Sorry, something went wrong.
No results found
v0.8.2
27 Apr 23:46
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
18 Feb 16:56
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
15 Jan 13:50
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
25 Oct 10:41
Compare
Sorry, something went wrong.
No results found
v0.7.1
25 Oct 08:50
Compare
Sorry, something went wrong.
No results found
v0.7.0
24 Oct 14:45
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.