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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,19 @@ Mapbox welcomes participation and contributions from everyone.
5
5
# main
6
6
7
7
# 11.15.0-beta.1 August 12, 2025
8
+
## Features ✨ and improvements 🏁
9
+
* Enable camera animation hint during zoom out animations
8
10
9
11
## Bug fixes 🐞
10
12
* 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.
11
13
* Fix frames skipped when calling `mapView.setMaximumFps(..)` multiple times.
14
+
* Fixed image only `text-field`
15
+
* Make 2D Location Indicator bbox available only for visible puck positions
16
+
* Fix potential data race in mapbox token initialization
17
+
* Minor fixes in `TileStore` service
12
18
13
19
## Dependencies
20
+
* Update gl-native to v11.15.0-beta.1, common to 24.15.0-beta.1.
14
21
* Update Mapbox GeoJSON library to [v7.5.0](https://github.com/mapbox/mapbox-java/releases/tag/v7.5.0).
0 commit comments