Skip to content

Commit

Permalink
Update changelogs for 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nac0 committed Oct 6, 2021
1 parent 8c2520e commit c89282e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 3 additions & 1 deletion maplibre_gl_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 3 additions & 1 deletion maplibre_gl_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit c89282e

Please sign in to comment.