This repository was archived by the owner on Jun 11, 2026. It is now read-only.
Releases: microsoft/surface-duo-compose-sdk
Releases · microsoft/surface-duo-compose-sdk
Release TwoPaneLayout 1.0.1-alpha08
Updates dependencies, including navigation-compose:2.6.0 to fix incompatibility issue reported in #63.
Release TwoPaneLayout 1.0.1-alpha07
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
Updates dependencies, including:
- gradle
8.0.0 - JWM
1.1.0-beta02 - compose
1.4.3
Release ComposeTesting 1.0.0-alpha09
Updates dependencies, including:
- gradle
8.0.0 - JWM
1.1.0-beta02 - compose
1.4.3
Release WindowState 1.0.0-alpha09
Updates dependencies, including:
- gradle
8.0.0 - JWM
1.1.0-beta02 - compose
1.4.3
Release TwoPaneLayout 1.0.1-alpha06
Updates dependencies, including bumping to Compose 1.3.3, and updates navigation support in TwoPaneLayoutNav:
- removes incorrect
launchSingleTopbehavior fromnavigateTomethod; now,popUpTois currently the only supportedNavOption - adds back
navigateUpTofunctionality for increased flexibility for developers, which just callsnavigateBackuntil the desired destination is reached
Release DragAndDrop 1.0.0-alpha04
Updates dependencies, including bumping to Compose 1.3.3
Release ComposeTesting 1.0.0-alpha08
Updates dependencies, including bumping to Compose 1.3.3
Release WindowState 1.0.0-alpha08
Updates WindowState library dependencies, including bumping to Compose 1.3.3
Release TwoPaneLayout 1.0.1-alpha05
Updates navigation support in TwoPaneLayoutNav and updates dependencies (Compose 1.3.1, WindowState 1.0.0-alpha07):
navigateUpTo(route: String?)→navigateBack(): Boolean- new
twoPaneBackStackmutable list field that provides access to backstack contents, size, etc.