Skip to content

Commit a0278db

Browse files
committed
v3.12.0 (internal-2457)
1 parent 249a791 commit a0278db

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
## 3.12.0-beta.1
1+
## 3.12.0
22

33
### Features and improvements ✨
44

55
- Add _experimental_ support for rendering 3D road intersections.
66
- Add shadow rendering support for elevated lines.
7+
- Add `wrapTileId` property to `CustomLayerInterface` to control whether tile IDs are wrapped across world copies during rendering.
8+
- Add `line-pattern-cross-fade`, `fill-pattern-cross-fade`, and `fill-extrusion-pattern-cross-fade` properties for smooth transitions between pattern images.
9+
- Add support for `extra_bounds` in TileJSON for more fine-grained control over tile requests, particularly when dealing with sparse data coverage.
10+
- Improve performance by lazy loading 3D models.
711
- Slightly improve JS bundle sizes.
812
- Various TypeScript types improvements.
913

@@ -13,6 +17,7 @@
1317
- Expose `CustomSourceInterface` TypeScript type that was missing in the public interface.
1418
- Fix some edge cases related to rendering of elevated structures.
1519
- 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.
20+
- Fix `styleimagemissing` event not firing in certain scenarios.
1621

1722
## 3.11.1
1823

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

0 commit comments

Comments
 (0)