Skip to content

Commit

Permalink
Release 0.8.0 (#390)
Browse files Browse the repository at this point in the history
* [release] update CHANGELOG.md for release of v0.8.0

* [release] update version numbers to v0.8.0
  • Loading branch information
tobrun committed Sep 6, 2020
1 parent d5e9372 commit 700bf2d
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.8.0, August 22, 2020
- implementation of feature querying [#177](https://github.com/tobrun/flutter-mapbox-gl/pull/177)
- Batch create/delete of symbols [#279](https://github.com/tobrun/flutter-mapbox-gl/pull/279)
- Add multi map support [#315](https://github.com/tobrun/flutter-mapbox-gl/pull/315)
- Fix OnCameraIdle not being invoked [#313](https://github.com/tobrun/flutter-mapbox-gl/pull/313)
- Fix android zIndex symbol option [#312](https://github.com/tobrun/flutter-mapbox-gl/pull/312)
- Set dependencies from git [#319](https://github.com/tobrun/flutter-mapbox-gl/pull/319)
- Add line#getGeometry and symbol#getGeometry [#281](https://github.com/tobrun/flutter-mapbox-gl/pull/281)


## 0.7.0, June 6, 2020
* Introduction of mapbox_gl_platform_interface library
* Introduction of mapbox_gl_web library
Expand Down
6 changes: 6 additions & 0 deletions mapbox_gl_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
## 0.8.0, August 22, 2020
- implementation of feature querying [#177](https://github.com/tobrun/flutter-mapbox-gl/pull/177)
- Batch create/delete of symbols [#279](https://github.com/tobrun/flutter-mapbox-gl/pull/279)
- Add multi map support [#315](https://github.com/tobrun/flutter-mapbox-gl/pull/315)
- Add line#getGeometry and symbol#getGeometry [#281](https://github.com/tobrun/flutter-mapbox-gl/pull/281)

## 0.7.0
- Initial version
2 changes: 1 addition & 1 deletion mapbox_gl_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mapbox_gl_platform_interface
description: A common platform interface for the mapbox_gl plugin.
version: 0.7.0
version: 0.8.0
homepage: https://github.com/tobrun/flutter-mapbox-gl

dependencies:
Expand Down
7 changes: 7 additions & 0 deletions mapbox_gl_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## 0.8.0, August 22, 2020
- implementation of feature querying [#177](https://github.com/tobrun/flutter-mapbox-gl/pull/177)
- Allow setting accesstoken in flutter [#321](https://github.com/tobrun/flutter-mapbox-gl/pull/321)
- Batch create/delete of symbols [#279](https://github.com/tobrun/flutter-mapbox-gl/pull/279)
- Set dependencies from git [#319](https://github.com/tobrun/flutter-mapbox-gl/pull/319)
- Add multi map support [#315](https://github.com/tobrun/flutter-mapbox-gl/pull/315)

## 0.7.0
- Initial version
2 changes: 1 addition & 1 deletion mapbox_gl_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mapbox_gl_web
description: Web platform implementation of mapbox_gl
version: 0.7.0
version: 0.8.0
homepage: https://github.com/tobrun/flutter-mapbox-gl

flutter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mapbox_gl
description: A Flutter plugin for integrating Mapbox Maps inside a Flutter application on Android, iOS and web platfroms.
version: 0.7.0
version: 0.8.0
homepage: https://github.com/tobrun/flutter-mapbox-gl

dependencies:
Expand Down

0 comments on commit 700bf2d

Please sign in to comment.