Skip to content

Commit 9cbd785

Browse files
kediarovnatiginfo
authored andcommitted
kir/changelog-cherry-pick-v0.15 (#6609)
Co-authored-by: Natig Babayev <[email protected]> GitOrigin-RevId: 8b17c9189ebee8f9df5d4d34ba88b3a5e73a1cb3
1 parent 3ae9c77 commit 9cbd785

File tree

1 file changed

+33
-9
lines changed

1 file changed

+33
-9
lines changed

CHANGELOG.md

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,43 @@ Mapbox welcomes participation and contributions from everyone.
55
> **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
66
77
# 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.
118

129
## Bug fixes 🐞
1310
* MapboxTracing was deprecated and moved to package com.mapbox.common.
1411
* Fixed incorrect positioning of map marker annotations, when coordinates do not change.
1512

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
1719

1820
## Bug fixes 🐞
1921
* 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)):
38+
```
39+
configurations {
40+
all {
41+
exclude group: 'com.google.errorprone', module: 'error_prone_annotations'
42+
}
43+
}
44+
```
2045

2146
# 11.14.4 September 03, 2025
2247

@@ -56,7 +81,7 @@ Mapbox welcomes participation and contributions from everyone.
5681

5782
# 11.15.0-beta.2 August 15, 2025
5883
## Bug fixes 🐞
59-
* Fix tile border debug feature flickering on globe
84+
* Fix tile border debug feature flickering on globe projection
6085

6186
## Dependencies
6287
* 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.
7095

7196
# 11.15.0-beta.1 August 12, 2025
7297
## Features ✨ and improvements 🏁
73-
* Enable camera animation hint during zoom out animations
98+
* Improve performance during zoom out camera animations
7499

75100
## Bug fixes 🐞
76101
* 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.
77102
* 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
80105
* Fix potential data race in mapbox token initialization
81-
* Minor fixes in `TileStore` service
82106

83107
## Dependencies
84108
* Update gl-native to v11.15.0-beta.1, common to 24.15.0-beta.1.

0 commit comments

Comments
 (0)