From 2ae82012c1d7211f97c430c9e72a7ec22c6f1cb5 Mon Sep 17 00:00:00 2001 From: Langston Smith Date: Tue, 20 Aug 2019 10:50:48 -0700 Subject: [PATCH] [scalebar] Release Scale Bar Plugin 0.3.0 (#1041) --- plugin-scalebar/CHANGELOG.md | 11 ++++++++++- plugin-scalebar/README.md | 4 ++-- plugin-scalebar/gradle.properties | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/plugin-scalebar/CHANGELOG.md b/plugin-scalebar/CHANGELOG.md index ec985a145..5646fc29c 100644 --- a/plugin-scalebar/CHANGELOG.md +++ b/plugin-scalebar/CHANGELOG.md @@ -1,7 +1,16 @@ -# Changelog for the Mapbox Scalebar Plugin +# Changelog for the Mapbox Scale Bar Plugin Mapbox welcomes participation and contributions from everyone. +### mapbox-android-plugin-scalebar-v8:0.3.0 - August 20, 2019 + +#### Features +- Refactor plugins state management in case of widget recreation [#1033](https://github.com/mapbox/mapbox-plugins-android/pull/1033) + +#### Bugs +- Listen for camera idle event [#1035](https://github.com/mapbox/mapbox-plugins-android/pull/1035) +- Invalidate the widget when plugin is toggled [#1036](https://github.com/mapbox/mapbox-plugins-android/pull/1036) + ### mapbox-android-plugin-scalebar-v8:0.2.0 - July 29, 2019 diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index adf55e2e5..d1a4cb9f3 100644 --- a/plugin-scalebar/README.md +++ b/plugin-scalebar/README.md @@ -18,7 +18,7 @@ repositories { // In the app build.gradle file dependencies { - implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v8:0.2.0' + implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v8:0.3.0' } ``` @@ -35,7 +35,7 @@ repositories { // In the app build.gradle file dependencies { - implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v8:0.3.0-SNAPSHOT' + implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v8:0.4.0-SNAPSHOT' } ``` diff --git a/plugin-scalebar/gradle.properties b/plugin-scalebar/gradle.properties index e2acbcca7..a655b3f53 100644 --- a/plugin-scalebar/gradle.properties +++ b/plugin-scalebar/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.3.0-SNAPSHOT +VERSION_NAME=0.4.0-SNAPSHOT POM_ARTIFACT_ID=mapbox-android-plugin-scalebar-v8 POM_NAME=Mapbox Android Scalebar Plugin POM_DESCRIPTION=Mapbox Android Scalebar Plugin