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
+13
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@
3
3
Mapbox welcomes participation and contributions from everyone.
4
4
5
5
## Unreleased
6
+
#### Features
7
+
#### Bug fixes and improvements
8
+
9
+
## androidauto-v0.15.0 - October 21, 2022
10
+
### Changelog
11
+
[Changes between 0.14.0 and 0.15.0](https://github.com/mapbox/mapbox-navigation-android/compare/androidauto-v0.14.0...androidauto-v0.15.0)
12
+
6
13
#### Features
7
14
- Added a new `MapboxCarOptions` that contains mutable options for `MapboxCarContext`. [#6478](https://github.com/mapbox/mapbox-navigation-android/pull/6478)
8
15
- Added a new `MapboxCarOptionsCustomization` that allows you to change the `MapboxCarOptions`. [#6478](https://github.com/mapbox/mapbox-navigation-android/pull/6478)
@@ -15,6 +22,12 @@ Mapbox welcomes participation and contributions from everyone.
15
22
- Renamed `CarAppLocation` to `CarLocationProvider` with a `getRegisteredInstance` accessor. [#6492](https://github.com/mapbox/mapbox-navigation-android/pull/6492)
16
23
- Removed `MapboxCarApp` as it is no longer needed. Use `CarLocationProvider.getRegisteredInstance()` if needed. [#6492](https://github.com/mapbox/mapbox-navigation-android/pull/6492)
17
24
25
+
### Mapbox dependencies
26
+
This release defines minimum versions for the Mapbox dependencies.
27
+
- Mapbox Maps Android Auto Extension `v0.3.0` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/extension-androidauto-v0.3.0))
0 commit comments