Skip to content

Commit

Permalink
v3.10.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
underoot committed Jan 30, 2025
1 parent 4a82ff7 commit f5f4b1d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 3.10.0-beta.1

### Features and improvements ✨

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

### Bug fixes 🐞
- Fix issue where the close popup button was hidden from screen readers.
- Fix `queryRenderedFeatures` not working on duplicated model layers.
- Fix rendering of elevated and non-elevated lines on the same layer.
- Fix a blank map issue after WebGL context loss.

## 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.9.4",
"version": "3.10.0-beta.1",
"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.9.2",
"version": "14.10.0-beta.1",
"description": "a specification for mapbox gl styles",
"author": "Mapbox",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down

0 comments on commit f5f4b1d

Please sign in to comment.