Skip to content

Releases: RodrigoHamuy/react-three-map

v0.3.4

13 Jul 08:42
9015e23
Compare
Choose a tag to compare

Patch Changes

  • 4dd8a72: Fix types declaration path.

v0.3.3

12 Jul 09:06
8af5adc
Compare
Choose a tag to compare

Patch Changes

  • 7e94458: Generate types declarations.

v0.3.2

11 Jul 08:05
6efb351
Compare
Choose a tag to compare

Patch Changes

  • b169844: Bug fix related to DPR devices and pointer events.

v0.3.1

03 Jul 12:17
ba47620
Compare
Choose a tag to compare

Patch Changes

  • 39acb3b: Fix build typo and add more detailed peer dependencies.

v0.3.0

02 Jul 07:56
095c89f
Compare
Choose a tag to compare

Minor Changes

v0.2.1

01 Jul 12:38
1c8add0
Compare
Choose a tag to compare

Patch Changes

v0.2.0

01 Jul 11:55
e7e10f1
Compare
Choose a tag to compare

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.