Skip to content

Commit 0f04044

Browse files
committed
v3.13.0-beta.1
1 parent 1d5f005 commit 0f04044

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 3.13.0-beta.1
2+
3+
### Breaking changes ⚠️
4+
- `interpolate` expression will interpolate between non-alpha-premultiplied colors. The change might affect `raster-particle-color`, `line-gradient`, and `heatmap-color`.
5+
- `rgb` expression will return non-premultiplied-alpha color.
6+
7+
### Features and improvements ✨
8+
- Add the `["worldview"]` expression, which returns the current `worldview` of the map.
9+
- Add `model-translation` support for batched model layers.
10+
- Improve indoor level interaction.
11+
- Add support of gradient transforms in the fill style of vector icons.
12+
13+
### Bug fixes 🐞
14+
- Fix icons with `text-variable-anchor` disappearing.
15+
- Fix zooming over terrain with negative altitude values.
16+
- Fix interactions to not throw on `mouseleave` without `mouseenter`.
17+
- Fix errors when viewing a style with filtered model layers.
18+
- Fix parsing of `color-use-theme` property of 3D lights.
19+
- Fix feature-dependent `config` expressions (h/t [@brncsk](https://github.com/brncsk)) [#13453](https://github.com/mapbox/mapbox-gl-js/pull/13453).
20+
- Fix reset of the indoor floorplan selection after moving the camera.
21+
- Fix excessive rerendering of the map after `setStyle` with the same URL of an import.
22+
- Fix source reloading during mercator-globe transition with terrain.
23+
- Fix color of semi-transparent vector icons.
24+
125
## 3.12.0
226

327
### Features and improvements ✨

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.12.0",
4+
"version": "3.13.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.12.0",
3+
"version": "14.13.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)