Skip to content

Commit 4d005cd

Browse files
Version Packages (#105)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 58c42d9 commit 4d005cd

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/giant-elephants-pull.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# react-three-map
22

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- 58c42d9: - Improve accuracy at long distances for `coordsToVector3`.
8+
- Improve translation accuracy for `NearCoordinates`, but scale is still ignored.
9+
- Update `earthRadius` from `6378137` to `6371008.8` to match [Mapbox](https://github.com/maplibre/maplibre-gl-js/blob/8ea76118210dd18fa52fdb83f2cbdd1229807346/src/geo/lng_lat.ts#L8) and [Maplibre](https://github.com/maplibre/maplibre-gl-js/blob/main/src/geo/lng_lat.ts#L8).
10+
311
## 0.8.1
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-three-map",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Use react-three-fiber inside MapLibre and Mapbox",
55
"main": "dist/cjs/main.js",
66
"module": "dist/es/main.mjs",

0 commit comments

Comments
 (0)