Skip to content

Releases: SuLG-ik/yandex-mapkit-kmp

0.1.1

19 Oct 14:50
2d292b7
Compare
Choose a tag to compare

Note

Library uses Yandex MapKit 4.8.1-lite. Set this version in your Podfile or podspec.

What's Changed

  • Update YMK to 4.8.1-lite, Kotlin to 2.0.21, compose multiplatform to 1.7.0, moko resources to 0.24.3 and other by @SuLG-ik in #18
  • Update api to follow original by @SuLG-ik in #17
    • rename SizeChangeListener to SizeChangedListener. SizeChangeListener deprecated
    • add setNonInteractive
    • add documentation with Dokka
  • Update dependencies by @SuLG-ik in #16
    • make Color value class
    • Migrate from deprecated rememberRipple(), LocalLifecylceOwner, UIKitView
  • Use default NSValue.CGPointValue in NSValue.toPointF() by @SuLG-ik in #15

Full Changelog: 0.1.0...0.1.1

0.1.0

28 Aug 18:12
Compare
Choose a tag to compare

Breaking changes

  • Updating in compose controller API. Map instance created via YandexMap composable and property in YamdexMapController is nullable now. More info in documentation
  • New compose API. More info in documentation
  • Docs moved to Github Pages using MkDocs
  • Official SDK Location API changed. Check official docs to follow updates

What's Changed

Versions

Yandex MapKit SDK – 4.7.0-lite
Kotlin – 2.0.10
Compose Multiplatform – 1.6.11

Full Changelog: 0.0.2...0.1.0

0.0.2

25 Jun 20:56
337ee55
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

What's Changed

  • Extend MapWindow features in common module by @SuLG-ik in #1
  • Add MapKit initializing API by @SuLG-ik in #2
  • Change public constructors visibility to internal by @SuLG-ik in #3

Full Changelog: 0.0.1...0.0.2

0.0.1

21 Jun 21:39
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Initial release of Yandex MapKit KMP SDK