Skip to content

Releases: RodrigoHamuy/react-three-map

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 14 Jul 10:56
38d3212

Patch Changes

  • 9b1c068: Fix camera matrix calculations.

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 13 Jul 08:42
9015e23

Patch Changes

  • 4dd8a72: Fix types declaration path.

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 12 Jul 09:06
8af5adc

Patch Changes

  • 7e94458: Generate types declarations.

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 08:05
6efb351

Patch Changes

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

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 12:17
ba47620

Patch Changes

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

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 07:56
095c89f

Minor Changes

  • f3155c6: Upgrade to react-map-gl@7.1.0, which changes how to use Maplibre. Find more in their changelog.

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 12:38
1c8add0

Patch Changes

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 11:55
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.