Skip to content

Commit cf0c90a

Browse files
natiginfogithub-actions[bot]
authored andcommitted
[maps-android] update changelog for 11.14.0 (#5490)
GitOrigin-RevId: 851e8787d4aa0676c6a140c52fcb1804d31d714a
1 parent 29aeb69 commit cf0c90a

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,32 @@ Mapbox welcomes participation and contributions from everyone.
88
* Fix potential ANR (Application Not Responding) issue when retrieving display refresh rate during map initialization by offloading the system call to a background thread with proper timeout and fallback handling.
99

1010

11-
# 11.14.0
11+
# 11.14.0 July 30, 2025
1212
## Features ✨ and improvements 🏁
13+
* Added new `FillLayer.fillPatternCrossFade`, `FillExtrusionLayer.fillExtrusionPatternCrossFade`, `LineLayer.fillExtrusionPatternCrossFade` properties.
14+
* Provide depth range used for rendering 3D content to custom layers.
15+
* Added new `split` expression, which returns an array of substrings from a string, split by a delimiter parameter.
1316
* 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.
17+
* Added `setContentDescription()` method to `AttributionPlugin` and `AttributionView` interfaces to programmatically set accessibility content description for the attribution button.
18+
* 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.
1419

1520
## Bug fixes 🐞
1621
* [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.
22+
* Fix exception when accessing enum properties in annotations.
23+
* Fix an issue where instant animation might not have been executed in case of launching multiple animations within a single frame.
24+
* Apply obfuscation rules for generated `@MapboxModule` with `enableConfiguration = true`
25+
* Handle getSharedPreferences exceptions in SettingsServiceHelper
26+
* Fixed placement for point symbols with symbol-z-offset
27+
* Fixed some icons being skipped in rare cases
28+
* Fixed text/icon intersections for optional texts/icons in some cases
29+
* Fix Dynamic View Annotations caches rebuilding on line-trim-offset updates
30+
* Fix symbol z-offset not working with fixed fill-extrusion-height
31+
* Fix potential race conditions in the sprite loader
32+
* Fix a crash when using `CustomRasterSourceTileRenderer`
33+
* Fix crashes when logging invalid data
34+
35+
## Dependencies
36+
* Update gl-native to v11.14.0, common to 24.14.0.
1737

1838

1939
# 11.14.0-rc.1 July 16, 2025

0 commit comments

Comments
 (0)