Skip to content

Commit 075ceee

Browse files
underootgithub-actions[bot]
authored andcommitted
v3.17.0-beta.2
GitOrigin-RevId: 014d6b094ef45ef8d63b6a5f2f367e44ea9e0b51
1 parent 7a4eeae commit 075ceee

File tree

4 files changed

+38
-5
lines changed

4 files changed

+38
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 3.17.0-beta.2
2+
3+
### Features and improvements ✨
4+
5+
- Make `line-emissive-strength` data-driven.
6+
- Remove experimental flag from the `extra_bounds` property of raster and vector sources.
7+
- Various performance improvements.
8+
9+
### Bug fixes 🐞
10+
11+
- Fix features not being localized in dynamic filters when a worldview is set.
12+
- Correctly support filtered features in appearances.
13+
- Fix an issue occuring when expressions are used in appearances.
14+
115
## 3.17.0-beta.1
216

317
### Features and improvements ✨

package-lock.json

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

0 commit comments

Comments
 (0)