v11.6.0-rc.1
Pre-release
Pre-release
mapbox-github-ci-writer-public-1
released this
02 Aug 11:18
·
4 commits
to release/v11.6
since this release
11.6.0-rc.1 August 02, 2024
Features ✨ and improvements 🏁
- Support negative values for
CircleLayer.circleBlur
to render inner glow effect. - Add new
Style.STANDARD_SATELLITE
style that combines updated satellite imagery and vector layers. More information could be found here. - Introduce new import configuration properties for
Style.STANDARD
:theme
,show3dObjects
which could be set withStyle.setStyleImportConfigProperty
. More information could be found here. - [compose] Extend
StandardStyleConfigurationState
withtheme: ThemeValue
andshow3dObjects: BooleanValue
properties. - [compose] Introduce composable function
MapboxStandardSatelliteStyle
with dedicatedStandardSatelliteStyleConfigurationState
.
Bug fixes 🐞
- Fix elevated line occlusion issue in 2D mode.
Dependencies
- Update gl-native to v11.6.0-rc.1 and common to v24.6.0-rc.1.
Known issues
- Experimental
ClipLayer
's propertyclipLayerTypes
is not updated in runtime. The fix is expected to land in stable 11.6.0.