|
2 | 2 |
|
3 | 3 | Mapbox welcomes participation and contributions from everyone. |
4 | 4 |
|
5 | | -# 10.0.0-rc.5 July 28, 2021 |
| 5 | +# 10.0.0-rc.6 August 11, 2021 |
6 | 6 |
|
7 | 7 | **The Mapbox Maps SDK for Android has moved to release candidate status and is now ready for production use.** |
8 | 8 |
|
| 9 | +## Breaking changes ⚠️ |
| 10 | +* Update extension function signatures making them easier to use from Java. ([#539](https://github.com/mapbox/mapbox-maps-android/pull/539)) |
| 11 | +* Rename `mapView#overlay()` to `mapView#mapboxOverlay`. ([#539](https://github.com/mapbox/mapbox-maps-android/pull/539)) |
| 12 | + |
| 13 | +## Features ✨ and improvements 🏁 |
| 14 | +* Support adding 9-patch images to the style. ([#536](https://github.com/mapbox/mapbox-maps-android/pull/536)) |
| 15 | +* Outdated data for volatile sources gets hidden if cannot be updated due to no Internet connection. ([#543](https://github.com/mapbox/mapbox-maps-android/pull/543)) |
| 16 | + |
| 17 | +## Bug fixes 🐞 |
| 18 | +* Fix several memory leaks: clean up OnFpsChangeListener on render thread destroy / introduce Snapshotter#destroy method that must be called in Activity#onDestroy ([#546](https://github.com/mapbox/mapbox-maps-android/pull/546)) |
| 19 | +* Add layer and source check when creating annotations and init them if not initiated before which creates `AnnotationManager` before loading style. ([#549](https://github.com/mapbox/mapbox-maps-android/pull/549)) |
| 20 | +* Fix error messages returned by `Style#removeStyleSource` method. ([#543](https://github.com/mapbox/mapbox-maps-android/pull/543)) |
| 21 | +* Store persistent layer's LayerPosition, so that layer can be re-added to correct position if LayerPosition.above or LayerPosition.at is used. ([#543](https://github.com/mapbox/mapbox-maps-android/pull/543)) |
| 22 | + |
| 23 | +## Dependencies |
| 24 | +* Update gl-native to v10.0.0-rc.6 and common to v16.2.0. ([#543](https://github.com/mapbox/mapbox-maps-android/pull/543)) |
| 25 | +* Remove turf dependency of location component plugin. ([#551](https://github.com/mapbox/mapbox-maps-android/pull/551)) |
| 26 | + |
| 27 | +# 10.0.0-rc.5 July 28, 2021 |
| 28 | + |
9 | 29 | ## Breaking changes ⚠️ |
10 | 30 | * Improve camera API consumption from java programming language by adding `CameraAnimationsUtils` and `getCamera` JvmName annotations. ([#495](https://github.com/mapbox/mapbox-maps-android/pull/495)) |
11 | 31 | * Rename `AttributionView#setOnClickListener` to `setViewOnClickListener` to avoid overloading the Android SDK method. Results in compilation on Android P and above. Adjust codebase to changes in enforced nullability of Android SDK code. ([#497](https://github.com/mapbox/mapbox-maps-android/pull/497)) |
|
0 commit comments