Skip to content

Commit d689968

Browse files
lyydikoigithub-actions[bot]
authored andcommitted
[backport] Update changelog for maps-android 11.19.0-rc.1 (#10108)
GitOrigin-RevId: 254b1d6ee413b728aba2e191a2b98a3077ef6b51
1 parent 3ed73c6 commit d689968

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,25 @@ 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+
9+
# 11.19.0-rc.1 February 12, 2026
10+
811
## Features ✨ and improvements 🏁
12+
* Improve data serialization speed when using `LineString` or `MultiPoint` in `GeoJsonSource`.
913
* Introduce new `LineLayer.lineElevationGroundScale` property to scale elevated lines with terrain exaggeration.
1014
* Promote elevated lines properties to stable: `LineLayer.lineZOffset` and `LineLayer.lineElevationReference`.
11-
* Improve data serialization speed when using `LineString` or `MultiPoint` in `GeoJsonSource`.
1215
* Introduce experimental `SymbolScaleBehavior` API to automatically scale map symbols (icons and text) based on system accessibility text size settings. Set `MapboxMap.symbolScaleBehavior` property to configure: `SymbolScaleBehavior.system` (automatic scaling), `SymbolScaleBehavior.system(mapping)` (custom mapping function), or `SymbolScaleBehavior.fixed(scaleFactor)` (fixed scale, default is 1.0). Valid scale factor range is [0.8, 2.0]. Automatic scaling is opt-in; symbols default to fixed 1.0x scale.
13-
14-
15-
# 11.19.0-rc.1 February 12, 2026
16+
* General fixes and performance improvements.
1617

1718
## Bug fixes 🐞
1819
* Fixed a potential leak of animators, which resulted in the absence of MapIdle events.
20+
* Fix elevated line bevel join artifacts at sharp corners.
1921
* [compose] Improved reliability of attribution list updates on source change.
2022

23+
## Dependencies
24+
* Update gl-native to [v11.19.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.19.0-rc.1), common to [v24.19.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.19.0-rc.1).
25+
26+
2127
# 11.18.2 February 09, 2026
2228

2329
## Bug fixes 🐞
@@ -26,15 +32,12 @@ Mapbox welcomes participation and contributions from everyone.
2632

2733
## Dependencies
2834
* Update gl-native to [v11.18.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.18.2), common to [v24.18.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.18.2).
29-
## Dependencies
30-
* Update gl-native to [v11.19.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.19.0-rc.1), common to [v24.19.0-rc.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.19.0-rc.1).
3135

3236

3337
# 11.18.1 January 29, 2026
3438
## Dependencies
3539
* Update gl-native to [v11.18.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.18.1), common to [v24.18.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.18.1).
3640

37-
3841
## Features ✨ and improvements 🏁
3942
* Add `ModelSource` support with `ModelSourceModel`, `ModelMaterialOverride`, and `ModelNodeOverride` to enable interactive 3D models. Material overrides allow customization of color, emissive strength, opacity, and color mix intensity. Node overrides enable control of model part transformations such as rotating doors, landing gear, or propellers. Models can be updated via source-driven approach (modifying `ModelSource.models` directly) or feature-state driven approach (using expressions with feature state for dynamic control). For implementation examples, see `Interactive3DModelFeatureStateActivity` (Compose), `Interactive3DModelSourceActivity` (View), and `Animated3DModelActivity` (Compose).
4043

0 commit comments

Comments
 (0)