File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 3.15.0-beta.1
2+
3+ ### Features and improvements ✨
4+
5+ - Add ` queryRasterValue ` method for querying values in ` raster-array ` layers.
6+ - Add ` icon-image-use-theme ` property.
7+ - Add support for Mapbox vector tiles with precalculated line metrics (for line gradients).
8+ - Improve HD Roads loading performance.
9+ - Optimize applying LUT when updating images at runtime.
10+ - Improve TypeScript types in Style Spec validation methods.
11+
12+ ### Bug fixes 🐞
13+
14+ - Fix an issue with refreshing expired raster array tiles.
15+
116## 3.14.0
217
318### Breaking changes ⚠️
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.14.0 " ,
4+ "version" : " 3.15.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.14.0 " ,
3+ "version" : " 14.15.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