|
2 | 2 |
|
3 | 3 | Mapbox welcomes participation and contributions from everyone. |
4 | 4 |
|
| 5 | +# 10.0.0-rc.4 July 14, 2021 |
| 6 | + |
| 7 | +**The Mapbox Maps SDK for Android has moved to release candidate status and is now ready for production use.** |
| 8 | + |
| 9 | +## Features ✨ and improvements 🏁 |
| 10 | +* Add new param to allow users localize selected layers. ([#461](https://github.com/mapbox/mapbox-maps-android/pull/461)) |
| 11 | +* Add API to control logging for animation plugin and disable debug logs by default. ([#474](https://github.com/mapbox/mapbox-maps-android/pull/474)) |
| 12 | +* Introduce option to use continuous rendering for scale bar. Continuous render mode will fix gfxinfo profiling. ([#458](https://github.com/mapbox/mapbox-maps-android/pull/458)) |
| 13 | +* Add shortest bearing path option for animators. ([#473](https://github.com/mapbox/mapbox-maps-android/pull/473)) |
| 14 | +* Add modelTranslation support for LocationPuck3D ([#493](https://github.com/mapbox/mapbox-maps-android/pull/493)) |
| 15 | +* Add default parameters to coordinate conversion functions of MapCameraManagerDelegate#cameraForCoordinates, MapCameraManagerDelegate#cameraForCoordinateBounds and MapCameraManagerDelegate#cameraForGeometry. This overloads the functions to have a more simple API surface for developers to hook into. ([#491](https://github.com/mapbox/mapbox-maps-android/pull/491)) |
| 16 | +* Support text-writing-mode property for line symbol-placement text labels (#1766) |
| 17 | + Note: This change will bring following changes for CJK text block: |
| 18 | + - For vertical CJK text, all the characters including Latin and Numbers will be vertically placed now. Previously, Latin and Numbers are horizontally placed. |
| 19 | + - For horizontal CJK text, it may have a slight horizontal shift due to the anchor shift. |
| 20 | +* Session SKU generation is now available |
| 21 | +* Add getSKUTokenIfValid to get a SKU token for a SKU identifier if it exists and is not expired, return empty string if not. |
| 22 | +* Allow filtering of log messages by categories. |
| 23 | +* Expose isFiltered for checking logging category settings |
| 24 | + |
| 25 | +## Bug fixes 🐞 |
| 26 | +* Fix flyTo crash when using single-pixel paddings. ([#478](https://github.com/mapbox/mapbox-maps-android/pull/478)) |
| 27 | +* Fixed regression in map gestures on devices with Android 6 and lower. ([#484](https://github.com/mapbox/mapbox-maps-android/pull/484)) |
| 28 | +* Fix overwriting sync geojson data with getSourceAs by async. ([#482](https://github.com/mapbox/mapbox-maps-android/pull/482)) |
| 29 | +* Clean up network listener after http file source gets out of scope |
| 30 | +* Fix line-center anchor calculation when the anchor is very near to the line geometry point |
| 31 | +* Fix crash when a Feature State API is used with dedicated rendering thread |
| 32 | +* Fix threading issues in HTTP file source |
| 33 | +* Fix volatile tilesets handling |
| 34 | + |
| 35 | +## Dependencies |
| 36 | +* Update gl-native to v10.0.0-rc.5 and common to v16.0.0. ([#487](https://github.com/mapbox/mapbox-maps-android/pull/487)) |
| 37 | + |
5 | 38 | # 10.0.0-rc.3 June 30, 2021 |
6 | 39 |
|
7 | 40 | **The Mapbox Maps SDK for Android has moved to release candidate status and is now ready for production use.** |
|
0 commit comments