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
+17
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,24 @@ Mapbox welcomes participation and contributions from everyone.
19
19
* Mark `BackgroundLayer.backgroundPitchAlignment` as experimental.
20
20
* Skip any map scroll (panning) if shove gesture is already in progress preventing camera flying away.
21
21
22
+
# 11.9.1
23
+
## Bug fixes 🐞
24
+
* Add missing experimental annotation to `backgroundPitchAlignment` property.
25
+
* Fix crash on style reload if a config referenced in the expression was missing.
26
+
* Fix high cpu usage when map goes to background.
27
+
* Fix missing on style loaded call if sprite is absent in cache and there is no network connection.
28
+
* Fix background layers which used images from a mapbox-hosted style.
29
+
* Fix disappearing tiles in some rare conditions.
30
+
31
+
## Dependencies
32
+
* Update gl-native to v11.9.2.
33
+
22
34
# 11.9.0 December 18, 2024
35
+
## Known issues 🛑
36
+
We do not recommend using this version. Please use [11.9.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.9.1) or newer.
37
+
38
+
* When a map is currently visible and user press home button the [MapboxRenderThread](maps-sdk/src/main/java/com/mapbox/maps/renderer/RenderHandlerThread.kt) consumes CPU (potentially keeping **one** CPU busy).
39
+
23
40
## Breaking changes ⚠️
24
41
* Expose experimental Geofencing with `com.mapbox.annotation.MapboxExperimental`.
25
42
* Move experimental geofencing classes to `com.mapbox.common.geofencing` package from `com.mapbox.common.experimental.geofencing`.
0 commit comments