Skip to content

Commit 064c41d

Browse files
mournergithub-actions[bot]
authored andcommitted
v3.15.0-beta.1
GitOrigin-RevId: a1dd9996bed22cefdba49f4284ae7584aac60ec0
1 parent 7406d4f commit 064c41d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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 ⚠️

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.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",

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.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",

0 commit comments

Comments
 (0)