File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog for the Mapbox Annotation Plugin
2+
3+ Mapbox welcomes participation and contributions from everyone.
4+
5+ ### 0.1.0 - September 12, 2018
6+ - Initial release
Original file line number Diff line number Diff line change 22
33Mapbox welcomes participation and contributions from everyone.
44
5+ ### 0.5.0 - September 12, 2018
6+ - Update ProGuard to support built-in shrinker of Gradle Plugin [ #582 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/582 )
7+ - Update localization plugin to support expressions [ #654 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/654 )
8+ - Fix Localization set camera to locale country Javadoc broken link [ #640 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/640 )
9+ - Adding japanese and korean support to localization plugin [ #575 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/575 )
10+ - Maps SDK bump to 6.5.0 [ #634 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/634 )
11+
512### 0.4.0 - May 23, 2018
613- Updates the Map SDK to 6.1.3 [ #531 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/531 )
714
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ repositories {
1818
1919// In the app build.gradle file
2020dependencies {
21- implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.3 .0'
21+ implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.5 .0'
2222}
2323```
2424
@@ -36,7 +36,7 @@ repositories {
3636
3737// In the app build.gradle file
3838dependencies {
39- implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.4 .0-SNAPSHOT'
39+ implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.6 .0-SNAPSHOT'
4040}
4141```
4242
Original file line number Diff line number Diff line change 22
33Mapbox welcomes participation and contributions from everyone.
44
5+ ### 0.8.2 - September 12, 2018
6+ - Maps SDK bump to 6.5.0 [ #634 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/634 )
7+
58### 0.8.1 - September 4, 2018
69- Prevent from showing the location layer on every location update [ #641 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/641 )
710
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
1717
1818// In the app build.gradle file
1919dependencies {
20- implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.8.1 '
20+ implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.8.2 '
2121}
2222```
2323
Original file line number Diff line number Diff line change 1+ # Changelog for the Mapbox MarkerView Plugin
2+
3+ Mapbox welcomes participation and contributions from everyone.
4+
5+ ### 0.1.0 - September 12, 2018
6+ - Initial release
Original file line number Diff line number Diff line change 22
33Mapbox welcomes participation and contributions from everyone.
44
5+ ### 0.6.0 - September 12, 2018
6+ - Problem with option 'country' [ #554 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/554 )
7+ - Update ProGuard to support built-in shrinker of Gradle Plugin [ #582 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/582 )
8+ - Fix for disappearing places picker marker [ #584 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/584 )
9+ - Maps SDK bump to 6.5.0 [ #634 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/634 )
10+
511### 0.5.0 - May 23, 2018
612- Updates the Map SDK to 6.1.3 [ #531 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/531 )
713
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
1919
2020// In the app build.gradle file
2121dependencies {
22- implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places:0.5 .0'
22+ implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places:0.6 .0'
2323}
2424```
2525
@@ -37,7 +37,7 @@ repositories {
3737
3838// In the app build.gradle file
3939dependencies {
40- implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places:0.6 .0-SNAPSHOT'
40+ implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places:0.7 .0-SNAPSHOT'
4141}
4242```
4343
You can’t perform that action at this time.
0 commit comments