Skip to content

Commit

Permalink
v3.9.0-beta.1 (internal-2044)
Browse files Browse the repository at this point in the history
  • Loading branch information
underoot committed Dec 9, 2024
1 parent 8ea0639 commit 596da6b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 5 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 3.9.0-beta.1

### Breaking changes ⚠️

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

### Features and improvements ✨

- Add _experimental_ features for interactive indoor maps.
- Add _experimental_ vector icons support.
- Add _experimental_ precipitation support through `snow` and `rain` style properties.
- Add `to-hsla` expression.
- Add `*-use-theme` property to override the color theme for specific layers.
- Add support for `color-theme` overrides in imports.
- Add per-feature `mouseenter`, `mouseover`, `mouseleave`, and `mouseout` events for `addInteraction`.
- Enable mixing `featuresets` and `layers` in the `Map#queryRenderedFeatures`.
- Improve landmark rendering performance.

### Bug fixes 🐞

- Fix crash on devices with PowerVR GPUs.
- Fix dark shade of fill-extrusion buildings caused by specific light directions.
- Fix double shadowing on lines at ground level.
- Fix shadow acne from 3D structures close to the ground.
- Fix update of state-dependent features during brightness changes.

## 3.8.0

### Features and improvements ✨
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mapbox-gl",
"description": "A WebGL interactive maps library",
"version": "3.8.0",
"version": "3.9.0-beta.1",
"main": "dist/mapbox-gl.js",
"style": "dist/mapbox-gl.css",
"types": "dist/mapbox-gl.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/style-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-gl-style-spec",
"version": "14.8.0",
"version": "14.9.0-beta.1",
"description": "a specification for mapbox gl styles",
"author": "Mapbox",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down

0 comments on commit 596da6b

Please sign in to comment.