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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
Mapbox welcomes participation and contributions from everyone.
4
4
5
5
# main
6
+
7
+
# 11.13.0-beta.1 May 19, 2025
6
8
## Breaking changes ⚠️
7
9
*`PointAnnotation.iconImageCrossFade` has been deprecated and setting value to it will not have any impact. Use `PointAnnotationManager.iconImageCrossFadeTransition` instead.
8
10
@@ -17,6 +19,20 @@ Mapbox welcomes participation and contributions from everyone.
17
19
* Expose new experimental camera event `MapboxMap.subscribeCameraChangedCoalesced`, `MapboxMap.cameraChangedCoalescedEvents`.
18
20
*[compose] Expose new camera event `MapState.cameraChangedCoalescedEvents`
19
21
22
+
## Bug fixes 🐞
23
+
* Fix elevated lines rendering regression.
24
+
* Do not write errors to logs if event was not send because events are disabled.
25
+
* Fixed incorrect placement for symbols with symbol-z-elevate on Globe projection.
26
+
* Elevated symbol heights now change as smooth as building heighs.
27
+
* Fixing unstable placement for elevated symbols.
28
+
* Respect config expressions in filter.
29
+
* Fix symbol order with symbol-z-elevate true and symbol-z-order viewport-y.
30
+
* Fix issue that promoteId content is missing after vector source serialization.
31
+
32
+
## Dependencies
33
+
* Update gl-native to v11.13.0-beta.1, common to 24.13.0-beta.1.
34
+
35
+
20
36
# 11.11.1 May 16, 2025
21
37
## Bug fixes 🐞
22
38
* Fixed a crash that occurred when a runtime-added unused image was removed and later reused.
0 commit comments