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
+33-9Lines changed: 33 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,43 @@ Mapbox welcomes participation and contributions from everyone.
5
5
> **16 KB Page Size Support:** Starting with version 11.7.0 and 10.19.0, **NDK 27 is supported** with dedicated artifacts that include [support for 16 KB page sizes](https://developer.android.com/guide/practices/page-sizes). If your app does not require 16 KB page size support, you can keep using our default artifacts without `-ndk27` suffix. For more information about our NDK support, see https://docs.mapbox.com/android/maps/guides/#ndk-support
6
6
7
7
# main
8
-
## Features ✨ and improvements 🏁
9
-
* Expose `LineLayer.lineCutoutOpacity` and `LineLayer.lineCutoutWidth` to make route lines visible through obstructing 3D buildings and other aboveground features.
10
-
* Expose experimental `MapboxMap.setStyleLayerPropertiesAsync` and `MapboxMap.setStyleLayerPropertyAsync` (also available through `Style`) to allow setting properties from a any thread and asynchronously.
11
8
12
9
## Bug fixes 🐞
13
10
* MapboxTracing was deprecated and moved to package com.mapbox.common.
14
11
* Fixed incorrect positioning of map marker annotations, when coordinates do not change.
15
12
16
-
# 11.15.0
13
+
# 11.15.0 September 11, 2025
14
+
15
+
## Features ✨ and improvements 🏁
16
+
* Expose `LineLayer.lineCutoutOpacity` and `LineLayer.lineCutoutWidth` to make route lines visible through obstructing 3D buildings and other aboveground features.
17
+
* Expose experimental `MapboxMap.setStyleLayerPropertiesAsync` and `MapboxMap.setStyleLayerPropertyAsync` (also available through `Style`) to allow setting properties from a any thread and asynchronously.
18
+
* Improve performance of the zooming-out animation
17
19
18
20
## Bug fixes 🐞
19
21
* Fix flyTo animation when zoom property is null or not changed
22
+
* Fix `MapInteraction` for 2D and 3D location puck indicator
23
+
* Fix ViewAnnotation disappears when interacting with location puck at different camera positions due to incorrect 2D puck bounding box calculation
24
+
* Fix a bug where Dynamic View Annotations disappeared in corner cases
25
+
* Fix bug where View Annotation is not displayed at zoom levels > 22
26
+
* Fix potential crash caused by a race condition
27
+
* Fix the alignment of the text and icon when using the text-anchor property.
28
+
* Fix incorrect background color of icons when non-default color-theme is used
29
+
* Fix tile border debug feature flickering on globe projection
30
+
* 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.
31
+
* Fix frames skipped when calling `mapView.setMaximumFps(..)` multiple times.
32
+
* Allow to create text-field without any text
33
+
* Fix potential data race in mapbox token initialization
34
+
35
+
## Dependencies
36
+
* Update gl-native to [v11.15.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.15.0), common to [24.15.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.15.0).
37
+
* Update Mapbox GeoJSON library to [v7.5.0](https://github.com/mapbox/mapbox-java/releases/tag/v7.5.0) which bumps GSON to v2.13.1 to address [CVE-2025-53864](https://nvd.nist.gov/vuln/detail/CVE-2025-53864). If your project uses AGP 7.0, you might need to add the following snippet to your `build.gradle` or upgrade to AGP 8.0+ ([more details](https://issuetracker.google.com/issues/342522142#comment8)):
@@ -56,7 +81,7 @@ Mapbox welcomes participation and contributions from everyone.
56
81
57
82
# 11.15.0-beta.2 August 15, 2025
58
83
## Bug fixes 🐞
59
-
* Fix tile border debug feature flickering on globe
84
+
* Fix tile border debug feature flickering on globe projection
60
85
61
86
## Dependencies
62
87
* Update gl-native to v11.15.0-beta.2, common to 24.15.0-beta.2.
@@ -70,15 +95,14 @@ Mapbox welcomes participation and contributions from everyone.
70
95
71
96
# 11.15.0-beta.1 August 12, 2025
72
97
## Features ✨ and improvements 🏁
73
-
*Enable camera animation hint during zoom out animations
98
+
*Improve performance during zoom out camera animations
74
99
75
100
## Bug fixes 🐞
76
101
* 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.
77
102
* Fix frames skipped when calling `mapView.setMaximumFps(..)` multiple times.
78
-
* Fixed image only `text-field`
79
-
*Make 2D Location Indicator bbox available only for visible puck positions
103
+
* Fixed `text-field` to be created without any text but with an image only
104
+
*Fix ViewAnnotation disappears when interacting with location puck at different camera positions due to incorrect 2D puck bounding box calculation
80
105
* Fix potential data race in mapbox token initialization
81
-
* Minor fixes in `TileStore` service
82
106
83
107
## Dependencies
84
108
* Update gl-native to v11.15.0-beta.1, common to 24.15.0-beta.1.
0 commit comments