Releases: airbnb/Showkase
Releases · airbnb/Showkase
1.0.0-beta02
- Adds support for the first stable Compose release -
1.0.0🥳 - Get rid of some unnecessary dependencies
- Bug fix for Showkase crashing for some usecases where kapt is not included on the compile classpath (#160)
1.0.0-beta01
Adds support for 1.0.0-rc02
1.0.0-alpha12
Adds support for Compose 1.0.0-beta09
1.0.0-alpha11
Adds support for Compose 1.0.0-beta08
1.0.0-alpha10
Added support for Compose Beta05
1.0.0-alpha09
- Based of Compose
1.0.0-beta03 - Changes the method name to get the ShowkaseBrowser intent from
createShowkaseBrowserIntenttogetBrowserIntent. It's also not available as a top level function but you need to access it usingShowkase.getBrowserIntent. More info here. - Addition of a new API that allows you to access all the UI elements that are configured with Showkase. You can access it using
Showkase.getMetadata(). Use cases of this might be to create your custom browser, take screenshots of your UI elements(coming soon), etc.
1.0.0-alpha08
Adds support for:
Jetpack Compose 1.0.0-beta02
1.0.0-alpha07
Adds support for:
Jetpack Compose 1.0.0-beta01
1.0.0-alpha06
Adds support for:
- Jetpack Compose 1.0.0-alpha11
- Kotlin 1.4.21-2
1.0.0-alpha05
Added support for @PreviewParameter