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
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,25 @@ Mapbox welcomes participation and contributions from everyone.
5
5
# main
6
6
7
7
## Features ✨ and improvements 🏁
8
-
* Introduce custom layer matrices API `CustomLayerMapProjection` in `CustomLayerRenderParameters` for globe projection.
9
8
* Added new `FillLayer.fillPatternCrossFade`, `FillExtrusionLayer.fillExtrusionPatternCrossFade`, `LineLayer.fillExtrusionPatternCrossFade` properties.
10
9
11
-
# 11.13.0-rc.1
10
+
# 11.13.0-rc.1 June 03, 2025
12
11
## Features ✨ and improvements 🏁
12
+
* Introduce custom layer matrices API `CustomLayerMapProjection` in `CustomLayerRenderParameters` for globe projection.
13
13
* Introduce `minZoom` and `maxZoom` properties for `CircleAnnotationManager`, `PointAnnotationManager`, `PolygonAnnotationManager`, `PolylineAnnotationManager`.
14
14
*[compose] Introduce `minZoom` and `maxZoom` properties for `CircleAnnotationGroupState`, `PointAnnotationGroupState`, `PolygonAnnotationGroupState`, `PolylineAnnotationGroupState`.
15
15
*[compose] Add config option `showLandmarkIcons` to `MapboxStandardStyle`.
16
16
17
+
## Bug fixes 🐞
18
+
* Fixed disappearing volatile tiles on camera changes in offline mode when `maximumStaleInterval` is set.
19
+
* Resolved frequent DVA repositioning issues.
20
+
* Fixed fill patterns for elevated roads.
21
+
* Tiles are now properly reloaded when the language setting is removed.
22
+
* Limited the collision grid size for view annotations to improve performance.
23
+
24
+
## Dependencies
25
+
* Update gl-native to v11.13.0-rc.1, common to 24.13.0-rc.1.
26
+
17
27
# 11.13.0-beta.1 May 19, 2025
18
28
## Breaking changes ⚠️
19
29
*`PointAnnotation.iconImageCrossFade` has been deprecated and setting value to it will not have any impact. Use `PointAnnotationManager.iconImageCrossFadeTransition` instead.
0 commit comments