You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libnavui-androidauto/CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@ Mapbox welcomes participation and contributions from everyone.
6
6
#### Features
7
7
#### Bug fixes and improvements
8
8
9
+
## androidauto-v0.19.0 - 31 January, 2023
10
+
### Changelog
11
+
[Changes between 0.18.1 and 0.19.0](https://github.com/mapbox/mapbox-navigation-android/compare/androidauto-v0.18.1...androidauto-v0.19.0)
12
+
13
+
#### Features
14
+
- Added experimental route preview screen that uses route preview feature from Nav SDK. It can be enabled using `prepareExperimentalRoutePreviewScreen` extension. [#6875](https://github.com/mapbox/mapbox-navigation-android/pull/6875)
15
+
- Added support for Junction Views. [#6849](https://github.com/mapbox/mapbox-navigation-android/pull/6849)
- Fixed an issue with `CarRouteLineRenderer` that caused route arrows to be rendered above the location puck. [#6921](https://github.com/mapbox/mapbox-navigation-android/pull/6921)
20
+
- Updated `CarActiveGuidanceMarkers` to support different route providers. This makes it possible to use the class in route preview screens. [#6873](https://github.com/mapbox/mapbox-navigation-android/pull/6873)
21
+
22
+
### Mapbox dependencies
23
+
This release defines minimum versions for the Mapbox dependencies.
24
+
- Mapbox Maps Android Auto Extension `v0.5.0` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/extension-androidauto-v0.5.0))
0 commit comments