Releases: RodrigoHamuy/react-three-map
Releases · RodrigoHamuy/react-three-map
Release list
v0.7.0
v0.6.3
Patch Changes
- a5b94b6: Fix ThreeJS sync on Mapbox resize.
v0.6.2
Patch Changes
- 6be61b6: Fix on window DPR changes (different solutions for Mapbox and Maplibre)
v0.6.1
Patch Changes
- be1efa7: Fix resizing bug when DPR changes.
v0.6.0
v0.5.0
Minor Changes
- 7921f43: Add
useMaphook to access the map from react-three-map.
v0.4.3
Patch Changes
- 0e37c1c: Fix canvas on resize.
v0.4.2
Patch Changes
- bd62ef9: Simplify raycaster calculations.
v0.4.1
Patch Changes
- 41dd225: Improve camera decomposition so the camera matrix and world matrix have more useful values.
v0.4.0
Minor Changes
- bad8670: Add
<Coordinates>component to render multiple 3D objects at different coordiantes.