Skip to content

0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 03:50
· 298 commits to trunk since this release

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 and LayoutModifier.
    The built-in functions are drawBehind, background, layout, and padding.
  • Add Box component.

Changed:

  • Frames are now emitted slightly differently relying on Compose for signaling when a change has happened. Please report any problems.