Skip to content

Commit 823534d

Browse files
committed
v3.7.0-beta.1 (internal-1832)
1 parent 089d5fe commit 823534d

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## v3.7.0-beta.1
2+
3+
### Features and improvements ✨
4+
5+
- Add `config` expression support in layer filter.
6+
- Add symbol elevation properties: `symbol-z-offset` and `symbol-elevation-reference`.
7+
- Add the `fill-z-offset` property for fill layers.
8+
- Improve `Map#fitBounds` for the alternative projections.
9+
- Improve terrain hillshade lighting anchored to viewport.
10+
- Improve shadow casting from 3D models.
11+
- Improve error messages for invalid expressions.
12+
- Skip landmarks rendering when the camera is inside them.
13+
- Improve type checking for the `Map#setPaintProperty` and `Map#setLayoutProperty` methods.
14+
- Allow the `string` event type in Map event handlers.
15+
- Expose `RequestTransformFunction`, `ResourceType`, and `RequestParameters` types.
16+
17+
### Bug fixes 🐞
18+
- Fix feature filtering when using 3D lights.
19+
- Fix pattern rendering issues on some devices at high zoom levels.
20+
- Fix `fill-extrusion-line-width` rendering for large polygons
21+
- Fix symbol placement ordering when `symbol-z-order` is set to `auto`.
22+
- Fix the issue where `minzoom` and `maxzoom` properties were ignored by `clip` layers.
23+
- Fix handling previously hidden models in `clip` layers.
24+
- Fix directional light `cast-shadows` property type.
25+
126
## 3.6.0
227

328
### Features and improvements ✨

package-lock.json

Lines changed: 3 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.7.0-alpha.1",
4+
"version": "3.7.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

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.7.0-alpha.1",
3+
"version": "14.7.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)