Skip to content

Commit 1d0a4b9

Browse files
natiginfogithub-actions[bot]
authored andcommitted
update maps-android changelog for 11.14.0-rc.1 (#5312)
Added relevant gl-native and common entries cc @mapbox/maps-android GitOrigin-RevId: b7c7af14e966eb7ddd42e33f4784f05334566877
1 parent 76b36e3 commit 1d0a4b9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,21 @@ Mapbox welcomes participation and contributions from everyone.
1010
* [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.
1111

1212

13-
# 11.14.0-rc.1
13+
# 11.14.0-rc.1 July 16, 2025
1414
## Features ✨ and improvements 🏁
1515
* Added `setContentDescription()` method to `AttributionPlugin` and `AttributionView` interfaces to programmatically set accessibility content description for the attribution button.
1616
* 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.
17+
* Improved zoom animation performance by preloading target tiles and reducing unnecessary intermediate tile processing, resulting in smoother camera transitions and reduced frame rate drops.
1718

1819
## Bug fixes 🐞
1920
* Fix exception when accessing enum properties in annotations.
2021
* Fix an issue where instant animation might not have been executed in case of launching multiple animations within a single frame.
22+
* Fix potential data race in Mapbox token initialization
23+
* Minor fixes in `TileStore` service
24+
* Fixed an issue where View Annotations would disappear when rotating and tilting the `MapView` with `allowOverlapWithPuck=false` due to incorrect intersection calculations with off-screen location pucks.
25+
26+
## Dependencies
27+
* Update gl-native to v11.14.0-rc.1 and common to 24.14.0-rc.1.
2128

2229
# 11.14.0-beta.1 July 02, 2025
2330

0 commit comments

Comments
 (0)