Skip to content

Commit 22cf408

Browse files
ibesorastepankuzmin
andcommitted
v3.11.0
Co-authored-by: Stepan Kuzmin <[email protected]>
1 parent 39115a3 commit 22cf408

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
## 3.11.0-beta.2
1+
## 3.11.0
2+
3+
### Breaking changes ⚠️
4+
- The `at` expression does not interpolate anymore. Please use `at-interpolated` if you want to keep the old behavior.
25

36
### Features and improvements ✨
7+
- Add landmark icons. Landmark icons are stylized, uniquely designed POI icons that indicate the most popular and recognizable landmarks on the map. At the time of this release, we have landmarks for 5 cities: London, Berlin, New York City, San Francisco, and Tokyo.
48
- Add `at-interpolated` expression as the interpolated counterpart to the `at` expression.
59
- Add `altitude` marker property to adjust elevation. (h/t [@yangtanyu](https://github.com/yangtanyu)) [#13335](https://github.com/mapbox/mapbox-gl-js/pull/13335).
610
- Add `getCooperativeGestures` and `setCooperativeGestures` map methods to control cooperative gestures logic after the map is initialized.
711
- Add `getGlyphsUrl` and `setGlyphsUrl` map methods to manage the glyphs endpoint URL.
812
- Add `pitchRotateKey` map option to override the modifier key for rotate and pitch handlers.
913
- Add filtering support for model layers.
14+
- Add support for vector icons color parameters with alpha values.
1015

1116
### Bug fixes 🐞
1217
- Hide labels with unreadable angles.
@@ -15,6 +20,11 @@
1520
- Fix popup position update on map move. (h/t [@ThugRaven](https://github.com/ThugRaven)) [#13412](https://github.com/mapbox/mapbox-gl-js/pull/13412)
1621
- Fix rendering of self-intersecting elevated lines.
1722
- Prevent line pattern from turning black at certain zoom levels when shadows are enabled.
23+
- Fix missing triangles in variable-width lines.
24+
- Improve Style-Spec validator types.
25+
- Fix reloading of tiles in style imports.
26+
- Fix issue where updated images were never cleared after patching them.
27+
- Fix rendering performance regression related to use-theme.
1828

1929
## 3.10.0
2030

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.11.0-beta.2",
4+
"version": "3.11.0",
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.11.0-beta.2",
3+
"version": "14.11.0",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)