Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions maplibre_gl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
## UNRELEASED
## [0.21.0](https://github.com/maplibre/flutter-maplibre-gl/compare/v0.20.0...v0.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 Dart SDKs older than `3.4.0` (`Flutter SDK 3.22.0`) (#542)

### Fixed

* Fixed exception when destroying mapView on Android by reordering cleanup (#459).


## 0.20.0

Expand Down Expand Up @@ -33,6 +52,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)
Expand Down