Skip to content

Commit 9fa8566

Browse files
mournergithub-actions[bot]
authored andcommitted
v3.17.0
GitOrigin-RevId: 673a26f3e1ee423edf2ff0e0ccac6e9d1589693f
1 parent 243bc6f commit 9fa8566

File tree

4 files changed

+25
-40
lines changed

4 files changed

+25
-40
lines changed

CHANGELOG.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
1-
## 3.17.0-beta.2
1+
## 3.17.0
2+
23

34
### Features and improvements ✨
45

6+
- Add experimental ESM support.
57
- Make `line-emissive-strength` data-driven.
68
- Remove experimental flag from the `extra_bounds` property of raster and vector sources.
7-
- Various performance improvements.
9+
- Remove experimental flag from `model` layer.
10+
- Remove experimental flag from `building` layer.
11+
- Improve vector icons rasterization performance.
12+
- Improve shadow rendering performance.
13+
- Improve `building` layer performance.
14+
- Improve shader initialization performance.
815

916
### Bug fixes 🐞
1017

18+
- Fix polygon rendering for dynamic GeoJSON sources.
19+
- Fix `raster-array` layers not working on iOS < 18.4.
20+
- Fix a performance issue for symbol layers with zero fade duration and static camera.
21+
- Fix occasional WebGL texture warnings when rendering terrain.
1122
- Fix features not being localized in dynamic filters when a worldview is set.
23+
- Fix an issue with clipping models on Standard.
24+
- Fix an issue with models flashing on `setData`.
25+
- Fix an issue with incorrect scoping of models added during runtime.
26+
- Fix line patterns not elevating properly on HD roads.
27+
- Sanitize attributions in `AttributionControl`.
1228
- Correctly support filtered features in appearances.
1329
- Fix an issue occuring when expressions are used in appearances.
14-
15-
## 3.17.0-beta.1
16-
17-
### Features and improvements ✨
18-
19-
- Experimental ESM support.
20-
- Remove experimental flag from model layer.
21-
- Conflate building parts together as a whole building.
22-
23-
### Bug fixes 🐞
24-
25-
- Fix line patterns not elevating properly on HD roads.
26-
- Sanitize attributions in AttributionControl.
2730
- Fix appearance optimization that resulted in wrong appearances being rendered.
31+
- Fix appearance icons not changing when feature state changed multiple times.
32+
- Improve TypeScript types.
2833

2934
## 3.16.0
3035

package-lock.json

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

0 commit comments

Comments
 (0)