diff --git a/CHANGELOG.md b/CHANGELOG.md index df882e874..6104e5228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mapbox_gl_platform_interface/CHANGELOG.md b/mapbox_gl_platform_interface/CHANGELOG.md index c15887ba4..34fddc2ae 100644 --- a/mapbox_gl_platform_interface/CHANGELOG.md +++ b/mapbox_gl_platform_interface/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/mapbox_gl_platform_interface/pubspec.yaml b/mapbox_gl_platform_interface/pubspec.yaml index 62d650818..67a25be83 100644 --- a/mapbox_gl_platform_interface/pubspec.yaml +++ b/mapbox_gl_platform_interface/pubspec.yaml @@ -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: diff --git a/mapbox_gl_web/CHANGELOG.md b/mapbox_gl_web/CHANGELOG.md index c15887ba4..fa62fd700 100644 --- a/mapbox_gl_web/CHANGELOG.md +++ b/mapbox_gl_web/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/mapbox_gl_web/pubspec.yaml b/mapbox_gl_web/pubspec.yaml index d5b3ed38a..0d27a2af2 100644 --- a/mapbox_gl_web/pubspec.yaml +++ b/mapbox_gl_web/pubspec.yaml @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index bbbd88de0..b9e42facd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: