Releases: RodrigoHamuy/react-three-map
Releases · RodrigoHamuy/react-three-map
Release list
v0.3.5
Patch Changes
- 9b1c068: Fix camera matrix calculations.
v0.3.4
Patch Changes
- 4dd8a72: Fix types declaration path.
v0.3.3
Patch Changes
- 7e94458: Generate types declarations.
v0.3.2
Patch Changes
- b169844: Bug fix related to DPR devices and pointer events.
v0.3.1
Patch Changes
- 39acb3b: Fix build typo and add more detailed peer dependencies.
v0.3.0
v0.2.1
Patch Changes
- 71d6439: Fix maplibre build
v0.2.0
Minor Changes
-
b210a12: Support to render
react-three-mapon 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.