Skip to content

Commit a8100f3

Browse files
committed
v3.10.0
1 parent f75aa8d commit a8100f3

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.10.0-beta.1
1+
## 3.10.0
22

33
### Features and improvements ✨
44

@@ -7,9 +7,19 @@
77

88
### Bug fixes 🐞
99
- Fix issue where the close popup button was hidden from screen readers.
10+
- Fix updating of schema config values of imported styles.
11+
- Fix line placement symbol disappearing issue during transition from globe.
1012
- Fix `queryRenderedFeatures` not working on duplicated model layers.
13+
- Fix in-place update for SDF image.
14+
- Fix LUT not being applied to in-place updated image.
15+
- Fix various issues with using `mouseenter` and `mouseleave` with Interactions API.
16+
- Fix error with interactible map elements during interaction with a map that wasn't fully loaded.
1117
- Fix rendering of elevated and non-elevated lines on the same layer.
18+
- Fix pixel ratio handling for patterns with vector icons.
19+
- Fix positioning of vector icons with modified `icon-size`.
1220
- Fix a blank map issue after WebGL context loss.
21+
- Fix loss of precision for close to camera models.
22+
- Fix transparent models not being culled when terrain is enabled.
1323

1424
## 3.9.4
1525
- Fix vector icons rendering with stretch areas on high DPI devices.

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mapbox-gl",
33
"description": "A WebGL interactive maps library",
4-
"version": "3.10.0-beta.1",
4+
"version": "3.10.0",
55
"main": "dist/mapbox-gl.js",
66
"style": "dist/mapbox-gl.css",
77
"types": "dist/mapbox-gl.d.ts",

src/style-spec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mapbox-gl-style-spec",
3-
"version": "14.10.0-beta.1",
3+
"version": "14.10.0",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)