Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Release 8.6.0 #1286

Merged
merged 1 commit into from
Jan 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

Mapbox welcomes participation and contributions from everyone.

## 8.6.0 - January 8th, 2020

* Bumped maps sdk to 8.6.0 #[1282](https://github.com/mapbox/mapbox-android-demo/pull/1282)
* Adds a worldview switch examples #[1278](https://github.com/mapbox/mapbox-android-demo/pull/1278)
* Refactoring satellite streets opacity zoom fade example #[1274](https://github.com/mapbox/mapbox-android-demo/pull/1274)
* Adding bordered circle Kotlin example #[1275](https://github.com/mapbox/mapbox-android-demo/pull/1275)
* Added fingerprint biometric authentication example #[1272](https://github.com/mapbox/mapbox-android-demo/pull/1272)
* Disabling collision transition for clustering examples #[1270](https://github.com/mapbox/mapbox-android-demo/pull/1270)
* Adding example of loading cn or global style based on device location #[1267](https://github.com/mapbox/mapbox-android-demo/pull/1267)

## 8.5.0 - November 13th, 2019

* Bumped maps sdk to 8.5.0 #[1246](https://github.com/mapbox/mapbox-android-demo/pull/1246)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
This update is part of the 8.5.0 release of the Mapbox Maps SDK for Android. Many fixes and improvements are included in this update. The update also includes an example showing a smooth circle-to-icon transition.
This update is part of the 8.6.0 release of the Mapbox Maps SDK for Android. New examples include:

• Switching worldview
• Bordered circle (Kotlin)
• Show data based on fingerprint biometric authentication