Skip to content

Commit 3082753

Browse files
committed
v3.12.0-beta.1
1 parent b37e22e commit 3082753

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 3.12.0-beta.1
2+
3+
### Features and improvements ✨
4+
5+
- Add _experimental_ support for rendering 3D road intersections.
6+
- Add shadow rendering support for elevated lines.
7+
- Slightly improve JS bundle sizes.
8+
- Various TypeScript types improvements.
9+
10+
### Bug fixes 🐞
11+
12+
- Fixed an issue where calling `setData` on symbol layers could cause flickering.
13+
- Expose `CustomSourceInterface` TypeScript type that was missing in the public interface.
14+
- Fix some edge cases related to rendering of elevated structures.
15+
- Relax `line-gradient` validation to work not only on GeoJSON, but also on vector tile sources if they have `mapbox_clip_start` and `mapbox_clip_end` properties precomputed.
16+
117
## 3.11.1
218

319
- Improve icon loading performance, in particular for landmark icons.

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.11.1",
4+
"version": "3.12.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.11.0",
3+
"version": "14.12.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)