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
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,32 @@ Mapbox welcomes participation and contributions from everyone.
8
8
* Fix potential ANR (Application Not Responding) issue when retrieving display refresh rate during map initialization by offloading the system call to a background thread with proper timeout and fallback handling.
9
9
10
10
11
-
# 11.14.0
11
+
# 11.14.0 July 30, 2025
12
12
## Features ✨ and improvements 🏁
13
+
* Added new `FillLayer.fillPatternCrossFade`, `FillExtrusionLayer.fillExtrusionPatternCrossFade`, `LineLayer.fillExtrusionPatternCrossFade` properties.
14
+
* Provide depth range used for rendering 3D content to custom layers.
15
+
* Added new `split` expression, which returns an array of substrings from a string, split by a delimiter parameter.
13
16
* Added experimental `MapView.scheduleThreadServiceTypeReset()` to reset the renderer thread service type to Interactive. This experimental API is intended for edge cases involving custom lifecycle management or specific scenarios where the default lifecycle behavior is insufficient.
17
+
* Added `setContentDescription()` method to `AttributionPlugin` and `AttributionView` interfaces to programmatically set accessibility content description for the attribution button.
18
+
* Added `MapView.onResume()` which should be called in `onResume()` of the host activity or fragment to resume the map view if `plugin-lifecycle` is not used.
14
19
15
20
## Bug fixes 🐞
16
21
*[compose] Avoid excessive debug logging on SourceState, which can result in Out Of Memory in extreme cases. Avoid appending geojson data in `GeoJsonSourceState.toString()` override.
22
+
* Fix exception when accessing enum properties in annotations.
23
+
* Fix an issue where instant animation might not have been executed in case of launching multiple animations within a single frame.
24
+
* Apply obfuscation rules for generated `@MapboxModule` with `enableConfiguration = true`
25
+
* Handle getSharedPreferences exceptions in SettingsServiceHelper
26
+
* Fixed placement for point symbols with symbol-z-offset
27
+
* Fixed some icons being skipped in rare cases
28
+
* Fixed text/icon intersections for optional texts/icons in some cases
29
+
* Fix Dynamic View Annotations caches rebuilding on line-trim-offset updates
30
+
* Fix symbol z-offset not working with fixed fill-extrusion-height
31
+
* Fix potential race conditions in the sprite loader
32
+
* Fix a crash when using `CustomRasterSourceTileRenderer`
33
+
* Fix crashes when logging invalid data
34
+
35
+
## Dependencies
36
+
* Update gl-native to v11.14.0, common to 24.14.0.
0 commit comments