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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,21 @@ Mapbox welcomes participation and contributions from everyone.
10
10
*[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.
11
11
12
12
13
-
# 11.14.0-rc.1
13
+
# 11.14.0-rc.1 July 16, 2025
14
14
## Features ✨ and improvements 🏁
15
15
* Added `setContentDescription()` method to `AttributionPlugin` and `AttributionView` interfaces to programmatically set accessibility content description for the attribution button.
16
16
* 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.
17
18
18
19
## Bug fixes 🐞
19
20
* Fix exception when accessing enum properties in annotations.
20
21
* 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.
0 commit comments