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

Commit 1e941aa

Browse files
author
Langston Smith
authored
Release 8.3.0 (#1201)
1 parent cc53fde commit 1e941aa

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
## 8.3.0 - September 3, 2019
6+
7+
* Gradle Play Publisher plugin adjustments #1198
8+
* Refactoring to replace style.isFullyLoaded() with the `onStyleLoaded()` callback #1192
9+
* Refactoring RelativeLayout to FrameLayout #1181
10+
* Bumping maps sdk version to stable 8.3.0 #1161
11+
* Adding Kotlin example of adding a map fragment to container #1188
12+
* Adding null checks in OptimizationActivity response #1184
13+
* Refactored TilequeryActivity with appropriate null checks #1185
14+
* Added try/catch for getting getISO3Country for analytics #1182
15+
* Fixes to Localization Plugin XML so that language switch buttons appear #1186
16+
* Added try/catch when TileLoadingInterceptor tries to get country code #1183
17+
* Refactoring changes to switch loadGeoJsonFromAsset( usage to URI #1179
18+
* Adding spinning SymbolLayer icons example #1177
19+
* Added TurfMeasurement distance example #1193
20+
521
## 8.2.1-3 - August 13, 2019
622

723
* Downgraded gradle version to 3.3.0 #1171
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
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:
1+
This update is in line with the 8.3.0 release of the Mapbox Maps SDK for Android and includes several fixes and new examples:
22

33
- Isochrone API data + seekbar slider
44
- RecyclerView + Directions API route
55
- Location change listening
66
- Circle radius based on data
77
- Runtime styling
8-
- Define a circle's radius with physical units
9-
- Cache management
8+
- Define a circle's radius with distance units
9+
- Cache management
10+
- Kotlin map fragment
11+
- Spinning icons
12+
- Measuring line length in distance units

0 commit comments

Comments
 (0)