This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
ios-v6.2.0-beta.1
Pre-release
Pre-release
MapboxCI
released this
04 Sep 15:43
·
22 commits
to master
since this release
Changes since Mapbox Maps SDK for iOS v6.2.0-alpha.1:
This release supports beta versions of iOS 14.
You should not submit apps built with 6.2.0-beta.1
to the App Store. If you need to submit a build to TestFlight you should use Xcode 12 beta 6 (or newer).
✨ New features
- Added
[MGLMapViewDelegate mapViewStyleForDefaultUserLocationAnnotationView:]
andMGLUserLocationAnnotationViewStyle
class to allow developers customize the default user location annotation view UI style. (#403) - Added
MGLNetworkConfiguration.connected
property to enforceMGLMapView
to use cached tiles. (#416) - Enabled local glyph rasterization for all writing systems. The new feature uses real glyph metrics and improves rendering quality for mixed (Latin / CJKV) labels. (#561)
- Minimum and Maximum allowed values are now considered for style layer properties, as defined by the specification. If a style property is assigned with a value outside the allowed range, the property gets assigned with its default value instead. (#647)
🐞 Bug fixes
- Fixed an issue where the map would hang periodically (on iOS 14 beta). (#411)
- Fixed a sporadic crash when the application "resigns active", for example, when showing Control Center. (#412)
🔧 Dependencies
- Core library updated to
4.0.0
. (#417) mapbox-events-ios
updated to version 0.10.2 to avoid a compilation issue in earlier versions of Xcode.
To install this pre-release via a dependency manager, see our CocoaPods or Carthage instructions.
Documentation is available online or as part of the download.
If you're using an Xcode 12 beta (especially with Carthage), please see these additional instructions.