Releases: RodrigoHamuy/react-three-map
Releases · RodrigoHamuy/react-three-map
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
Minor Changes
- f3155c6: Upgrade to
[email protected]
, which changes how to use Maplibre. Find more in their changelog.
v0.2.1
v0.2.0
Minor Changes
-
b210a12: Support to render
react-three-map
on demand via<Canvas frameloop="ondemand">
-
557920a: Add Mapbox support.
- If you use Mapbox
import { Canvas } from "react-three-map"
- If you use Maplibre
import { Canvas } from "react-three-map/maplibre"
- If you use Mapbox
Patch Changes
- 83de85c: Fix camera matrix bug where it may have invalid state on start.