|
| 1 | +## 3.18.0-beta.2 |
| 2 | + |
| 3 | +### Features and improvements ✨ |
| 4 | + |
| 5 | +- Add `showButton` option to `GeolocateControl` that allows hiding the control button. |
| 6 | +- Add `followUserLocation` option and `setFollowUserLocation` method to `GeolocateControl` to control whether the map follows the user's location. |
| 7 | +- Improve `GeolocateControl` timeout handling. |
| 8 | + |
| 9 | +### Bug fixes 🐞 |
| 10 | + |
| 11 | +- Fix stretchable icons without `icon-text-fit` rendering with an incorrect size. |
| 12 | +- Fix `icon-size` not working correctly with `coalesce` expressions. |
| 13 | +- Fix render cut off for elevated raster-layer rendering in ortho projection range. |
| 14 | +- Fix symbol placement with optional and missing parts. |
| 15 | +- Expose all error properties for `GeolocateControl` error event (h/t @lucavb). |
| 16 | + |
1 | 17 | ## 3.18.0-beta.1 |
2 | 18 |
|
3 | 19 | ### Features and improvements ✨ |
4 | 20 |
|
5 | | -* Add support for `text-rotate`, `text-size`, and `text-offset` properties in appearances. |
6 | | -* Add `shadow-draw-before-layer` property to directional light, allowing control over shadow draw order in the layer stack. |
7 | | -* Add `model-allow-density-reduction` property to model layers. (h/t @JoshuaJMoore) |
| 21 | +- Add support for `text-rotate`, `text-size`, and `text-offset` properties in appearances. |
| 22 | +- Add `shadow-draw-before-layer` property to directional light, allowing control over shadow draw order in the layer stack. |
| 23 | +- Add `model-allow-density-reduction` property to model layers. (h/t @JoshuaJMoore) |
8 | 24 |
|
9 | 25 | ### Bug fixes 🐞 |
10 | 26 |
|
11 | | -* Fix an error when querying multipolygons in `dynamic: true` mode. |
12 | | -* Fix `AttributionControl` links sanitization. |
13 | | -* Fix appearances with no `icon-size` using the default value instead of the layout-defined one. |
14 | | -* Fix updates to model source via `ModelSource.setModels` while models are still loading. |
15 | | -* Fix polygon clipping precision errors causing rendering artifacts in elevated structures. |
16 | | -* Preserve featuresets in `map.getStyle()` output. |
17 | | -* Expose TypeScript types from `@mapbox/mapbox-gl-style-spec` for direct imports. |
| 27 | +- Fix an error when querying multipolygons in `dynamic: true` mode. |
| 28 | +- Fix `AttributionControl` links sanitization. |
| 29 | +- Fix appearances with no `icon-size` using the default value instead of the layout-defined one. |
| 30 | +- Fix updates to model source via `ModelSource.setModels` while models are still loading. |
| 31 | +- Fix polygon clipping precision errors causing rendering artifacts in elevated structures. |
| 32 | +- Preserve featuresets in `map.getStyle()` output. |
| 33 | +- Expose TypeScript types from `@mapbox/mapbox-gl-style-spec` for direct imports. |
18 | 34 |
|
19 | 35 | ## 3.17.0 |
20 | 36 |
|
|
0 commit comments