Skip to content

Commit 596da6b

Browse files
committed
v3.9.0-beta.1 (internal-2044)
1 parent 8ea0639 commit 596da6b

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 3.9.0-beta.1
2+
3+
### Breaking changes ⚠️
4+
5+
- Rename `featureset` property to `target` in `addInteraction` and `queryRenderedFetures` options.
6+
7+
### Features and improvements ✨
8+
9+
- Add _experimental_ features for interactive indoor maps.
10+
- Add _experimental_ vector icons support.
11+
- Add _experimental_ precipitation support through `snow` and `rain` style properties.
12+
- Add `to-hsla` expression.
13+
- Add `*-use-theme` property to override the color theme for specific layers.
14+
- Add support for `color-theme` overrides in imports.
15+
- Add per-feature `mouseenter`, `mouseover`, `mouseleave`, and `mouseout` events for `addInteraction`.
16+
- Enable mixing `featuresets` and `layers` in the `Map#queryRenderedFeatures`.
17+
- Improve landmark rendering performance.
18+
19+
### Bug fixes 🐞
20+
21+
- Fix crash on devices with PowerVR GPUs.
22+
- Fix dark shade of fill-extrusion buildings caused by specific light directions.
23+
- Fix double shadowing on lines at ground level.
24+
- Fix shadow acne from 3D structures close to the ground.
25+
- Fix update of state-dependent features during brightness changes.
26+
127
## 3.8.0
228

329
### Features and improvements ✨

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

+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.8.0",
3+
"version": "14.9.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)