Skip to content

Commit 9da2a96

Browse files
changelog for v2.13.0-beta.1 (#7116)
Co-authored-by: root <root@48b4e8da860d>
1 parent 2463010 commit 9da2a96

File tree

6 files changed

+34
-12
lines changed

6 files changed

+34
-12
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,40 @@ Mapbox welcomes participation and contributions from everyone.
66
#### Features
77
#### Bug fixes and improvements
88

9+
## Mapbox Navigation SDK 2.13.0-beta.1 - 14 April, 2023
10+
### Changelog
11+
[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)
12+
13+
#### Features
14+
- Added `RouteProgress#nextLegWaypoint` to be used in `ArrivalObserver#onWaypointArrival` to understand which waypoint the user has arrived at. [#7096](https://github.com/mapbox/mapbox-navigation-android/pull/7096)
15+
16+
#### Bug fixes and improvements
17+
- Fixed first voice instruction being pronounced in offline mode when using either Drop-In UI or `MapboxAudioGuidance`. [#7072](https://github.com/mapbox/mapbox-navigation-android/pull/7072)
18+
- Corrected a bug that mistakenly identified off-road movement when users exited tunnels or moved alongside the road. [#7111](https://github.com/mapbox/mapbox-navigation-android/pull/7111)
19+
- Enabled dead reckoning for the auto profile in case of signal loss on a bridge. [#7111](https://github.com/mapbox/mapbox-navigation-android/pull/7111)
20+
- Improved the accuracy of active guidance for the auto profile by increasing the route stickiness. [#7111](https://github.com/mapbox/mapbox-navigation-android/pull/7111)
21+
- Introduced a custom configuration option to disable interactions with all route tiles. [#7111](https://github.com/mapbox/mapbox-navigation-android/pull/7111)
22+
- Implemented a mechanism that allows the local road graph data updates to be rolled back in case of data problems. [#7111](https://github.com/mapbox/mapbox-navigation-android/pull/7111)
23+
- Fixed an issue where `NavigationRouterCallback` might have been invoked twice. [#7086](https://github.com/mapbox/mapbox-navigation-android/pull/7086)
24+
- Fixed an issue where long route calculation might have failed. [#7086](https://github.com/mapbox/mapbox-navigation-android/pull/7086)
25+
- Added a custom config boolean option `disableAccessToRoutingTiles` to disable all route tiles interaction. [#7086](https://github.com/mapbox/mapbox-navigation-android/pull/7086)
26+
- Improved inactive leg independent styling: now the inactive leg will be styled differently right away, not only when the route progress updates begin. [#7078](https://github.com/mapbox/mapbox-navigation-android/pull/7078)
27+
- Added optional parameter `initialLegIndex` to `MapboxRouteLineAPI#setNavigationRouteLines` and `MapboxRouteLineAPI#setNavigationRoutes` to explicitly specify which leg is active, 0 by default. [#7078](https://github.com/mapbox/mapbox-navigation-android/pull/7078)
28+
29+
#### Known issues :warning:
30+
31+
32+
#### Other changes
33+
34+
35+
### Mapbox dependencies
36+
This release depends on, and has been tested with, the following Mapbox dependencies:
37+
- Mapbox Maps SDK `v10.13.0-beta.1` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.13.0-beta.1))
38+
- Mapbox Navigation Native `v131.0.0`
39+
- Mapbox Core Common `v23.5.0-beta.1`
40+
- Mapbox Java `v6.11.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.11.0))
41+
42+
943
## Mapbox Navigation SDK 2.10.4 - 13 April, 2023
1044
### Changelog
1145
[Changes between v2.10.3 and v2.10.4](https://github.com/mapbox/mapbox-navigation-android/compare/v2.10.3...v2.10.4)

changelog/unreleased/bugfixes/7072.md

-1
This file was deleted.

changelog/unreleased/bugfixes/7078.md

-2
This file was deleted.

changelog/unreleased/bugfixes/7086.md

-3
This file was deleted.

changelog/unreleased/bugfixes/7111.md

-5
This file was deleted.

changelog/unreleased/features/7096.md

-1
This file was deleted.

0 commit comments

Comments
 (0)