Skip to content

Commit f5f4b1d

Browse files
committed
v3.10.0-beta.1
1 parent 4a82ff7 commit f5f4b1d

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 3.10.0-beta.1
2+
3+
### Features and improvements ✨
4+
5+
- Add support for data-driven `*-use-theme` properties.
6+
- Improve rendering of complex SVG clip paths for vector icons.
7+
8+
### Bug fixes 🐞
9+
- Fix issue where the close popup button was hidden from screen readers.
10+
- Fix `queryRenderedFeatures` not working on duplicated model layers.
11+
- Fix rendering of elevated and non-elevated lines on the same layer.
12+
- Fix a blank map issue after WebGL context loss.
13+
114
## 3.9.4
215
- Fix vector icons rendering with stretch areas on high DPI devices.
316

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.9.4",
4+
"version": "3.10.0-beta.1",
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.9.2",
3+
"version": "14.10.0-beta.1",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)