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+
119## 3.10.0
220
321### Features and improvements ✨
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments