Skip to content

Commit

Permalink
v3.7.0-beta.1 (internal-1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
underoot committed Sep 12, 2024
1 parent 089d5fe commit 823534d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## v3.7.0-beta.1

### Features and improvements ✨

- Add `config` expression support in layer filter.
- Add symbol elevation properties: `symbol-z-offset` and `symbol-elevation-reference`.
- Add the `fill-z-offset` property for fill layers.
- Improve `Map#fitBounds` for the alternative projections.
- Improve terrain hillshade lighting anchored to viewport.
- Improve shadow casting from 3D models.
- Improve error messages for invalid expressions.
- Skip landmarks rendering when the camera is inside them.
- Improve type checking for the `Map#setPaintProperty` and `Map#setLayoutProperty` methods.
- Allow the `string` event type in Map event handlers.
- Expose `RequestTransformFunction`, `ResourceType`, and `RequestParameters` types.

### Bug fixes 🐞
- Fix feature filtering when using 3D lights.
- Fix pattern rendering issues on some devices at high zoom levels.
- Fix `fill-extrusion-line-width` rendering for large polygons
- Fix symbol placement ordering when `symbol-z-order` is set to `auto`.
- Fix the issue where `minzoom` and `maxzoom` properties were ignored by `clip` layers.
- Fix handling previously hidden models in `clip` layers.
- Fix directional light `cast-shadows` property type.

## 3.6.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.7.0-alpha.1",
"version": "3.7.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.7.0-alpha.1",
"version": "14.7.0-beta.1",
"description": "a specification for mapbox gl styles",
"author": "Mapbox",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down

0 comments on commit 823534d

Please sign in to comment.