Skip to content

Commit 1460156

Browse files
pengdevgithub-actions[bot]
authored andcommitted
Update changelog entries for 11.13.0. (#4568)
Update changelog entries for 11.13.0. cc @mapbox/maps-android GitOrigin-RevId: cdce870113b648444a02c2ebecbc7280b606808e
1 parent 7fe312c commit 1460156

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,45 @@ Mapbox welcomes participation and contributions from everyone.
66

77
## Features ✨ and improvements 🏁
88
* Added new `FillLayer.fillPatternCrossFade`, `FillExtrusionLayer.fillExtrusionPatternCrossFade`, `LineLayer.fillExtrusionPatternCrossFade` properties.
9-
* Improve the performance of `MapboxMap.cameraForCoordinates(...)` for large amounts of points.
109

1110
# 11.13.0
11+
## Features ✨ and improvements 🏁
12+
* Expose `RenderThreadStatsRecorder` as experimental API.
13+
* Expose new experimental properties: `CircleLayer.circleElevationReference`, `FillLayer.fillConstructBridgeGuardRail`, `FillLayer.fillBridgeGuardRailColor`, `FillLayer.fillTunnelStructureColor`.
14+
* Promote `MapInteraction` APIs to stable, remove experimental `Style.STANDARD_EXPERIMENTAL` constant, as `Style.STANDARD` supports featuresets and map interactions by default.
15+
* Add common `MapInteraction` APIs to `StandardStyleInteractionsState`: `.onFeaturesetClicked`, `.onLayerClicked`, `.onFeaturesetLongClicked`, `.onLayerLongClicked`, `.onMapClicked`, `.onMapLongClicked`.
16+
* Add `StyleInteractionsState` to `MapboxStandardSatelliteStyle` so interactions can be used with the satellite style.
17+
* [compose] Rename experimental `ExperimentalStandardStyleState` to `StandardStyleState`, rename experimental `MapboxStandardStyleExperimental` to `MapboxStandardStyle(styleImportsContent, topSlot, middleSlot, bottomSlot, standardStyleState)`, and deprecate previous `MapboxStandardStyle` composable functions.
18+
* Expose new experimental camera event `MapboxMap.subscribeCameraChangedCoalesced`, `MapboxMap.cameraChangedCoalescedEvents`.
19+
* [compose] Expose new camera event `MapState.cameraChangedCoalescedEvents`
20+
* Introduce custom layer matrices API `CustomLayerMapProjection` in `CustomLayerRenderParameters` for globe projection.
21+
* Introduce `minZoom` and `maxZoom` properties for `CircleAnnotationManager`, `PointAnnotationManager`, `PolygonAnnotationManager`, `PolylineAnnotationManager`.
22+
* Introduce experimental `worldview` expression.
23+
* [compose] Introduce `minZoom` and `maxZoom` properties for `CircleAnnotationGroupState`, `PointAnnotationGroupState`, `PolygonAnnotationGroupState`, `PolylineAnnotationGroupState`.
24+
* [compose] Add config option `showLandmarkIcons` to `MapboxStandardStyle`.
25+
* Improve the performance of `MapboxMap.cameraForCoordinates(...)` for large amounts of points.
26+
1227
## Bug fixes 🐞
28+
* Fix elevated lines rendering regression.
29+
* Do not write errors to logs if event was not send because events are disabled.
30+
* Fixed incorrect placement for symbols with symbol-z-elevate on Globe projection.
31+
* Elevated symbol heights now change as smooth as building heighs.
32+
* Fixing unstable placement for elevated symbols.
33+
* Respect config expressions in filter.
34+
* Fix symbol order with symbol-z-elevate true and symbol-z-order viewport-y.
35+
* Fix issue that promoteId content is missing after vector source serialization.
36+
* Fixed disappearing volatile tiles on camera changes in offline mode when `maximumStaleInterval` is set.
37+
* Resolved frequent DVA repositioning issues.
38+
* Fixed fill patterns for elevated roads.
39+
* Tiles are now properly reloaded when the language setting is removed.
40+
* Limited the collision grid size for view annotations to improve performance.
1341
* Fix location indicator bearing animation update being missing in some occasions.
42+
* Fix a bug where `cameraForCoordiantes` with screen box oscillates when initial zoom is close to set max zoom.
43+
* Skip unneeded tiles relayout when landmark icons get enabled.
44+
* Fix a crash in disk cache code when fetching a high-zoom (z > 16) tile.
45+
46+
## Dependencies
47+
* Update gl-native to v11.13.0, common to 24.13.0.
1448

1549
# 11.12.4 June 12, 2025
1650
## Bug fixes 🐞

0 commit comments

Comments
 (0)