Skip to content

Commit

Permalink
chore: update Changelog in preparation of v0.21.0 (#544)
Browse files Browse the repository at this point in the history
Co-authored-by: Joscha Eckert <[email protected]>
  • Loading branch information
smallTrogdor and josxha authored Feb 25, 2025
1 parent e634ad5 commit 7112952
Showing 1 changed file with 22 additions and 2 deletions.
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

0 comments on commit 7112952

Please sign in to comment.