Skip to content

Releases: microsoft/surface-duo-compose-sdk

Release TwoPaneLayout 1.0.1-alpha08

13 Jun 23:12
17769ca
Compare
Choose a tag to compare

Updates dependencies, including navigation-compose:2.6.0 to fix incompatibility issue reported in #63.

Release TwoPaneLayout 1.0.1-alpha07

23 May 22:22
7478b6f
Compare
Choose a tag to compare

Updates dependencies, including:

  • gradle 8.0.0
  • JWM 1.1.0-beta02
  • compose 1.4.3

Also adds argument support to navigation, as requested in the feedback forum

Release DragAndDrop 1.0.0-alpha05

05 May 17:06
40e6802
Compare
Choose a tag to compare

Updates dependencies, including:

  • gradle 8.0.0
  • JWM 1.1.0-beta02
  • compose 1.4.3

Release ComposeTesting 1.0.0-alpha09

05 May 17:05
40e6802
Compare
Choose a tag to compare

Updates dependencies, including:

  • gradle 8.0.0
  • JWM 1.1.0-beta02
  • compose 1.4.3

Release WindowState 1.0.0-alpha09

04 May 18:09
6802487
Compare
Choose a tag to compare

Updates dependencies, including:

  • gradle 8.0.0
  • JWM 1.1.0-beta02
  • compose 1.4.3

Release TwoPaneLayout 1.0.1-alpha06

08 Feb 18:32
b4efe09
Compare
Choose a tag to compare

Updates dependencies, including bumping to Compose 1.3.3, and updates navigation support in TwoPaneLayoutNav:

  • removes incorrect launchSingleTop behavior from navigateTo method; now, popUpTo is currently the only supported NavOption
  • adds back navigateUpTo functionality for increased flexibility for developers, which just calls navigateBack until the desired destination is reached

Release DragAndDrop 1.0.0-alpha04

08 Feb 18:40
b4efe09
Compare
Choose a tag to compare

Updates dependencies, including bumping to Compose 1.3.3

Release ComposeTesting 1.0.0-alpha08

08 Feb 18:39
b4efe09
Compare
Choose a tag to compare

Updates dependencies, including bumping to Compose 1.3.3

Release WindowState 1.0.0-alpha08

06 Feb 18:24
703d5d3
Compare
Choose a tag to compare

Updates WindowState library dependencies, including bumping to Compose 1.3.3

Release TwoPaneLayout 1.0.1-alpha05

23 Nov 21:16
55a5e84
Compare
Choose a tag to compare

Updates navigation support in TwoPaneLayoutNav and updates dependencies (Compose 1.3.1, WindowState 1.0.0-alpha07):

  • navigateUpTo(route: String?)navigateBack(): Boolean
  • new twoPaneBackStack mutable list field that provides access to backstack contents, size, etc.