You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,24 @@ Mapbox welcomes participation and contributions from everyone.
8
8
## Features ✨ and improvements 🏁
9
9
* Add experimental `ViewAnnotationManager.setViewAnnotationAvoidLayers` for specifying layers that view annotations should avoid. The API currently only supports line layers.
10
10
* Add support for the `maxOverscaleFactorForParentTiles` property in `CustomRasterSource` and `CustomGeometrySource`, allowing greater control over tile overscaling behavior when rendering custom raster tiles.
11
-
* Add `*UseTheme` String style properties to override color theme for particular color properties in all layers.
11
+
* Add `*UseTheme` String style properties to override color theme for particular color properties in all layers and their Compose counterparts.
12
12
* Remove experimental `ShadowQuality` properties from direct light layer.
13
+
* Extend tilecover for elevated roads avoiding missing road segments.
14
+
15
+
## Bug fixes 🐞
16
+
* Prefer last used anchor for Dynamic View Annotation placement.
17
+
* Fix out of bound issue of gradient effect.
18
+
* Fix hidden elements caused by flood lighting.
19
+
* Fix parsing raster sprite images with float stretch/content coordinates.
20
+
* Fix glyph loading issue when incorrect glyph url is used.
21
+
* Fix color theme data decoding.
22
+
* Speed up start with big old offline database.
23
+
* Fix disappearing tiles in some rare conditions.
24
+
* Fix road shadows issues when far away and low zoom levels.
25
+
26
+
## Dependencies
27
+
* Update gl-native to v11.10.0-rc.1 and common to v24.10.0-rc.1.
0 commit comments