Skip to content

Commit 0246a4b

Browse files
natiginfogithub-actions[bot]
authored andcommitted
[maps-android] pre-native component changelog update (#5489)
GitOrigin-RevId: 604f9d63c8c8bb853538d9fc6939ce3bb1492287
1 parent a0ee489 commit 0246a4b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,29 @@ Mapbox welcomes participation and contributions from everyone.
66

77
# 11.14.0
88
## Features ✨ and improvements 🏁
9+
* Added new `FillLayer.fillPatternCrossFade`, `FillExtrusionLayer.fillExtrusionPatternCrossFade`, `LineLayer.fillExtrusionPatternCrossFade` properties.
10+
* Provide depth range used for rendering 3D content to custom layers.
11+
* Added new `split` expression, which returns an array of substrings from a string, split by a delimiter parameter.
912
* Added experimental `MapView.scheduleThreadServiceTypeReset()` to reset the renderer thread service type to Interactive. This experimental API is intended for edge cases involving custom lifecycle management or specific scenarios where the default lifecycle behavior is insufficient.
13+
* Added `setContentDescription()` method to `AttributionPlugin` and `AttributionView` interfaces to programmatically set accessibility content description for the attribution button.
14+
* Added `MapView.onResume()` which should be called in `onResume()` of the host activity or fragment to resume the map view if `plugin-lifecycle` is not used.
1015

1116
## Bug fixes 🐞
1217
* [compose] Avoid excessive debug logging on SourceState, which can result in Out Of Memory in extreme cases. Avoid appending geojson data in `GeoJsonSourceState.toString()` override.
18+
* Fix exception when accessing enum properties in annotations.
19+
* Fix an issue where instant animation might not have been executed in case of launching multiple animations within a single frame.
20+
* Apply obfuscation rules for generated `@MapboxModule` with `enableConfiguration = true`
21+
* Handle getSharedPreferences exceptions in SettingsServiceHelper
22+
* Fixed placement for point symbols with symbol-z-offset
23+
* Fixed some icons being skipped in rare cases
24+
* Fixed text/icon intersections for optional texts/icons in some cases
25+
* Fix Dynamic View Annotations caches rebuilding on line-trim-offset updates
26+
* Fix symbol z-offset not working with fixed fill-extrusion-height
27+
* Fix potential race conditions in the sprite loader
28+
29+
## Dependencies
30+
* Update gl-native to [v11.14.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.14.0), common to [24.14.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.14.0).
31+
1332

1433
# 11.14.0-rc.1 July 16, 2025
1534
## Features ✨ and improvements 🏁

0 commit comments

Comments
 (0)