0.7.0
New:
- Support Kotlin 1.8.21 via JetBrains Compose compiler 1.4.7.
- Add support for modifiers on layouts and built-in components.
There are two types which are built-in:DrawModifier
andLayoutModifier
.
The built-in functions aredrawBehind
,background
,layout
, andpadding
. - Add Box component.
Changed:
- Frames are now emitted slightly differently relying on Compose for signaling when a change has happened. Please report any problems.