Skip to content

Commit ab33ddb

Browse files
natiginfogithub-actions[bot]
authored andcommitted
Sync maps-android changelog (#3683)
GitOrigin-RevId: abf178a0b07bebea37ed0d779b25235a4e5ca352
1 parent fbd3b90 commit ab33ddb

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,44 @@ Mapbox welcomes participation and contributions from everyone.
55
# main
66
## Features ✨ and improvements 🏁
77
* Expose `RenderThreadStatsRecorder` as experimental API.
8-
* Expose an experimental API to define a non-rectangular screen culling shape(`MapboxMap.get/setScreenCullingShape`)
98
* Expose new experimental properties: `CircleLayer.circleElevationReference`, `FillLayer.fillConstructBridgeGuardRail`, `FillLayer.fillBridgeGuardRailColor`, `FillLayer.fillTunnelStructureColor`.
109
* Promote `MapInteraction` APIs to stable, remove experimental `Style.STANDARD_EXPERIMENTAL` constant, as `Style.STANDARD` supports featuresets and map interactions by default.
1110
* [compose] Rename experimental `ExperimentalStandardStyleState` to `StandardStyleState`, rename experimental `MapboxStandardStyleExperimental` to `MapboxStandardStyle(styleImportsContent, topSlot, middleSlot, bottomSlot, standardStyleState)`, and deprecate previous `MapboxStandardStyle` composable functions.
1211

12+
# 11.12.0 May 7, 2025
13+
## Features ✨ and improvements 🏁
14+
* Mapbox Geofencing is now available in public preview. Follow the documentation and code examples for [Android](https://docs.mapbox.com/android/maps/guides/geofencing/) and [iOS](https://docs.mapbox.com/ios/maps/guides/geofencing/) to get started.
15+
* Avoid fetching pixelRatio from gl-native while rendering scalebar to improve CPU usage.
16+
* Promote `MapView.attribution.getMapAttributionDelegate().extraAttributions` to stable.
17+
* Expose an experimental API to define a non-rectangular screen culling shape(`MapboxMap.get/setScreenCullingShape`)
18+
* Introduce experimental `colorUseTheme` API for `AmbientLight`, `DirectionalLight`, and `FlatLight` to override color theme of light.
19+
* [compose] Introduce experimental `colorUseTheme` API for `AmbientLightState`, `DirectionalLightState`, and `FlatLightState` to override color theme of light.
20+
* [compose] Introduce experimental `vignetteColorUseTheme` and `colorUseTheme` for `RainState` and `SnowState` which allows overriding color theme of precipitations.
21+
* [compose] Annotate `rememberGeoJsonSourceState` as delicate API due to performance implications when used with large GeoJsonData.
22+
* Avoid dynamic view annotation overlapping given symbol layers.
23+
* Vector icons can now also be retrieved via `getStyleImage` API.
24+
* Revert changes to `at` expression and add new `at-interpolated` expression.
25+
* Enable tile pack v2 format by default.
26+
1327
## Bug fixes 🐞
28+
* Fixed a crash that occurred when a runtime-added unused image was removed and later reused.
29+
* `*-sort-key` properties now uses double, fixing incorrect sorting with big key values
1430
* Fix registering camera change listener every time `mapView.scalebar.enabled` is called with value `true` and it was already enabled.
31+
* Fix map flickering caused by the fill-extrusion pan tiles and missing stencil in 3D layers.
32+
* Fix semi transparent landmark icons.
33+
* Return null for config expression if requested config option is missing.
34+
* Fix clipPath and mask rendering for vector icon rasterization.
35+
* Fix dotted lines on tile borders.
36+
* Fix pattern not found when using imports.
37+
* Fix line layer not rendering if using `line-pattern` inside an imported style.
38+
* Fix ground effect gradient not working with multiple polygons.
39+
* Add simple bounds check to avoid crash during centroid computation.
40+
* Fix invisible line when interpolating line-width from 0 to 1 using line-progress.
41+
* Tile loading speedup.
42+
* Fix URL migration to DB v10.
43+
44+
## Dependencies
45+
* Update gl-native to v11.12.0 and common to v24.12.0.
1546

1647
# 11.12.0-rc.1
1748
## Features ✨ and improvements 🏁

0 commit comments

Comments
 (0)