github JetBrains/compose-multiplatform v1.0.0-alpha2

latest releases: v1.6.10-beta03, v1.6.10-dev1613, v1.6.10-dev1608...
2 years ago

Common

  • Desktop, Web, and Android artifacts publish at the same time with the same version

Desktop

Features

API changes

  • new Window API is no longer experimental
  • old Window API is deprecated
  • classes from android.compose.desktop.* moved to androidx.compose.ui.awt.* (ComposeWindow, ComposePanel, etc)
  • svgResource/vectorXmlResource/imageResource replaced by painterResource

API breaking changes:

  • Window level keyboard API for the old Window API removed
  • Window(icon: BufferedImage) replaced by Window(icon: Painter)
  • ContextMenu renamed to CursorDropdownMenu

Web

API changes

API breaking changes

Don't miss a new compose-multiplatform release

NewReleases is sending notifications on new releases.