Skip to content

Commit 3ae59db

Browse files
committed
chore: update Changelog in preparation of v0.21.0
1 parent 909d5e6 commit 3ae59db

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

maplibre_gl/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
## UNRELEASED
22

3+
## 0.21.0
4+
5+
### Added
6+
7+
* added the `clearAmbientCache` functionality (#502).
8+
* added the `contains` functionality to `LatLngBounds` (#498).
9+
* added the possibility to set `LocationEnginePlatforms` properties for better device tracking on Android (#510).
10+
11+
### Changed
12+
13+
* BREAKING: `onFeatureTap` returns the `layerId` (#475).
14+
* Changed iOS package name to support Swift Package Manager (#467).
315
* Move the `maplibre_gl` package to a subdirectory of the repository and add
4-
melos to orchestrate all packages.
16+
melos to orchestrate all packages (#453).
17+
18+
### Removed
19+
20+
* Removed support for Kotlin versions older than `1.9.0` (#460).
21+
22+
### Fixed
23+
24+
* Fixed exception when destroying mapView on Android by reordering cleanup (#459).
525

626
## 0.20.0
727

0 commit comments

Comments
 (0)