Skip to content

Commit 5593e9a

Browse files
stepankuzmingithub-actions[bot]
authored andcommitted
v3.16.0 (internal-7571)
GitOrigin-RevId: 33cc16e3190f3c7817de4d7037dfa1f8633fbb14
1 parent 4566160 commit 5593e9a

File tree

4 files changed

+31
-14
lines changed

4 files changed

+31
-14
lines changed

CHANGELOG.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
1-
## 3.16.0-beta.2
1+
## 3.16.0
22

33
### Features and improvements ✨
44

55
- Introduce experimental Appearances API for managing layer styling based on feature state.
66
- Add `Map` `setLayerProperty` that combines `setLayoutProperty` & `setPaintProperty` into one method for convenience.
77
- Add support for node/material overrides & other improvements to `model` source and layer.
88
- Various improvements & fixes for upcoming 3D features (indoor, procedural buildings & elevated roads).
9+
- Add response headers to the `sourcedata` event data.
10+
- Improve TypeScript types for style specification.
911

1012
### Bug fixes 🐞
1113

14+
- Fix raster particle layer not rendering correctly on styles with emissive light.
15+
- Fix icons of different sizes rendering incorrectly in appearances.
16+
- Fix worldview filtering with dynamic expressions.
1217
- Improve accuracy of `queryRenderedFeatures` for model layers.
1318
- Fix a bug with heatmap sometimes disappearing after switching projection.
1419
- Fix rendering of model layer with vector source on globe projection.
15-
16-
## 3.16.0-beta.1
17-
18-
### Features and improvements ✨
19-
- Add response headers to the `sourcedata` event data.
20-
- Improve TypeScript types for style specification.
21-
22-
### Bug fixes 🐞
2320
- Fix flickering of fill-extrusion buildings when using clip layers.
2421
- Fix inaccuracies in 3D model query intersection.
2522
- Fix the passing of `GeolocationPosition` to `geolocate` event listeners.

package-lock.json

Lines changed: 23 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.16.0-beta.2",
4+
"version": "3.16.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.16.0-beta.3",
3+
"version": "14.16.0",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)