Skip to content

Commit

Permalink
v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
underoot committed Feb 13, 2025
1 parent afed1f2 commit 83f5361
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
## 3.10.0-beta.1
## 3.10.0

### Features and improvements ✨

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

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

## 3.9.4
- Fix vector icons rendering with stretch areas on high DPI devices.
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mapbox-gl",
"description": "A WebGL interactive maps library",
"version": "3.10.0-beta.1",
"version": "3.10.0",
"main": "dist/mapbox-gl.js",
"style": "dist/mapbox-gl.css",
"types": "dist/mapbox-gl.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/style-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-gl-style-spec",
"version": "14.10.0-beta.1",
"version": "14.10.0",
"description": "a specification for mapbox gl styles",
"author": "Mapbox",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down

0 comments on commit 83f5361

Please sign in to comment.