Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DCrow committed Dec 29, 2023
1 parent f297b95 commit bc6bf94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 3.4.0

* Update and lock YandexMapkit version to 4.4.0-full for iOS and Android
* Fix plugin not working with gradle 8.0
* Fix `YandexMapController.moveCamera` crash on iOS
* Added `YandexMapController.setMaxZoom`/`YandexMapController.setMinZoom` for setting map min/max zoom
* **Breaking change** `YandexMapController.selectGeoObject` now also requires `dataSourceName` parameter
* **Breaking change** `YandexMap.modelsEnabled`, `YandexMap.mapMode` have been removed.

## 3.3.3

* Fix Android obfuscation breaking MapObject manipulation
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.3.3
version: 3.4.0
homepage: https://github.com/Unact/yandex_mapkit

environment:
Expand Down

0 comments on commit bc6bf94

Please sign in to comment.