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: CHANGELOG.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,11 @@
3
3
Mapbox welcomes participation and contributions from everyone.
4
4
5
5
# main
6
-
# 11.8.0-rc.1
6
+
7
+
# 11.8.0-rc.1 October 23, 2024
7
8
## Bug fixes 🐞
8
9
* Fix an Android 12 specific bug where location puck custom animator options lambda without explicit `ValueAnimator.duration` resulted in `duration = 0`.
9
-
* Fix rare `android.content.res.Resources$NotFoundException` happening when creating a `MapView`.
10
+
* Fix a rare `android.content.res.Resources$NotFoundException` happening when creating a `MapView`.
10
11
* Fix a rare `NullPointerException` happening when fling gesture event is recognized.
11
12
* Fix `StandardPoiFeature.geometry` to have a concrete `Point` type instead of `Geometry` interface.
12
13
* Fix a bug in `GeoJsonSource.autoMaxZoom` leading to rendering artifacts with long dotted line layers.
@@ -15,6 +16,7 @@ Mapbox welcomes participation and contributions from everyone.
15
16
## Dependencies
16
17
* Update gl-native to v11.8.0-rc.1 and common to v24.8.0-rc.1.
17
18
19
+
18
20
# 11.8.0-beta.1 October 14, 2024
19
21
## Features ✨ and improvements 🏁
20
22
* Introduce `Style.STANDARD_EXPERIMENTAL` style supporting featuresets and map interactions. **Important: this style should not be used in production as the style definition on backend is a subject to change after v11.8.0 stable release!**
Copy file name to clipboardExpand all lines: extension-androidauto/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ allprojects {
33
33
// In your build.gradle, add the extension with your other dependencies.
34
34
dependencies {
35
35
// Note that the Mapbox Android Auto Extension depends on the entire Mapbox Maps SDK, it will bring the whole Mapbox Maps SDK with the same version as transitive dependency.
0 commit comments