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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,18 @@ Mapbox welcomes participation and contributions from everyone.
8
8
* Fix an Android 12 specific bug where location puck custom animator options lambda without explicit `ValueAnimator.duration` resulted in `duration = 0`.
9
9
* Fix rare `android.content.res.Resources$NotFoundException` happening when creating a `MapView`.
10
10
* Fix a rare `NullPointerException` happening when fling gesture event is recognized.
11
-
* Fix `StandardPoiFeature.geometry` to be have a concrete `Point` type instead of `Geometry` interface.
11
+
* Fix `StandardPoiFeature.geometry` to have a concrete `Point` type instead of `Geometry` interface.
12
+
* Fix a bug in `GeoJsonSource.autoMaxZoom` leading to rendering artifacts with long dotted line layers.
13
+
* Fix a crash if Cronet failed to init on device by fallbacking to OkHttp.
14
+
15
+
## Dependencies
16
+
* Update gl-native to v11.8.0-rc.1 and common to v24.8.0-rc.1.
12
17
13
18
# 11.8.0-beta.1 October 14, 2024
14
19
## Features ✨ and improvements 🏁
15
20
* 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!**
16
21
* Introduce fully typed map click and long click interactions working with `Style.STANDARD_EXPERIMENTAL`: `standardPoi`, `standardPlaceLabels`, `standardBuildings`.
17
-
* Use [Cronet](https://developer.android.com/develop/connectivity/cronet) as the default network stack. If Cronet is not available, network stack defaults to [OkHttp](https://square.github.io/okhttp/) used in previous versions.
22
+
* Use [Cronet](https://developer.android.com/develop/connectivity/cronet) as the default network stack. If Cronet is not available, network stack defaults to [OkHttp](https://square.github.io/okhttp/) used in previous versions. More information available [here](https://docs.mapbox.com/android/maps/guides/install/#managing-google-play).
18
23
* Introduce `OnClusterClickListener` and `OnClusterLongClickListener` for `CircleAnnotationManager` and `PointAnnotationManager`. These callbacks receive the clicked cluster represented by a `ClusterFeature`.
19
24
* Introduce experimental `getStyleGlyphURL` / `setStyleGlyphURL` functions for `MapboxMap` and `Style`.
20
25
* Make `fill-extrusion-emissive-strength` property data-driven.
@@ -50,7 +55,6 @@ Mapbox welcomes participation and contributions from everyone.
50
55
## Dependencies
51
56
* Update gl-native to v11.8.0-beta.1 and common to v24.8.0-beta.1.
52
57
53
-
54
58
# 11.7.1 October 10, 2024
55
59
## Bug fixes 🐞
56
60
* Respect polygons with holes on querying rendered features.
0 commit comments