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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,29 @@ Mapbox welcomes participation and contributions from everyone.
6
6
7
7
# 11.14.0
8
8
## Features ✨ and improvements 🏁
9
+
* Added new `FillLayer.fillPatternCrossFade`, `FillExtrusionLayer.fillExtrusionPatternCrossFade`, `LineLayer.fillExtrusionPatternCrossFade` properties.
10
+
* Provide depth range used for rendering 3D content to custom layers.
11
+
* Added new `split` expression, which returns an array of substrings from a string, split by a delimiter parameter.
9
12
* 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.
13
+
* Added `setContentDescription()` method to `AttributionPlugin` and `AttributionView` interfaces to programmatically set accessibility content description for the attribution button.
14
+
* 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.
10
15
11
16
## Bug fixes 🐞
12
17
*[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.
18
+
* Fix exception when accessing enum properties in annotations.
19
+
* Fix an issue where instant animation might not have been executed in case of launching multiple animations within a single frame.
20
+
* Apply obfuscation rules for generated `@MapboxModule` with `enableConfiguration = true`
21
+
* Handle getSharedPreferences exceptions in SettingsServiceHelper
22
+
* Fixed placement for point symbols with symbol-z-offset
23
+
* Fixed some icons being skipped in rare cases
24
+
* Fixed text/icon intersections for optional texts/icons in some cases
25
+
* Fix Dynamic View Annotations caches rebuilding on line-trim-offset updates
26
+
* Fix symbol z-offset not working with fixed fill-extrusion-height
27
+
* Fix potential race conditions in the sprite loader
28
+
29
+
## Dependencies
30
+
* Update gl-native to [v11.14.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.14.0), common to [24.14.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.14.0).
0 commit comments