Skip to content

Commit 3bcae08

Browse files
natiginfogithub-actions[bot]
authored andcommitted
[maps-android] Update CHANGELOG for 11.17.0-beta.1 (#7881)
GitOrigin-RevId: 8a19aca9cdde07688608398663b1b2771f849081
1 parent 63a9d88 commit 3bcae08

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ Mapbox welcomes participation and contributions from everyone.
1515
* Add click gesture support to `Marker` composable with `onClick` parameter
1616
* Introduced `ScaleBarSettings.distanceUnits` property supporting metric, imperial, and nautical units, replacing the boolean `isMetricUnits` property.
1717
* Added `fuelingStationModePointOfInterestLabels` configuration option to Mapbox Standard and Standard Satellite styles. Control the visibility of fuel station and electric charging station POI labels with options: "default" (shows both), "fuel" (fuel stations only), "electric" (charging stations only), or "none" (hides both).
18+
* Introduce experimental support for Appearances. The Appearances layer property defines sets of appearance objects used to quickly change the visual styling of a layer based on a condition using feature-state. See `AppearancesActivity` in example application for further details.
19+
* Memory allocation improvements
20+
21+
## Bug fixes 🐞
22+
* Fix multiple crashes during style switches related to terrain rendering, texture management, and image cleanup.
23+
* Fix line patterns not elevating properly on HD roads.
24+
* Fix rendering of TileStore tiles when TileStore is used as disk cache and user is offline.
25+
* Fix performance regression for `distance` and `within` expressions when processing large GeoJSON datasets.
26+
* Fix GeoJSON tiled model disappearance during fast zoom interactions.
27+
* Fix rendering issues when switching between globe and mercator projections.
28+
* Logging improvements to reduce noise and duplication.
29+
1830

1931
## Dependencies
2032
* Update gl-native to [v11.17.0-beta.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-beta.1), common to [v24.17.0-beta.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-beta.1).

0 commit comments

Comments
 (0)