releases.shpreview
Mapbox/Mapbox Maps iOS/v11.14.0-beta.1

v11.14.0-beta.1

$npx @buildinternet/releases show rel_yk6LMl9N2vEjpnidtrbO2

[!IMPORTANT] There is a known issue in this beta version related to certificate revocation and code signing. You may see an error stating that The signature of “MapboxCommon.xcframework” cannot be validated and may have been compromised or similar language. This issue is resolved in v11.14.0-rc.1. Additionally, this issue has been resolved in v11.13.3 and v11.12.5.

Features ✨ and improvements 🏁

  • New property -PatternCrossFade for LineLayer, FillLayer and FillExtrusionLayer. It controls the transition progress between image variants where 0 means the first variant to be used, 1 – the second. In between they will be blended altogether. This is important to have both images of the same size and type (raster/vector):
  • Added new split expression, which returns an array of substrings from a string, split by a delimiter parameter. For example, for an input property "level": "-2;-1;0;1;2;3" we could apply expression Exp(.split, Exp(.get, "level"), ";") to produce the output array like ["-2", "-1", "0", "1", "2", "3"].
  • Custom Layers: Added depth range parameter for 3D content rendering Custom layers now receive a depthRange parameter in CustomLayerRenderParameters that provides the depth range used for rendering 3D content. This parameter contains minimum and maximum depth values (ranging from 0 to 1) and enables proper depth testing for 3D primitives in custom layers. The default depth range is [0, 1], but may vary based on active features such as terrain and map projection. This change resolves issues where 3D content in custom layers could be incorrectly clipped when depth testing is enabled.

Bug fixes 🐞

  • Fixed placement for point symbols with symbol-z-offset
  • Fixed some icons being skipped in rare cases
  • Fixed text/icon intersections for optional texts/icons in some cases
  • Fix Dynamic View Annotations caches rebuilding on line-trim-offset updates
  • Fix symbol z-offset not working with fixed fill-extrusion-height
  • Fix a bug where cameraForCoordiantes with screen box oscillates when initial zoom is close to set max zoom
  • Skip unneeded tiles relayout when landmark icons get enabled
  • Fix a crash in disk cache code when fetching a high-zoom (z > 16) tile
  • Fix potential race conditions in the sprite loader

Dependencies

  • Update MapboxCommon to 24.14.0-beta.1.
  • Update MapboxCoreMaps to 11.14.0-beta.1.

Dependency requirements:

  • Compatible version of Xcode: 16.2

Fetched May 1, 2026