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
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,43 @@ Mapbox welcomes participation and contributions from everyone.
9
9
*[compose] Introduce experimental `colorUseTheme` API for `AmbientLightState`, `DirectionalLightState`, and `FlatLightState` to override color theme of light.
10
10
*[compose] Introduce experimental `vignetteColorUseTheme` and `colorUseTheme` for `RainState` and `SnowState` which allows overriding color theme of precipitations.
11
11
12
-
# 11.11.0
12
+
13
+
# 11.11.0 March 26, 2025
14
+
## Features ✨ and improvements 🏁
15
+
* Support for landmark icons. Landmark icons are stylized, uniquely designed POI icons that indicate the most popular and recognizable landmarks on the map.
16
+
* Support expression input for `PromoteId`.
17
+
* Add a setting that allows geofencing users with Android <= 28 to access background locations. Add `mapbox-location-config.xml` file with the following content:
* Add `Expression` support for `*UseTheme` style properties to override color theme for particular color properties in all layers.
24
+
* Add experimental `*UseTheme` support for annotations and `LocationPuck3D`.
25
+
* Introduce experimental `Style.setImportColorTheme`, which allows changing the color theme of the style import.
26
+
*[compose] Introduce experimental `StyleImportState.styleColorTheme` which allows changing the color theme of the style import.
27
+
* Conflate `MapboxMap.mapLoadedEvents`, `MapboxMap.mapLoadingErrorEvents`, `MapboxMap.styleLoadedEvents`, `MapboxMap.styleDataLoadedEvents`, `MapboxMap.cameraChangedEvents`, `MapboxMap.mapIdleEvents`, `MapboxMap.sourceAddedEvents`, `MapboxMap.sourceRemovedEvents`, `MapboxMap.sourceDataLoadedEvents`, `MapboxMap.styleImageMissingEvents`, `MapboxMap.styleImageRemoveUnusedEvents`, `MapboxMap.renderFrameStartedEvents`, `MapboxMap.renderFrameFinishedEvents`, `MapboxMap.resourceRequestEvents` by default to avoid blocking main thread due to slow collectors.
28
+
13
29
## Bug fixes 🐞
14
30
* Fix annotation drag being triggered when multi-finger gesture is in progress.
31
+
* Fix missing vector images after style change.
32
+
* Ensure background color is correctly set.
33
+
* Fix background layer not being updated if raster image was updated in-place or if color theme changed.
34
+
* Trigger DVA replacement if zoom diff is big.
35
+
* Fix line placement symbol disappearing issue when in zoom level 5.
36
+
* Place view annotation away from camera when pitch > 45.
37
+
* Fix dark shades of gradient effect in night preset.
38
+
* Fix Custom Raster Source behavior on re-creation.
39
+
* Change unreachable connection retries to use exponential backoff.
40
+
* Fixed incorrect rgba to hsla conversion for white color.
41
+
* Fix vector images rasterization.
42
+
* Make katakana and CJK symbol rendered correctly in vertical writing mode.
43
+
* Fix a bug that may cause style packs to be either inaccessible or incorrect when updating an older tile store database created with Maps SDK 11.9 or earlier versions. **In systems that have already used Maps SDK 11.10.0 through 11.10.2, a re-download of style packs may be necessary.**
44
+
* Fix a map start time regression by speed up tile loading.
45
+
46
+
## Dependencies
47
+
* Update gl-native to v11.11.0 and common to v24.11.0.
Copy file name to clipboardExpand all lines: extension-androidauto/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ allprojects {
33
33
// In your build.gradle, add the extension with your other dependencies.
34
34
dependencies {
35
35
// Note that the Mapbox Android Auto Extension depends on the entire Mapbox Maps SDK, it will bring the whole Mapbox Maps SDK with the same version as transitive dependency.
0 commit comments