Skip to content

Commit ed45b27

Browse files
committed
v3.13.0
1 parent 65bfa1c commit ed45b27

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.13.0-beta.1
1+
## 3.13.0
22

33
### Breaking changes ⚠️
44
- `interpolate` expression will interpolate between non-alpha-premultiplied colors. The change might affect `raster-particle-color`, `line-gradient`, and `heatmap-color`.
@@ -11,9 +11,14 @@
1111
- Add support of gradient transforms in the fill style of vector icons.
1212

1313
### Bug fixes 🐞
14+
- Fix querying and styling issues with multiple model layers referencing the same source.
15+
- Fix `mapbox-gl-rtl-text` v0.3.0 plugin not loading in certain configurations.
1416
- Fix icons with `text-variable-anchor` disappearing.
17+
- Fix minor distortions on vector icons in some cases.
1518
- Fix zooming over terrain with negative altitude values.
1619
- Fix interactions to not throw on `mouseleave` without `mouseenter`.
20+
- Fix shadow rendering issues on underground structures.
21+
- Fix striping artifacts when rendering shadows on some GPU configurations.
1722
- Fix errors when viewing a style with filtered model layers.
1823
- Fix parsing of `color-use-theme` property of 3D lights.
1924
- Fix feature-dependent `config` expressions (h/t [@brncsk](https://github.com/brncsk)) [#13453](https://github.com/mapbox/mapbox-gl-js/pull/13453).
@@ -22,6 +27,10 @@
2227
- Fix source reloading during mercator-globe transition with terrain.
2328
- Fix color of semi-transparent vector icons.
2429

30+
### Workflow 🛠️
31+
32+
- Switched from CircleCI to GitHub Actions for continuous integration tests.
33+
2534
## 3.12.0
2635

2736
### 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.13.0-beta.1",
4+
"version": "3.13.0",
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.13.0-beta.1",
3+
"version": "14.13.0",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)