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

Commit

Permalink
Release 8.2.1 (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith authored Aug 9, 2019
1 parent fdbb9e1 commit 34f5b5f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

Mapbox welcomes participation and contributions from everyone.

## 8.2.1 - August 7, 2019

* Added example of cache management methods usage #1139
* Bumped maps sdk to 8.2.1 #1155
* Scalebar plugin bump to 0.2.0 #1154
* Bumped Maps SDK to stable 8.2.0 #1129
* Refactoring GeoJsonSource creation with URL to URI #1150
* Refactor QueryFeatureActivity to use SymbolLayer instead of MarkerViewOptions #1148
* Adjusted manifest to fix SimpleMapView kotlin example #1149
* Add gradle.properties file to fix compile error. #1147
* Define a Circle's Radius with Physical Units #1047
* Polygon hole layer below null check #1145
* Adding kotlin lint plugin and needed tweaks #1140
* Fix NPE #1130
* Adding Firebase crashlytics and AndroidX support #1104
* Add tutorial demos #1127)
* Added RecyclerView + Directions route example #1123
* Refactoring fromUrl() to fromUri() #1120
* Adding interactive isochrone + seekbar slider example #1121
* Removing a duplicate globalImplementation dependenciesList.firebaseCrash line #1115
* Adjusted strings for trailing line example and dashed directions example ##111

## 8.1.0 - June 21, 2019

* Adding LocationComponent camera mode example #1038
Expand Down
11 changes: 8 additions & 3 deletions MapboxAndroidDemo/src/global/play/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
This update is in line with the 8.1.0 release of the Mapbox Maps SDK for Android and includes several fixes and new examples:
This update is in line with the 8.2.1 release of the Mapbox Maps SDK for Android and includes several fixes and new examples:

- LocationComponent camera mode example
- Drawn line behind moving SymbolLayer icon
- Isochrone API data + seekbar slider
- RecyclerView + Directions API route
- Location change listening
- Circle radius based on data
- Runtime styling
- Define a circle's radius with physical units
- Cache management

0 comments on commit 34f5b5f

Please sign in to comment.