Skip to content

Commit 9628c2a

Browse files
committed
v3.11.0-beta.1
1 parent b004f9a commit 9628c2a

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 3.11.0-beta.1
2+
3+
### Features and improvements ✨
4+
- Add `at-interpolated` expression as the interpolated counterpart to the `at` expression.
5+
- Add `altitude` marker property to adjust elevation. (h/t [@yangtanyu](https://github.com/yangtanyu)) [#13335](https://github.com/mapbox/mapbox-gl-js/pull/13335).
6+
- Add `getCooperativeGestures` and `setCooperativeGestures` map methods to control cooperative gestures logic after the map is initialized.
7+
- Add `getGlyphsUrl` and `setGlyphsUrl` map methods to manage the glyphs endpoint URL.
8+
- Add `pitchRotateKey` map option to override the modifier key for rotate and pitch handlers.
9+
- Add filtering support for model layers.
10+
11+
### Bug fixes 🐞
12+
- Hide labels with unreadable angles.
13+
- Fix rendering of vector image in text on HiDPI screens.
14+
- Ensure Katakana and CJK symbols render correctly in vertical writing mode.
15+
- Fix popup position update on map move. (h/t [@ThugRaven](https://github.com/ThugRaven)) [#13412](https://github.com/mapbox/mapbox-gl-js/pull/13412)
16+
- Fix rendering of self-intersecting elevated lines.
17+
- Prevent line pattern from turning black at certain zoom levels when shadows are enabled.
18+
119
## 3.10.0
220

321
### Features and improvements ✨

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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",
4+
"version": "3.11.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

Lines changed: 1 addition & 1 deletion
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",
3+
"version": "14.11.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)