|
1 | | -## 3.19.0-beta.2 |
| 1 | +## 3.19.0 |
2 | 2 |
|
3 | 3 | ### Features and improvements ✨ |
4 | 4 |
|
5 | 5 | - Promote elevated lines properties to stable: `line-z-offset` and `line-elevation-reference`. |
6 | 6 | - Add experimental `text-size-scale-range` and `icon-size-scale-range` style properties. |
7 | 7 | - Add experimental `Map#setScaleFactor`/`Map#getScaleFactor` methods for controlling symbol layer scaling. |
8 | 8 | - 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 | | - |
21 | 9 | - Fix z-fighting for elevated raster layers. |
22 | 10 | - Add `raster-elevation-reference` paint property to elevate raster layers relative to ground instead of sea level. |
23 | 11 | - Add `line-elevation-ground-scale` layout property to scale elevated lines with terrain exaggeration. |
24 | 12 | - Use native async/await when loading models. **Note**: Please ensure GL JS is excluded from transpilation in your build setup. |
25 | 13 | - 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. |
26 | 17 |
|
27 | 18 | ### Bug fixes 🐞 |
28 | 19 |
|
| 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. |
29 | 24 | - Fix regressions in `NavigationControl`. |
30 | 25 | - Fix namespace conflicts in different featuresets' selectors. |
31 | 26 | - Recalculate layers with `visibility: none` in case properties were changed. |
32 | 27 | - 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. |
33 | 30 |
|
34 | 31 | ## 3.18.1 |
35 | 32 |
|
|
0 commit comments