Skip to content

Commit 3efd68e

Browse files
committed
v3.9.0
* v3.9.0 * fixup changelog * add another fix item
1 parent 682e9fc commit 3efd68e

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
## 3.9.0-beta.1
1+
## 3.9.0
22

33
### Breaking changes ⚠️
44

55
- Rename `featureset` property to `target` in `addInteraction` and `queryRenderedFetures` options.
66

77
### Features and improvements ✨
88

9-
- Add _experimental_ features for interactive indoor maps.
109
- Add _experimental_ vector icons support.
1110
- Add _experimental_ precipitation support through `snow` and `rain` style properties.
11+
- Add _experimental_ features for interactive indoor maps.
1212
- Add `to-hsla` expression.
1313
- Add `*-use-theme` property to override the color theme for specific layers.
1414
- Add support for `color-theme` overrides in imports.
1515
- Add per-feature `mouseenter`, `mouseover`, `mouseleave`, and `mouseout` events for `addInteraction`.
1616
- Enable mixing `featuresets` and `layers` in the `Map#queryRenderedFeatures`.
1717
- Improve landmark rendering performance.
18+
- The `clip` layer is now stable and no longer marked _experimental_.
1819

1920
### Bug fixes 🐞
2021

@@ -23,6 +24,8 @@
2324
- Fix double shadowing on lines at ground level.
2425
- Fix shadow acne from 3D structures close to the ground.
2526
- Fix update of state-dependent features during brightness changes.
27+
- Fix an edge case with fill extrusions around tile borders not being updated correctly on terrain load.
28+
- Fix a race condition where using `line-z-offset` would sometimes break layer rendering order.
2629

2730
## 3.8.0
2831

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.9.0-beta.1",
4+
"version": "3.9.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mapbox-gl-style-spec",
3-
"version": "14.9.0-beta.1",
3+
"version": "14.9.0",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)