Skip to content

Commit

Permalink
vk-1114-dangerous-maneuver: bumped Directions version on Pods and Car…
Browse files Browse the repository at this point in the history
…thage; CHANGELOG updated
  • Loading branch information
Udumft committed Nov 10, 2021
1 parent 519fc95 commit f0dafc5
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Packaging

* MapboxCoreNavigation now depends on [MapboxNavigationNative v79._x_](https://github.com/mapbox/mapbox-navigation-native-ios/releases/tag/79.0.0). ([#3509](https://github.com/mapbox/mapbox-navigation-ios/pull/3509))
* MapboxCoreNavigation now depends on [MapboxDirections v2.1.0-alpha.1](https://github.com/mapbox/mapbox-directions-swift/releases/tag/v2.1.0-alpha.1). ([#3454](https://github.com/mapbox/mapbox-navigation-ios/pull/3454))

### Location tracking

Expand All @@ -32,6 +33,10 @@
* Fixed a retain cycle in CarPlay implementation of a navigation map view that prevented `NavigationMapView` instances from being deallocated after CarPlay is stopped. ([#3552](https://github.com/mapbox/mapbox-navigation-ios/pull/3552))
* Fixed an issue where the entire route line was colored as `NavigationMapView.routeCasingColor` instead of `NavigationMapView.trafficUnknownColor` when traffic congestion data was missing. ([#3577](https://github.com/mapbox/mapbox-navigation-ios/pull/3577))

### Other changes

* Added `RouterDelegate.router(_:, maneuverOffsetWhenReroutingFrom:)` and related `NavigationServiceDelegate` and `NavigationViewControllerDelegate` methods to expose configuration of safe distance marging when reroute occures. ([#3454](https://github.com/mapbox/mapbox-navigation-ios/pull/3454))

## v2.0.1

* Added the `Notification.Name.didArriveAtWaypoint` constant for notifications posted when the user arrives at a waypoint. ([#3514](https://github.com/mapbox/mapbox-navigation-ios/pull/3514))
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" ~> 20.0.0
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" ~> 79.0
github "mapbox/mapbox-directions-swift" ~> 2.0.0
github "mapbox/mapbox-directions-swift" ~> 2.1.0-alpha.1
github "mapbox/mapbox-events-ios" ~> 1.0.0
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" "20.0.0"
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" "20.1.0"
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" "79.0.0"
github "Quick/Nimble" "v9.2.1"
github "Quick/Quick" "v3.1.2"
github "mapbox/mapbox-directions-swift" "v2.0.0"
github "mapbox/mapbox-directions-swift" "v2.1.0-alpha.1"
github "mapbox/mapbox-events-ios" "v1.0.6"
github "mapbox/turf-swift" "v2.0.0"
github "pointfreeco/swift-snapshot-testing" "1.9.0"
Expand Down
2 changes: 1 addition & 1 deletion MapboxCoreNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Pod::Spec.new do |s|
s.module_name = "MapboxCoreNavigation"

s.dependency "MapboxNavigationNative", "~> 79.0"
s.dependency "MapboxDirections", "~> 2.0"
s.dependency "MapboxDirections", "~> 2.1.0-alpha.1"
s.dependency "MapboxMobileEvents", "~> 1.0"

s.swift_version = "5.0"
Expand Down
26 changes: 13 additions & 13 deletions Tests/CocoaPodsTest/PodInstall/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- MapboxCommon (20.0.0)
- MapboxCoreMaps (10.0.0):
- MapboxCommon (~> 20.0)
- MapboxCommon (20.1.0)
- MapboxCoreMaps (10.1.0):
- MapboxCommon (~> 20.1)
- MapboxCoreNavigation (2.1.0-beta.1):
- MapboxDirections (~> 2.0)
- MapboxDirections (~> 2.1.0-alpha.1)
- MapboxMobileEvents (~> 1.0)
- MapboxNavigationNative (~> 79.0)
- MapboxDirections (2.0.0):
- MapboxDirections (2.1.0-alpha.1):
- Polyline (~> 5.0)
- Turf (~> 2.0)
- MapboxMaps (10.0.1):
- MapboxCommon (= 20.0.0)
- MapboxCoreMaps (= 10.0.0)
- MapboxMaps (10.1.0):
- MapboxCommon (= 20.1.0)
- MapboxCoreMaps (= 10.1.0)
- MapboxMobileEvents (= 1.0.6)
- Turf (~> 2.0)
- MapboxMobileEvents (1.0.6)
Expand Down Expand Up @@ -52,11 +52,11 @@ EXTERNAL SOURCES:
:path: "../../../"

SPEC CHECKSUMS:
MapboxCommon: 18ae12e6b4286f59f685862aaa5766fd95828ce2
MapboxCoreMaps: c2847aa114c71873def0d9662b0b7aba9e75d3af
MapboxCoreNavigation: 2fb5f62457f722cbd164569f9bf752b5fad5ff73
MapboxDirections: bbb1b63cf5250a337abb1d120d9706280deb6747
MapboxMaps: a74f59bcb19690ecdc345488c06f5548981b9089
MapboxCommon: 8dd878a6c444b78bc1a819af1920dd1a0bb9f732
MapboxCoreMaps: 6ecb358c04600f6a947e52d41b78ac0c2570f930
MapboxCoreNavigation: 8ee8c6f52c9f1055fdf23742181c60d751fe9664
MapboxDirections: 99d8cc72aeba0ab1a78bfc15e7cad9ccbea37c28
MapboxMaps: c19e24617b7135f87fac7dbad3a4baef657555ae
MapboxMobileEvents: 14d7ac3ee95b4142c4fec2205dfd48ff453e8871
MapboxNavigation: 0e042a15d90637531c92afb4be7640294f4b4656
MapboxNavigationNative: eb03be1585afc71cbbd9081acde75e7218f1e246
Expand Down

0 comments on commit f0dafc5

Please sign in to comment.