Skip to content

0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 07:33
· 2 commits to main since this release
c29d939

What's Changed

🖥️✨ CLI features

  • Integrate Preview annotation type for icon generation and CLI by @egorikftp in #376

🔌✨ Plugin features

  • Introduce separate Preview annotation for AndroidX and Jetbrains package by @egorikftp in #375

🧹 Housekeeping

⬆️ Dependencies

  • Update dependency com.android.tools:sdk-common to v31.9.0 by @renovate in #373

⚠️ Breaking change:

Removed showBackground parameter in @Preview annotation.
Also, now you can choose between Android or Jetbrains preview annotation type 🙂

before

@Preview(showBackground = true)
@Composable
fun test() {}

after

@Preview
@Composable
fun test() {}

Full Changelog: 0.12.0...0.13.0