Skip to content

Releases: maplibre/maplibre-gl-native-distribution

6.8.0

30 Oct 15:39

Choose a tag to compare

Features

  • Add support for text-variable-anchor-offset property (#2921).
  • Encode the style URL in iOS (#2965).

Rendering Improvements

  • Revert index buffers to dirty flag instead of timestamps (#2927).
  • Group descriptor sets by binding frequency (#2892).
  • Change parameters.currentLayer to index instead of layerIndex (#2956).

6.7.1

10 Oct 00:03

Choose a tag to compare

  • Fix line atlas, which was causing an issue with line-patterns (#2908).

6.7.0

24 Sep 14:55

Choose a tag to compare

6.6.0

15 Sep 09:14

Choose a tag to compare

  • Add textFitWidth and textFitHeight properties to sprites (#2780).
    More information can be found in the MapLibre Style Spec.
  • Toggle tile cache final API (#2723).
    Using this API can reduce memory usage at the cost of having to parse tile data again when the zoom level changes.
  • Fixed annotation delay in demo app for 120Hz devices (#2775).
    Some users reported synchronization issues when panning the map. The issue is only present on devices with ProMotion (120Hz) displays and can be fixed by updating the Info.plist for your app (see Apple documentation).
  • Use timestamps for attribute updates (#2629).
  • Reuse prefetched tiles to avoid empty screen (#2668).
  • Cleanup mbgl/actor/mailbox* implementation for repetition in ensuring valid weakScheduler exists before usage (#2733).
  • Fix raster masking bug (#2798).
  • Ensure that all depth values are rendered before any color values (#2811).
  • Move UBO updates from render layers to tweakers (#2703).
  • Fix update time not being set when only drawable indexes are set (#2743).
  • Add guard blocks and checks to SymbolInstance (#2744).
  • Fix accidental regression conditional layer evaluation (#2705).
  • Use C++20 (#2659).

6.5.4

07 Aug 21:43

Choose a tag to compare

  • Fix crash when feature contains invalid UTF-8 data (#2693).
  • Bazel updates (#2696).

6.5.3

01 Aug 17:30

Choose a tag to compare

  • Disabled iOS 14 metal options (#2620).
  • Don't unbind texture units in release builds (#2630).
  • Avoid re-creating fill extrusion drawables unnecessarily (#2624).
  • Take locks before signaling thread condition variables (#2636).

6.5.2

16 Jul 10:19

Choose a tag to compare

  • Fix Cocoapods release (#2599).
  • Experimental API to toggle tile cache in map view (#2590). This can reduce memory usage at the cost of having to parse tile data again when the zoom level changes.
  • Allow changing color of scalebar on iOS (#2614).
  • Fix version in action sheet (#2602).
  • Fixed attribution link in action sheets (#2587).
  • Internal: Add TaggedScheduler, couple lifetime of tasks and orchestrator (#2398).

6.5.1

11 Jul 16:57

Choose a tag to compare

  • Enable LTO (#2504).
  • Enable vertex instance drawing on simulator (#2518).
  • Change default MLNMapSnapshotter logo to the MapLibre logo (#2541). Note that showing the MapLibre logo is never required. You can configure whether to show the logo with the (now public) showsLogo property of MLNMapSnapshotterOptions. Check with your tile provider if you need to show a logo.
  • Add Privacy Manifest. MapLibre Native iOS has no built-in tracking, but it does use some system APIs for functional purposes that are marked by Apple as privacy sensitive (#2480).
  • Fixed attribution link in action sheets (#2587).
  • Update included third-party licenses (#2491).

6.5.0

05 Jun 18:54

Choose a tag to compare

  • Allow uses to handle authorization for location services (#2453). See MLNMapview.shouldRequestAuthorizationToUseLocationServices.
  • Fixed memory usage high in some cases (#2442).
  • Avoid processing raster tiles after destruction mailbox (#2443).
  • Annotation view recycling re-enabled (#2454). Fixes some issues with Annotations.
  • Increase the deferred cleanup timeout (#2455). Workaround for rare crash.
  • Fixes crash that happened with some PBF files (#795, #2460).
  • Allow using MapLibre Native on iPad Air 2. Note: tests your styles! iPad Air 2 has one of the oldest GPUs that support Metal (#2470).

6.4.3-pre3

30 May 23:08

Choose a tag to compare

6.4.3-pre3 Pre-release
Pre-release
  • Workaround for potential crash during map shutdown.
  • Reduced memory utilization for annotations
  • Location services authorization can be suppressed with shouldRequestAuthorizationToUseLocationServices
  • Fix a potential crash when rendering raster or DEM tiles
  • Fix a potential crash when tearing down a map instance