0.6.0
New:
- Support Kotlin 1.8.20 via JetBrains Compose compiler 1.4.5.
Changed:
- Upgrade JetBrains Compose runtime to 1.4.0.
- Reduce string copies and string allocation required to perform a single frame render.
- Only split text strings on newline when its value changes by caching layout information across recomposition.
- Canvas is no longer clipped for each node. If you notice any overlapping drawing, please report a bug.
Breaking:
- Composables were moved into
ui
subpackage. Layout
and related interfaces were moved intolayout
subpackage.Static
content is now based onSnapshotStateList
instead ofFlow
.