v11.10.0-beta.1
Pre-release
Pre-release
mapbox-github-ci-writer-public-1
released this
20 Jan 11:59
·
8 commits
to release/v11.10
since this release
11.10.0-beta.1 January 20, 2025
Features ✨ and improvements 🏁
- Localize geofencing attribution dialog.
- Introduce
ViewAnnotationOptions.priority
, deprecateViewAnnotationOptions.selected
. Use this property to define view annotation sort order. - Introduce
ViewAnnotationOptions.minZoom
andViewAnnotationOptions.maxZoom
. Use these properties to configure zoom-level specific view annotations. - Introduce
SymbolLayer.iconSizeScaleRange
,SymbolLayer.textSizeScaleRange
,FillLayer.fillElevationReference
,LineLayer.lineCrossSlope
,LineLayer.lineWidthUnit
,LineLayer.lineCrossSlope
,LineLayer.lineElevationReference
,DirectionalLight.shadowQuality
,Rain.distortionStrength
,Rain.distortionStrengthTransition
,Rain.dropletSize
,Rain.dropletSizeTransition
,Rain.vignetteColor
,Rain.vignetteColorTransition
,Snow.flakeSize
,Snow.flakeSizeTransition
,Snow.vignetteColor
,Snow.vignetteColorTransition
. - Change default value of experimental
Rain.opacity
to 0.19, defaultRain.vignette
to 0.3,Snow.opacity
to 0.19, defaultSnow.vignette
to 0.3. - [compose] Introduce experimental
SymbolLayerState.iconSizeScaleRange
,SymbolLayerState.textSizeScaleRange
,FillLayerState.fillElevationReference
,LineLayerState.lineCrossSlope
,LineLayerState.lineWidthUnit
,LineLayerState.lineCrossSlope
,LineLayerState.lineElevationReference
,DirectionalLightState.shadowQuality
,RainState.distortionStrength
,RainState.distortionStrengthTransition
,RainState.dropletSize
,RainState.dropletSizeTransition
,RainState.vignetteColor
,RainState.vignetteColorTransition
,SnowState.flakeSize
,SnowState.flakeSizeTransition
,SnowState.vignetteColor
,SnowState.vignetteColorTransition
. - Remove
@MapboxExperimental
fromClipLayer.clipLayerTypes
andClipLayer.clipLayerScope
. - Update the default value of experimental properties: default
Snow.density
is updated to["interpolate",["linear"],["zoom"],11,0,13,0.85]
; defaultSnow.opacity
is updated to1.0
; defaultSnow.vignette
is updated to["interpolate",["linear"],["zoom"],11,0,13,0.3]
; defaultSnow.centerThinning
is updated to0.4
, defaultSnow.direction
is updated tolistOf(0.0, 50.0)
; defaultSnow.flakeSize
is updated to0.71
; defaultRain.density
is updated to["interpolate",["linear"],["zoom"],11,0,13,0.85]
; defaultRain.color
is updated to["interpolate",["linear"],["measure-light","brightness"],0,"#03113d",0.3,"#a8adbc"]
; defaultRain.opacity
is updated to["interpolate",["linear"],["measure-light","brightness"],0,0.88,1,0.7]
; defaultRain.vignette
is updated to["interpolate",["linear"],["zoom"],11,0,13,0.3]
; defaultRain.vignetteColor
is updated to["interpolate",["linear"],["measure-light","brightness"],0,"#001736",0.3,"#464646"]
; defaultRain.centerThinning
is updated to0.57
; defaultRain.dropletSize
is updated tolistOf(2.6, 18.2)
; defaultRain.distortionStrength
is updated to0.7
. - Introduce experimental
ModelLayer.modelElevationReference
property. - Introduce experimental
LocationPuck3D.modelElevationReference
property. - Remove
<profileable android:shell=true/>
flag in release manifest. - Remove
libandroid-tests-support-code.so
from release AAR.
Bug fixes 🐞
- Mark
BackgroundLayer.backgroundPitchAlignment
as experimental. - Skip any map scroll (panning) if shove gesture is already in progress preventing camera flying away.
- Fix crash on style reload if a config referenced in the expression was missing.
- Fix high cpu usage when map goes to background.
- Fix missing on style loaded call if sprite is absent in cache and there is no network connection.
- Fix background layers which used images from a mapbox-hosted style.
- Fix images being displayed incorrectly in some cases with line patterns and
LineJoin.NONE
. - Fix too early sources loaded event.
Known issues ⚠️
- Disappearing tiles in some rare conditions. Fix will be available in the next release.
Dependencies
- Update gl-native to v11.10.0-beta.2 and common to v24.10.0-beta.2.