Releases: maplibre/maplibre-gl-native-distribution
Releases · maplibre/maplibre-gl-native-distribution
6.5.3
6.5.2
- 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
- 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 ofMLNMapSnapshotterOptions
. 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
- 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
- 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
6.4.3-pre2
- Workaround for potential crash during map shutdown.
- Fixed memory usage high in some cases (#2442).
6.4.3-pre.1
- Workaround for potential crash during map shutdown
ios-v6.4.3.pre1
- Workaround for potential crash during map shutdown
6.4.3-pre0
- Workaround for potential crash during map shutdown