Skip to content

Commit 62e73e3

Browse files
author
Łukasz Paczos
committed
Changelogs and readmes for:
AnnotationPlugin 0.1.0 LocalizationPlugin 0.5.0 LocationLayerPlugin 0.8.2 MarkerViewPlugin 0.1.0 PlacesPlugin 0.6.0
1 parent 2caaa9e commit 62e73e3

8 files changed

Lines changed: 33 additions & 5 deletions

File tree

plugin-annotation/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

plugin-localization/CHANGELOG.md

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

33
Mapbox 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

plugin-localization/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
1919
// In the app build.gradle file
2020
dependencies {
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
3838
dependencies {
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

plugin-locationlayer/CHANGELOG.md

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

33
Mapbox 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

plugin-locationlayer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
1818
// In the app build.gradle file
1919
dependencies {
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

plugin-markerview/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

plugin-places/CHANGELOG.md

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

33
Mapbox 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

plugin-places/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
2020
// In the app build.gradle file
2121
dependencies {
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
3939
dependencies {
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

0 commit comments

Comments
 (0)