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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,17 @@ Mapbox welcomes participation and contributions from everyone.
7
7
# main
8
8
9
9
# 11.16.0-rc.1 October 07, 2025
10
-
## Dependencies
11
-
* Update gl-native to [v11.16.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.0-rc.1), common to [v24.16.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.0-rc.1).
10
+
11
+
## Features ✨ and improvements 🏁
12
+
* Mark tile import APIs as experimental
12
13
13
14
## Bug fixes 🐞
14
-
* Fix an issue where `MapView#snapshot` listener was invoked twice when the map was not ready.
15
+
* Fix `var` expressions that did not work properly with config expressions
16
+
* Fix cutout disappearing at certain zoom and pitch levels with orthographic camera
17
+
* Fix potential crashes when updating style layer properties
18
+
19
+
## Dependencies
20
+
* Update gl-native to [v11.16.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.0-rc.1), common to [v24.16.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.0-rc.1).
15
21
16
22
# 11.16.0-beta.1 September 23, 2025
17
23
@@ -35,6 +41,7 @@ Mapbox welcomes participation and contributions from everyone.
35
41
* Fix some feature state-related bugs.
36
42
* Fix precision issue in hillshade causing terrain with steps.
37
43
* Fix incorrect Asset File Source initialization.
44
+
* Fix an issue where `MapView#snapshot` listener was invoked twice when the map was not ready.
38
45
39
46
## Dependencies
40
47
* Update gl-native to [v11.16.0-beta.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.0-beta.1), common to [24.16.0-beta.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.16.0-beta.1).
0 commit comments