Ivan Matkov
Ivan Matkov
Report [Application Specific Information](https://developer.apple.com/library/archive/technotes/tn2151/_index.html#//apple_ref/doc/uid/DTS40008184-CH1-APPINFO) from [Apple's crash reporter info](https://opensource.apple.com/source/Libc/Libc-825.26/include/CrashReporterClient.h).
* [ ] Has `CHANGELOG.md` been updated? * [ ] Are tests passing locally? * [ ] Are the files formatted correctly? * [ ] Did you add unit tests?...
* [ ] Has `CHANGELOG.md` been updated? * [ ] Are tests passing locally? * [ ] Are the files formatted correctly? * [ ] Did you add unit tests?...
* [ ] Has `CHANGELOG.md` been updated? * [x] Are tests passing locally? * [x] Are the files formatted correctly? * [x] Did you add unit tests if this modifies...
* [ ] Has `CHANGELOG.md` been updated? * [ ] Are tests passing locally? * [ ] Are the files formatted correctly? * [ ] Did you add unit tests?...
AOSP CL [3045224: Add an option to visit children and subtree according to z-order](https://android-review.googlesource.com/c/platform/frameworks/support/+/3045224) Fixes https://github.com/JetBrains/compose-multiplatform/issues/4485 ## Testing Use reproduction from the issue This should be tested by QA ##...
Fix precise mouse wheel detection that might cause missing animations Fixes https://kotlinlang.slack.com/archives/C01D6HTPATV/p1713977814126099 ## Testing Manually. Unit tests: TBD ## Release Notes ### Fixes - Desktop - Fix possible scrolling without...
## Proposed Changes Just an idea for discussion: currently there is a lot of confusion about scrolling horizontally by regular mouse with a single wheel. It's not clear that the...
## Proposed Changes - Filter interop logic in case if some component was added extarnally (or it's a container for layers) ## Testing Test: TBD
## Proposed Changes - `dispose` might trigger hierarchy change for example removing `LayerType.OnComponent` layers. That will conflict with removing this `ComposePanel`. To avoid such issues we need to call `dispose`...