Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 11:55
· 143 commits to main since this release
e7e10f1

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"

Patch Changes

  • 83de85c: Fix camera matrix bug where it may have invalid state on start.