Skip to content

Releases: airbnb/Showkase

1.0.0-beta02

04 Aug 23:33

Choose a tag to compare

  • 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

16 Jul 07:06

Choose a tag to compare

Adds support for 1.0.0-rc02

1.0.0-alpha12

27 Jun 18:21

Choose a tag to compare

Adds support for Compose 1.0.0-beta09

1.0.0-alpha11

06 Jun 21:19
79bd4fc

Choose a tag to compare

Adds support for Compose 1.0.0-beta08

1.0.0-alpha10

27 Apr 16:52

Choose a tag to compare

Added support for Compose Beta05

1.0.0-alpha09

26 Mar 22:40
1a756cd

Choose a tag to compare

  • Based of Compose 1.0.0-beta03
  • Changes the method name to get the ShowkaseBrowser intent from createShowkaseBrowserIntent to getBrowserIntent. It's also not available as a top level function but you need to access it using Showkase.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

26 Mar 19:58

Choose a tag to compare

Adds support for:

Jetpack Compose 1.0.0-beta02

1.0.0-alpha07

07 Mar 02:07

Choose a tag to compare

Adds support for:

Jetpack Compose 1.0.0-beta01

1.0.0-alpha06

04 Feb 06:26

Choose a tag to compare

Adds support for:

  • Jetpack Compose 1.0.0-alpha11
  • Kotlin 1.4.21-2

1.0.0-alpha05

04 Jan 04:29

Choose a tag to compare

Added support for @PreviewParameter