From 3ae59db189d613bd4f48d7291157165e869001c5 Mon Sep 17 00:00:00 2001 From: Nico Vidoni Date: Sun, 23 Feb 2025 14:57:58 +0100 Subject: [PATCH 1/4] chore: update Changelog in preparation of v0.21.0 --- maplibre_gl/CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/maplibre_gl/CHANGELOG.md b/maplibre_gl/CHANGELOG.md index 16ca69bf3..dc2435a86 100644 --- a/maplibre_gl/CHANGELOG.md +++ b/maplibre_gl/CHANGELOG.md @@ -1,7 +1,27 @@ ## UNRELEASED +## 0.21.0 + +### Added + +* added the `clearAmbientCache` functionality (#502). +* added the `contains` functionality to `LatLngBounds` (#498). +* added the possibility to set `LocationEnginePlatforms` properties for better device tracking on Android (#510). + +### Changed + +* BREAKING: `onFeatureTap` returns the `layerId` (#475). +* Changed iOS package name to support Swift Package Manager (#467). * Move the `maplibre_gl` package to a subdirectory of the repository and add - melos to orchestrate all packages. + melos to orchestrate all packages (#453). + +### Removed + +* Removed support for Kotlin versions older than `1.9.0` (#460). + +### Fixed + +* Fixed exception when destroying mapView on Android by reordering cleanup (#459). ## 0.20.0 From 66e0430f00d9c7af8935569b99649cc9b8a8ebb9 Mon Sep 17 00:00:00 2001 From: Nico Vidoni Date: Tue, 25 Feb 2025 08:33:49 +0100 Subject: [PATCH 2/4] chore: add dropped support for Dart SDKs older than 3-4-0 --- maplibre_gl/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/maplibre_gl/CHANGELOG.md b/maplibre_gl/CHANGELOG.md index dc2435a86..79bb936e6 100644 --- a/maplibre_gl/CHANGELOG.md +++ b/maplibre_gl/CHANGELOG.md @@ -17,6 +17,7 @@ ### Removed +* Removed support for Dart SDKs older than `3.4.0` (`Flutter SDK 3.22.0`) (#542) * Removed support for Kotlin versions older than `1.9.0` (#460). ### Fixed From 3db8b0d8b28348a3aaf77447429a0746b13285f2 Mon Sep 17 00:00:00 2001 From: Nico Vidoni Date: Tue, 25 Feb 2025 08:36:48 +0100 Subject: [PATCH 3/4] chore: mv kotlin removal in changelog and add ref to diff --- maplibre_gl/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/maplibre_gl/CHANGELOG.md b/maplibre_gl/CHANGELOG.md index 79bb936e6..18a7e9dcb 100644 --- a/maplibre_gl/CHANGELOG.md +++ b/maplibre_gl/CHANGELOG.md @@ -1,6 +1,6 @@ ## UNRELEASED -## 0.21.0 +## [0.21.0](https://github.com/maplibre/flutter-maplibre-gl/compare/v0.20.0...v0.21.0) ### Added @@ -18,12 +18,12 @@ ### Removed * Removed support for Dart SDKs older than `3.4.0` (`Flutter SDK 3.22.0`) (#542) -* Removed support for Kotlin versions older than `1.9.0` (#460). ### Fixed * Fixed exception when destroying mapView on Android by reordering cleanup (#459). + ## 0.20.0 A lot of files/classes have been renamed and moved around in this release. @@ -54,6 +54,7 @@ If you notice any build errors, please make sure to run `flutter clean`. * Added support for Swift Package Manager usage on iOS. * Migrated main iOS plugin class from Objective-C to Swift. * Renamed iOS plugin classes from `Mapbox` to `MapLibre`. +* Removed support for Kotlin versions older than `1.9.0` (#460). **Full Changelog**: [v0.19.0+2...v0.20.0](https://github.com/maplibre/flutter-maplibre-gl/compare/v0.19.0+2...v0.20.0) From 94677f563b874b71b03b0b5579850a479ff490f3 Mon Sep 17 00:00:00 2001 From: Joscha <34318751+josxha@users.noreply.github.com> Date: Wed, 26 Feb 2025 00:14:55 +0100 Subject: [PATCH 4/4] remove "UNRELEASED" --- maplibre_gl/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/maplibre_gl/CHANGELOG.md b/maplibre_gl/CHANGELOG.md index 18a7e9dcb..4d668bc8a 100644 --- a/maplibre_gl/CHANGELOG.md +++ b/maplibre_gl/CHANGELOG.md @@ -1,5 +1,3 @@ -## UNRELEASED - ## [0.21.0](https://github.com/maplibre/flutter-maplibre-gl/compare/v0.20.0...v0.21.0) ### Added