Skip to content

Commit 4976a48

Browse files
underootgithub-actions[bot]
authored andcommitted
v3.16.0-beta.1
GitOrigin-RevId: b36e8dd314f4ee0d49ac87df062bd9fac0119426
1 parent 15119db commit 4976a48

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 3.16.0-beta.1
2+
3+
### Features and improvements ✨
4+
- Add response headers to the `sourcedata` event data.
5+
- Improve TypeScript types for style specification.
6+
7+
### Bug fixes 🐞
8+
- Fix flickering of fill-extrusion buildings when using clip layers.
9+
- Fix inaccuracies in 3D model query intersection.
10+
- Fix the passing of `GeolocationPosition` to `geolocate` event listeners.
11+
- Fix the placement of line-aligned text with a non-default `scaleFactor`.
12+
113
## 3.15.0
214

315
### 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.15.0",
4+
"version": "3.16.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.15.0",
3+
"version": "14.16.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)