From a8c2cc29ef14aee1ccbbe13698d280ae82328ab4 Mon Sep 17 00:00:00 2001 From: Yaroslav Barkovskiy Date: Tue, 2 Apr 2024 17:00:11 +0300 Subject: [PATCH] Bump version --- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c83592f..366984e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index ff1e4499..fe823ebb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: