Skip to content

Releases: RodrigoHamuy/react-three-map

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 24 Oct 14:45
366b22f

Minor Changes

  • 1c52c0f: <Canvas> props accepts id?: string and beforeId?: string to set the MapLibre/Mapbox layer.

Patch Changes

  • 748d7a7: Fix issues on DPR or browser zoom changes.

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 06 Oct 16:42
a687b22

Patch Changes

  • a5b94b6: Fix ThreeJS sync on Mapbox resize.

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 01 Aug 07:22
6144ba8

Patch Changes

  • 6be61b6: Fix on window DPR changes (different solutions for Mapbox and Maplibre)

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 14:52
bf11503

Patch Changes

  • be1efa7: Fix resizing bug when DPR changes.

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 16:08
2fffed7

Minor Changes

  • 3a9a852: Add useMap hook to access the map from react-three-map.

Patch Changes

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 15:36
1db95eb

Minor Changes

  • 7921f43: Add useMap hook to access the map from react-three-map.

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 21 Jul 08:48
c407cc0

Patch Changes

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 17:44
8e18825

Patch Changes

  • bd62ef9: Simplify raycaster calculations.

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 16:34
1815100

Patch Changes

  • 41dd225: Improve camera decomposition so the camera matrix and world matrix have more useful values.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 08:10
45849ce

Minor Changes

  • bad8670: Add <Coordinates> component to render multiple 3D objects at different coordiantes.