Skip to content

Commit 83f5361

Browse files
committed
v3.10.0
1 parent afed1f2 commit 83f5361

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
1-
## 3.10.0-beta.1
1+
## 3.10.0
22

33
### Features and improvements ✨
44

55
- Add support for data-driven `*-use-theme` properties.
66
- Improve rendering of complex SVG clip paths for vector icons.
77

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

1425
## 3.9.4
1526
- 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)