From f5f4b1dd751757bbcb58fda8a0a07c9a9fe094de Mon Sep 17 00:00:00 2001 From: Aleksandr Shoronov Date: Thu, 30 Jan 2025 19:53:42 +0200 Subject: [PATCH] v3.10.0-beta.1 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 6 +++--- package.json | 2 +- src/style-spec/package.json | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52dcd2dbe24..d1dce37108c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 80e01cb3466..ec2538998ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mapbox-gl", - "version": "3.9.4", + "version": "3.10.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mapbox-gl", - "version": "3.9.4", + "version": "3.10.0-beta.1", "license": "SEE LICENSE IN LICENSE.txt", "workspaces": [ "src/style-spec", @@ -15838,7 +15838,7 @@ }, "src/style-spec": { "name": "@mapbox/mapbox-gl-style-spec", - "version": "14.9.2", + "version": "14.10.0-beta.1", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", diff --git a/package.json b/package.json index cb9cf9b518d..84d55fbc751 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/style-spec/package.json b/src/style-spec/package.json index 6e61b030943..b12f5a56bf5 100644 --- a/src/style-spec/package.json +++ b/src/style-spec/package.json @@ -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",