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
+6-3
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,12 @@
3
3
Mapbox welcomes participation and contributions from everyone.
4
4
5
5
# main
6
+
7
+
# 11.9.0-beta.1 November 28, 2024
6
8
## Breaking changes ⚠️
7
-
* Expose Geofencing with `com.mapbox.annotation.MapboxExperimental`.
8
-
* Move geofencing classes to `com.mapbox.common.geofencing` package from `com.mapbox.common.experimental.geofencing`.
9
-
* Make constructor of `GeofencingOptions`, `GeofencingEvent` and other geofencing classes holding data private. Associated `Builder()` classes should be used instead.
9
+
* Expose experimental Geofencing with `com.mapbox.annotation.MapboxExperimental`.
10
+
* Move experimental geofencing classes to `com.mapbox.common.geofencing` package from `com.mapbox.common.experimental.geofencing`.
11
+
* Make constructor of experimental `GeofencingOptions`, `GeofencingEvent` and other geofencing classes holding data private. Associated `Builder()` classes should be used instead.
10
12
* Remove experimental `MapboxMap.queryRenderedFeatures` and `MapboxMap.querySourceFeatures` that used `FeaturesetQueryTarget` as an argument.
11
13
12
14
## Features ✨ and improvements 🏁
@@ -55,6 +57,7 @@ Mapbox welcomes participation and contributions from everyone.
55
57
## Known issues
56
58
* Custom (non Mapbox-hosted) sprites could fail to load in some scenarios.
57
59
60
+
58
61
# 11.7.3 November 19, 2024
59
62
## Bug fixes 🐞
60
63
* Fix map flickering on some Mali and PowerVR GPUs.
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