From c89282eaba8b938321dc9bfb72c7521fb1255e30 Mon Sep 17 00:00:00 2001 From: m0nac0 <58807793+m0nac0@users.noreply.github.com> Date: Wed, 6 Oct 2021 18:59:48 +0200 Subject: [PATCH] Update changelogs for 0.13 --- CHANGELOG.md | 9 ++++++++- maplibre_gl_platform_interface/CHANGELOG.md | 4 +++- maplibre_gl_web/CHANGELOG.md | 4 +++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb12a467..b32c186d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ -## 0.12.0, Oct 5, 2021 +## 0.13.0, Oct 6, 2021 +🎉 The first release of flutter-maplibre-gl with the complete transition to Maplibre libraries. 🎉 + +Further improvements: * Update to Maplibre-Android-SDK 9.4.2 * Update to MapLibre-iOS-SDK 5.12.0 +* Fix onUserLocationUpdated not firing on android [#14](https://github.com/m0nac0/flutter-maplibre-gl/pull/14) +* Add speed to UserLocation [#11](https://github.com/m0nac0/flutter-maplibre-gl/pull/11) +* Fix queryRenderedFeaturesInRect for iOS [#10](https://github.com/m0nac0/flutter-maplibre-gl/pull/10) + ### Changes cherry-picked/ported from tobrun/flutter-mapbox-gl:0.12.0 * Batch creation/removal for circles, fills and lines [#576](https://github.com/tobrun/flutter-mapbox-gl/pull/576) diff --git a/maplibre_gl_platform_interface/CHANGELOG.md b/maplibre_gl_platform_interface/CHANGELOG.md index 769d5719..1891127c 100644 --- a/maplibre_gl_platform_interface/CHANGELOG.md +++ b/maplibre_gl_platform_interface/CHANGELOG.md @@ -1,4 +1,6 @@ -## 0.12.0, Oct 5, 2021 +## 0.13.0, Oct 6, 2021 +🎉 The first release of flutter-maplibre-gl with the complete transition to Maplibre libraries. 🎉 + ### Changes cherry-picked/ported from tobrun/flutter-mapbox-gl:0.12.0 * Batch creation/removal for circles, fills and lines [#576](https://github.com/tobrun/flutter-mapbox-gl/pull/576) diff --git a/maplibre_gl_web/CHANGELOG.md b/maplibre_gl_web/CHANGELOG.md index 910fd068..62791fed 100644 --- a/maplibre_gl_web/CHANGELOG.md +++ b/maplibre_gl_web/CHANGELOG.md @@ -1,4 +1,6 @@ -## 0.12.0, Oct 5, 2021 +## 0.13.0, Oct 6, 2021 +🎉 The first release of flutter-maplibre-gl with the complete transition to Maplibre libraries. 🎉 + ### Changes cherry-picked/ported from tobrun/flutter-mapbox-gl:0.12.0 * Dependencies: updated image package [#598](https://github.com/tobrun/flutter-mapbox-gl/pull/598) * Fix feature manager on release build [#593](https://github.com/tobrun/flutter-mapbox-gl/pull/593)