Skip to content

Commit 1ce7b3c

Browse files
jushgithub-actions[bot]
authored andcommitted
Update 11.16.0-beta.1 changelog entries and fixed 11.15.0 (#6885)
GitOrigin-RevId: cd75409596449f617c632f2c102a1ea6764df694
1 parent b6ea537 commit 1ce7b3c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ 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+
* Added experimental `MapOptions.Builder.scaleFactor()` for scaling icons and texts.
10+
811
## Bug fixes 🐞
912
* Fix an issue where `MapView#snapshot` listener was invoked twice when the map was not ready.
1013

1114
# 11.16.0-beta.1 September 23, 2025
1215

1316
## Features ✨ and improvements 🏁
14-
* Update target and compile SDK version to 35
15-
* Added experimental `MapOptions.Builder.scaleFactor()` for scaling icons and texts.
17+
* Update target and compile SDK version to 35
1618
* Added support for `LandmarkIcons` featureset in Mapbox Standard Style. Query and interact with landmark building icons that appear on the map, accessing properties including landmark ID, name, type, and localized names through the `StandardLandmarkIconsFeature` class.
1719
* Enhanced `MapboxStandardStyle()` and `MapboxStandardSatelliteStyle()` Compose functions with comprehensive configuration options:
1820
- **Color customization**: Set custom colors for roads, motorways, water, greenspaces, administrative boundaries, and more
@@ -22,11 +24,14 @@ Mapbox welcomes participation and contributions from everyone.
2224
- **Administrative boundaries**: Toggle boundary visibility and customize colors
2325
- **3D objects**: Control visibility of buildings, landmarks, and trees with `show3dObjects`
2426
* Expose `LineLayer.lineCutoutFadeWidth` to control route line cutout fade width.
27+
* `com.mapbox.maps.MapboxTracing` was deprecated and moved to package `com.mapbox.common.MapboxTracing`.
2528

2629
## Bug fixes 🐞
27-
* MapboxTracing was deprecated and moved to package com.mapbox.common.
28-
* Fixed incorrect positioning of map marker annotations, when coordinates do not change.
30+
* Fix incorrect positioning of map marker annotations, when coordinates do not change.
2931
* Fix incorrect display height for zooming gesture on secondary displays.
32+
* Fix some feature state-related bugs.
33+
* Fix precision issue in hillshade causing terrain with steps.
34+
* Fix incorrect Asset File Source initialization.
3035

3136
## Dependencies
3237
* 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).
@@ -52,6 +57,7 @@ Mapbox welcomes participation and contributions from everyone.
5257
* Fix frames skipped when calling `mapView.setMaximumFps(..)` multiple times.
5358
* Allow to create text-field without any text
5459
* Fix potential data race in mapbox token initialization
60+
* Fix cronet request cancel due to connect timeout & reduce objects created.
5561

5662
## Dependencies
5763
* 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).

0 commit comments

Comments
 (0)