Skip to content

Releases: airbnb/Showkase

1.0.0-alpha11

06 Jun 21:19
79bd4fc
Compare
Choose a tag to compare

Adds support for Compose 1.0.0-beta08

1.0.0-alpha10

27 Apr 16:52
Compare
Choose a tag to compare

Added support for Compose Beta05

1.0.0-alpha09

26 Mar 22:40
1a756cd
Compare
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
Compare
Choose a tag to compare

Adds support for:

Jetpack Compose 1.0.0-beta02

1.0.0-alpha07

07 Mar 02:07
Compare
Choose a tag to compare

Adds support for:

Jetpack Compose 1.0.0-beta01

1.0.0-alpha06

04 Feb 06:26
Compare
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
Compare
Choose a tag to compare

Added support for @PreviewParameter

1.0.0-alpha04

21 Dec 02:08
Compare
Choose a tag to compare
  • Upgraded to support compose alpha09
  • Upgraded to use Kotlin 1.4.21