Skip to content

v0.38.0

Choose a tag to compare

@1ec5 1ec5 released this 02 Oct 16:45
· 1146 commits to master since this release

Changes since v0.37.0:

  • This library now requires a minimum deployment target of iOS 10.0 or above. iOS 9.x is no longer supported. (#2206)
  • Fixed an issue where the user puck appeared farther up the screen than the actual user location even while the camera pivoted around the user location at turns. (#2211)
  • Lock screen notifications are presented more reliably and more closely resemble instruction banners. (#2206)
  • Fixed an issue where manually incrementing RouteProgress.legIndex could lead to undefined behavior. (#2229)
  • DistanceFormatter now inherits directly from Formatter rather than LengthFormatter. (#2206)
  • Fixed an issue where DistanceFormatter.attributedString(for:withDefaultAttributes:) set NSAttributedString.Key.quantity to the original distance value rather than the potentially rounded value represented by the attributed string. (#2206)

Documentation is available online or within Xcode.