You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,45 @@ Mapbox welcomes participation and contributions from everyone.
6
6
7
7
## Features ✨ and improvements 🏁
8
8
* Added new `FillLayer.fillPatternCrossFade`, `FillExtrusionLayer.fillExtrusionPatternCrossFade`, `LineLayer.fillExtrusionPatternCrossFade` properties.
9
-
* Improve the performance of `MapboxMap.cameraForCoordinates(...)` for large amounts of points.
10
9
11
10
# 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
+
12
27
## 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.
13
41
* 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.
0 commit comments