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
- Migrate from TooltipBox to TooltipArea by @egorikftp in #374
⬆️ Dependencies
⚠️ 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