Skip to content

Commit 676d4c1

Browse files
changelog for v2.13.0-rc.1 (#7154)
Co-authored-by: root <root@47c93ebcb981>
1 parent 8dc2b25 commit 676d4c1

File tree

7 files changed

+32
-9
lines changed

7 files changed

+32
-9
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,38 @@ Mapbox welcomes participation and contributions from everyone.
66
#### Features
77
#### Bug fixes and improvements
88

9+
## Mapbox Navigation SDK 2.13.0-rc.1 - 29 April, 2023
10+
### Changelog
11+
[Changes between v2.13.0-beta.1 and v2.13.0-rc.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.13.0-beta.1...v2.13.0-rc.1)
12+
13+
#### Features
14+
15+
16+
#### Bug fixes and improvements
17+
- Improved quality of continuous alternatives, now the mechanism respects routes from current navigation session. [#7137](https://github.com/mapbox/mapbox-navigation-android/pull/7137)
18+
- Improved EV offline navigation, now it fallbacks to a regular onboard routing. [#7137](https://github.com/mapbox/mapbox-navigation-android/pull/7137)
19+
- Improved location simulation when DR ends, i.e. when a driver leaves a tunnel. [#7137](https://github.com/mapbox/mapbox-navigation-android/pull/7137)
20+
- Fixed an issue where the route lines didn't apply `RouteLineResources`'s custom scale expressions correctly. [#7132](https://github.com/mapbox/mapbox-navigation-android/pull/7132)
21+
- Fixed an issue where route lines could flicker when `MapboxRouteLineOptions` where changed and re-applied to rebuilt `MapboxRouteLineView` and `MapboxRouteLineApi` instances. [#7140](https://github.com/mapbox/mapbox-navigation-android/pull/7140)
22+
- Deprecated `MapboxNavigation#setRerouteController` method. Using custom rerouting logic is now deprecated. [#7129](https://github.com/mapbox/mapbox-navigation-android/pull/7129)
23+
- Introduced `MapboxNavigation#setRerouteEnabled` to disable/enable reroutes instead of using custom reroute controller. By default rerouting is enabled. [#7129](https://github.com/mapbox/mapbox-navigation-android/pull/7129)
24+
- Fixed an issue where `NavigationCamera` animations would stop executing if experimental `AnimationThreadController.useBackgroundThread()` option was enabled. [#7143](https://github.com/mapbox/mapbox-navigation-android/pull/7143)
25+
- Fixed an issue where `DirectionsRoute#duration` ignored charge time after refresh operation. [#7121](https://github.com/mapbox/mapbox-navigation-android/pull/7121)
26+
27+
#### Known issues :warning:
28+
29+
30+
#### Other changes
31+
32+
33+
### Mapbox dependencies
34+
This release depends on, and has been tested with, the following Mapbox dependencies:
35+
- Mapbox Maps SDK `v10.13.0-rc.1` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.13.0-rc.1))
36+
- Mapbox Navigation Native `v132.0.0`
37+
- Mapbox Core Common `v23.5.0-rc.1`
38+
- Mapbox Java `v6.11.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.11.0))
39+
40+
941
## Mapbox Navigation SDK 2.13.0-beta.1 - 14 April, 2023
1042
### Changelog
1143
[Changes between v2.12.0 and v2.13.0-beta.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.12.0...v2.13.0-beta.1)

changelog/unreleased/bugfixes/7121.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/unreleased/bugfixes/7129.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/unreleased/bugfixes/7132.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/unreleased/bugfixes/7137.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/unreleased/bugfixes/7140.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/unreleased/bugfixes/7143.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)