Skip to content

Commit 6130929

Browse files
ibesoragithub-actions[bot]
authored andcommitted
v3.19.0
GitOrigin-RevId: 8d9f07efed4043b2155e07254001660d1cf87640
1 parent a18d165 commit 6130929

4 files changed

Lines changed: 15 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,32 @@
1-
## 3.19.0-beta.2
1+
## 3.19.0
22

33
### Features and improvements ✨
44

55
- Promote elevated lines properties to stable: `line-z-offset` and `line-elevation-reference`.
66
- Add experimental `text-size-scale-range` and `icon-size-scale-range` style properties.
77
- Add experimental `Map#setScaleFactor`/`Map#getScaleFactor` methods for controlling symbol layer scaling.
88
- Apply global scale factor to images within `text-field`.
9-
10-
### Bug fixes 🐞
11-
12-
- Fix `RasterArrayTileSource#reload()` not working correctly.
13-
- Add request cancellation support to the `ModelSource`.
14-
- Fix flickering of aliased thin lines.
15-
- Fix elevated line bevel join artifacts at sharp corners.
16-
17-
## 3.19.0-beta.1
18-
19-
### Features and improvements ✨
20-
219
- Fix z-fighting for elevated raster layers.
2210
- Add `raster-elevation-reference` paint property to elevate raster layers relative to ground instead of sea level.
2311
- Add `line-elevation-ground-scale` layout property to scale elevated lines with terrain exaggeration.
2412
- Use native async/await when loading models. **Note**: Please ensure GL JS is excluded from transpilation in your build setup.
2513
- Explicitly state minimum supported browser versions in `browserslist`.
14+
- Support `pitch` and `distance` expressions in filters.
15+
- Support incremental updates when using `setFeatureState`.
16+
- Add experimental `Map#setNearClipOffset`/`Map#getNearClipOffset` methods to control the near clip offset when ortohographic projections are used.
2617

2718
### Bug fixes 🐞
2819

20+
- Fix `RasterArrayTileSource#reload()` not working correctly.
21+
- Add request cancellation support to the `ModelSource`.
22+
- Fix flickering of aliased thin lines.
23+
- Fix elevated line bevel join artifacts at sharp corners.
2924
- Fix regressions in `NavigationControl`.
3025
- Fix namespace conflicts in different featuresets' selectors.
3126
- Recalculate layers with `visibility: none` in case properties were changed.
3227
- Fix bug in border update logic of `fill-extrusion` layer, overriding clip layer's behaviour.
28+
- Fix empty tiles on non-integer maxZoom when terrain was used.
29+
- Fix prototype pollution via Style JSON.
3330

3431
## 3.18.1
3532

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.19.0-beta.2",
4+
"version": "3.19.0",
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.19.0-beta.2",
3+
"version": "14.19.0",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)