Vladimir Mazunin

Results 7 issues of Vladimir Mazunin

According to [this article](https://kotlinlang.slack.com/archives/C01D6HTPATV/p1692607712891959) and performed tests with different versions of Compose, performance regression has been noticed after Compose 1.0 and Compose 1.2 (tested on Windows). This is a potential...

enhancement
performance
desktop
p:high

Adjusted check of visibility of selection handles in iOS - they won't be shown when they are visible less than 80% of their size. This change is required for making...

changes in common

**Describe the bug** If SelectionContainer contains Text and this Text is being selected, the keyboard will be shown **Affected platforms** - iOS **Versions** - Libraries: - Compose Multiplatform version: 1.6.11...

bug
selection
ios

Updated Compose (to 1.7.0) and Kotlin (to 2.0.20) versions also updated the AGP version to 8.5.0

Fixed the error with ``` java.io.FileNotFoundException: changelog.main.kts/../../CHANGELOG.md (Not a directory) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:216) at java.base/java.io.FileInputStream.(FileInputStream.java:157) at kotlin.io.FilesKt__FileReadWriteKt.readText(FileReadWrite.kt:125) at kotlin.io.FilesKt__FileReadWriteKt.readText$default(FileReadWrite.kt:125) at Changelog_main.(changelog.main.kts:85) ``` it happens because without `.canonicalFile` there...

WIP

changes in common
changes in API

Fixes: [CMP-9139](https://youtrack.jetbrains.com/issue/CMP-9139) Adopt "Hide handles when selection events come from IME" ## Release Notes N/A