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

Commit

Permalink
Release 8.0.0 (#1078)
Browse files Browse the repository at this point in the history
* updated whatsnew file

* updated changelog
  • Loading branch information
Langston Smith authored May 22, 2019
1 parent 9d26e84 commit c7cbafd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

Mapbox welcomes participation and contributions from everyone.


## 8.0.0

* bump Maps SDK to v7.4.0 (#1061)
* get only fully loaded style when returning from async tasks (#1019)
* Fixed description for collision detection example (#1075)
* Adding example of onStyleImageMissing listener usage (#1070)
* Adding ignore sign in button (#1033)
* Adjusted HomeScreenWidgetActivity class' location and its javadocs (#1031)
* Fix StringIndexOutOfBounds for urls that do not have `?` (#1073)
* Tile loading performance measurement (#1012)
* Adjusted GeojsonLayerInStackActivity example card image (#1067)
* Camera adjustment to GeojsonLayerInStackActivity (#1064)
* Adding coordinate check in IsochroneActivity (#1065)
* Adding example of ignorePlacement/allowOverlap for text and icons (#1063)
* Switching to greater than or equals for circle clustering example (#1049)
* Refactoring and splitting basic SymbolLayer icon examples (#1030)
* Adding example of using TurfTransformation#circle to create visual ring (#1039)
* bumped turf and services to 4.8.0 (#1062)
* Updated Mapbox SF office coordinates for PlacesPluginActivity (#1041)
* Adding multiple color formatting to TextFieldMultipleFormatsActivity (#1054)
* Isochrone API refactor to use Java SDK wrapper (#1029)

## 7.4.0-beta.2

* Adding SKU generation (via Maps SDK bump to 7.4.0-beta.2) (#1043)
Expand Down
8 changes: 7 additions & 1 deletion MapboxAndroidDemo/src/global/play/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
This update is in line with the 7.4.0-beta.2 release of the Mapbox Maps SDK for Android and includes several fixes.
This update is in line with the 8.0.0 release of the Mapbox Maps SDK for Android and includes several fixes and new examples:

- onStyleImageMissing listener usage
- IgnorePlacement/allowOverlap for text and icons
- New basic SymbolLayer icon example
- Using TurfTransformation#circle to create visual ring
- Multiple color formatting to TextFieldMultipleFormatsActivity

0 comments on commit c7cbafd

Please sign in to comment.