Skip to content

v2.0.0-beta.21

Pre-release
Pre-release
Compare
Choose a tag to compare
@Udumft Udumft released this 04 Aug 13:59
· 1043 commits to main since this release
40b1718

Changes since v2.0.0-beta.20:

Packaging

CarPlay

  • CarPlayManagerDelegate.carPlayManager(_:navigationServiceAlong:routeIndex:routeOptions:desiredSimulationMode:) now requires optional NavigationService. In case if NavigationService was not provided MapboxNavigationService will be used by default. (#3208)
  • CarPlayManagerDelegate.carplayManagerShouldDisableIdleTimer(_:) was renamed to CarPlayManagerDelegate.carPlayManagerShouldDisableIdleTimer(_:). (#3208)

Other changes

  • Removed the NavigationViewController.indexedRoute, NavigationService.indexedRoute, Router.indexedRoute properties in favor of NavigationViewController.indexedRouteResponse, NavigationService.indexedRouteResponse, and Router.indexedRouteResponse. Removed the RouteProgress.indexedRoute property. Added NavigationViewController.prepareViewLoading(routeResponse:, routeIndex:, routeOptions:, navigationOptions:) method to setup it for UIStoryboard. (#3182)
  • Fixed an issue when GenericRouteShield images would ignore changing it's foreground color in favor of cached image. (#3217)
  • Fixed an issue when route line was sometimes invisilbe after starting active guidance session. (#3205)

See the cumulative list of changes since v1.x, along with the v2.0 migration guide.

Documentation is available online or within Xcode.