Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DCrow committed Apr 2, 2024
1 parent b23f601 commit a8c2cc2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 4.0.0

* Update and lock YandexMapkit version to 4.5.1 for iOS and Android
* Implement `YandexPedestrian`
* Fix polyline geometry camera crash on Android
* Fix `YandexMapController.moveCamera` crash on iOS and Android
* **Breaking change** Implement `full`/`lite` variant selection. Due to large footprint of `full` variant, default is set to `lite`. Refer to README.md on how to set desired variant
* **Breaking change** `BicycleRoute.geometry`, `DrivingRoute.geometry` return types have been changed
* **Breaking change** `YandexMapController.getMinZoom`, `YandexMapController.getMaxZoom`, `YandexMapController.setMinZoom`, `YandexMapController.setMaxZoom` has been removed. Use `YandexMap.cameraBounds` to set desired zoom
* **Breaking change** `YandexMapkitException` has been removed
* **Breaking change** `YandexBycicle.requestRoutes`, `YandexDriving.requestRoutes`, `YandexSearch.searchByText`, `YandexSearch.searchByPoint`, `YandexSuggest.getSuggestions` return types have been changed

## 3.4.0

* Update and lock YandexMapkit version to 4.4.0-full for iOS and Android
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: yandex_mapkit
description: A Flutter plugin for integrating Yandex.MapKit in Android and iOS applications.
version: 3.4.0
version: 4.0.0
homepage: https://github.com/Unact/yandex_mapkit

environment:
Expand Down

0 comments on commit a8c2cc2

Please sign in to comment.