Skip to content

Latest commit

 

History

History
109 lines (56 loc) · 1.87 KB

File metadata and controls

109 lines (56 loc) · 1.87 KB

react-three-map

0.6.2

Patch Changes

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

0.6.1

Patch Changes

  • be1efa7: Fix resizing bug when DPR changes.

0.6.0

Minor Changes

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

Patch Changes

  • 3a9a852: Better type for useMap.

0.5.0

Minor Changes

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

0.4.3

Patch Changes

  • 0e37c1c: Fix canvas on resize.

0.4.2

Patch Changes

  • bd62ef9: Simplify raycaster calculations.

0.4.1

Patch Changes

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

0.4.0

Minor Changes

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

0.3.5

Patch Changes

  • 9b1c068: Fix camera matrix calculations.

0.3.4

Patch Changes

  • 4dd8a72: Fix types declaration path.

0.3.3

Patch Changes

  • 7e94458: Generate types declarations.

0.3.2

Patch Changes

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

0.3.1

Patch Changes

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

0.3.0

Minor Changes

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

0.2.1

Patch Changes

  • 71d6439: Fix maplibre build

0.2.0

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.