Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions plugin-locationlayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

Mapbox welcomes participation and contributions from everyone.

### 0.10.0 - October 2, 2018
- Move camera and puck immediately when starting to track and displacement is big [#709](https://github.com/mapbox/mapbox-plugins-android/pull/709)

### 0.9.0 - October 1, 2018
- Add animation duration multiplier configuration [#704](https://github.com/mapbox/mapbox-plugins-android/pull/704)
- Don't invalidate camera mode if unnecessary for gestures initiated changes [#694](https://github.com/mapbox/mapbox-plugins-android/pull/694)
- Add animation duration multiplier configuration [#704](https://github.com/mapbox/mapbox-plugins-android/pull/704)
- Don't invalidate camera mode if unnecessary for gestures initiated changes [#694](https://github.com/mapbox/mapbox-plugins-android/pull/694)

### 0.8.2 - September 12, 2018
- Maps SDK bump to 6.5.0 [#634](https://github.com/mapbox/mapbox-plugins-android/pull/634)
- Maps SDK bump to 6.5.0 [#634](https://github.com/mapbox/mapbox-plugins-android/pull/634)

### 0.8.1 - September 4, 2018
- Prevent from showing the location layer on every location update [#641](https://github.com/mapbox/mapbox-plugins-android/pull/641)
Expand Down
2 changes: 1 addition & 1 deletion plugin-locationlayer/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.10.0-SNAPSHOT
VERSION_NAME=0.11.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-plugin-locationlayer
POM_NAME=Mapbox Android Location Layer Plugin
POM_DESCRIPTION=Mapbox Android Location Layer Plugin
Expand Down