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

Commit c7cbafd

Browse files
author
Langston Smith
authored
Release 8.0.0 (#1078)
* updated whatsnew file * updated changelog
1 parent 9d26e84 commit c7cbafd

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

33
Mapbox welcomes participation and contributions from everyone.
44

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

730
* Adding SKU generation (via Maps SDK bump to 7.4.0-beta.2) (#1043)
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
This update is in line with the 7.4.0-beta.2 release of the Mapbox Maps SDK for Android and includes several fixes.
1+
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:
2+
3+
- onStyleImageMissing listener usage
4+
- IgnorePlacement/allowOverlap for text and icons
5+
- New basic SymbolLayer icon example
6+
- Using TurfTransformation#circle to create visual ring
7+
- Multiple color formatting to TextFieldMultipleFormatsActivity

0 commit comments

Comments
 (0)