Skip to content

Commit 15070c5

Browse files
stepankuzmingithub-actions[bot]
authored andcommitted
v3.19.0-beta.1 (internal-9621)
GitOrigin-RevId: b1e4d0eb86f45bbc790d412e6e0cfc5706d4e53b
1 parent 0977dcd commit 15070c5

File tree

4 files changed

+41
-6
lines changed

4 files changed

+41
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 3.19.0-beta.1
2+
3+
### Features and improvements ✨
4+
5+
- Fix z-fighting for elevated raster layers.
6+
- Add `raster-elevation-reference` paint property to elevate raster layers relative to ground instead of sea level.
7+
- Add `line-elevation-ground-scale` layout property to scale elevated lines with terrain exaggeration.
8+
- Use native async/await when loading models. **Note**: Please ensure GL JS is excluded from transpilation in your build setup.
9+
- Explicitly state minimum supported browser versions in `browserslist`.
10+
11+
### Bug fixes 🐞
12+
13+
- Fix regressions in `NavigationControl`.
14+
- Fix namespace conflicts in different featuresets' selectors.
15+
- Recalculate layers with `visibility: none` in case properties were changed.
16+
- Fix bug in border update logic of `fill-extrusion` layer, overriding clip layer's behaviour.
17+
118
## 3.18.1
219

320
### Features and improvements ✨

package-lock.json

Lines changed: 22 additions & 4 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.18.1",
4+
"version": "3.19.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.18.1",
3+
"version": "14.19.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)