File tree Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
19
## 3.10.0
2
20
3
21
### Features and improvements ✨
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mapbox-gl" ,
3
3
"description" : " A WebGL interactive maps library" ,
4
- "version" : " 3.10.0 " ,
4
+ "version" : " 3.11.0-beta.1 " ,
5
5
"main" : " dist/mapbox-gl.js" ,
6
6
"style" : " dist/mapbox-gl.css" ,
7
7
"types" : " dist/mapbox-gl.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mapbox/mapbox-gl-style-spec" ,
3
- "version" : " 14.10.0 " ,
3
+ "version" : " 14.11.0-beta.1 " ,
4
4
"description" : " a specification for mapbox gl styles" ,
5
5
"author" : " Mapbox" ,
6
6
"license" : " SEE LICENSE IN LICENSE.txt" ,
You can’t perform that action at this time.
0 commit comments