Skip to content

Releases: raamcosta/compose-destinations

2.0.0-beta01

29 Mar 09:49
4553d7b
Compare
Choose a tag to compare
2.0.0-beta01 Pre-release
Pre-release

Changes

  • Fixed issue with nested classes as nav argument types
  • Small performance improvement
  • Generated mermaid graphs generated on default location no longer have clicks to another graph files (since we cannot easily know where those other files are in this case). If you define directories to generate these in (which is recommended), it will still work.

Full Changelog: 2.0.0-alpha07...2.0.0-beta01

2.0.0-alpha07

13 Mar 10:17
0026b0d
Compare
Choose a tag to compare
2.0.0-alpha07 Pre-release
Pre-release

Changes

  • Fixed an issue specifically with 2.0.0 where nav graphs were not generated if they didn't contain destinations in the same module

Full Changelog: 2.0.0-alpha06...2.0.0-alpha07

2.1.0-alpha06

12 Mar 17:19
6f9ae2a
Compare
Choose a tag to compare
2.1.0-alpha06 Pre-release
Pre-release

Changes

Full Changelog: 2.1.0-alpha05...2.1.0-alpha06

2.0.0-alpha06

12 Mar 17:19
2d2e7eb
Compare
Choose a tag to compare
2.0.0-alpha06 Pre-release
Pre-release

Changes

Full Changelog: 2.0.0-alpha05...2.0.0-alpha06

2.1.0-alpha05

11 Mar 18:15
88d549c
Compare
Choose a tag to compare
2.1.0-alpha05 Pre-release
Pre-release

Changes

  • Fixed an issue where the start destination of a NavHostGraph was not allowed non mandatory nav args. (Start destinations of nav graphs meant to be passed to NavHost cannot have mandatory args, but they can have non mandatory ones, but this wasn't working on v2).
  • Fixed an issue that was causing a lot of unneeded imports on generated NavGraphs.
  • Added JavaActivityDestination annotation to allow for navgraph setting on Java Activities.

Full Changelog: 2.1.0-alpha03...2.1.0-alpha05

2.0.0-alpha05

11 Mar 18:14
1ae7124
Compare
Choose a tag to compare
2.0.0-alpha05 Pre-release
Pre-release

Changes

  • Fixed an issue where the start destination of a NavHostGraph was not allowed non mandatory nav args. (Start destinations of nav graphs meant to be passed to NavHost cannot have mandatory args, but they can have non mandatory ones, but this wasn't working on v2).
  • Fixed an issue that was causing a lot of unneeded imports on generated NavGraphs.
  • Added JavaActivityDestination annotation to allow for navgraph setting on Java Activities.

Full Changelog: 2.0.0-alpha03...2.0.0-alpha05

1.11.2-alpha

13 Mar 10:18
96d0729
Compare
Choose a tag to compare
1.11.2-alpha Pre-release
Pre-release

Changes

  • Dependency updates to 1.7 alpha04
  • No longer using Accompanist! Instead we're using the new material navigation for bottom sheet support!
  • Added sizeTransform to DestinationStyle.Animated to match the new official API

Full Changelog: 1.11.1-alpha...1.11.2-alpha

2.1.0-alpha03

10 Mar 16:21
ee54fda
Compare
Choose a tag to compare
2.1.0-alpha03 Pre-release
Pre-release

Changes

  • Added testing related TestDestinationsNavigator to bridge TestNavHostController into DestinationsNavigator
  • Fixes #597

Full Changelog: 2.1.0-alpha02...2.1.0-alpha03

2.0.0-alpha03

10 Mar 16:20
9c8e4c6
Compare
Choose a tag to compare
2.0.0-alpha03 Pre-release
Pre-release

Changes

  • Added testing related TestDestinationsNavigator to bridge TestNavHostController into DestinationsNavigator
  • Fixes #597

Full Changelog: 2.0.0-alpharc02...2.0.0-alpha03

2.1.0-alpha02

07 Mar 12:06
334be5d
Compare
Choose a tag to compare
2.1.0-alpha02 Pre-release
Pre-release

What changed from alpha01

  • DestinationStyle.Animated now has getters for lambdas rather than functions. This allows users to keep some of them as null so that it is more 1 to 1 to the official navigation library.
  • Removed dependency from accompanist! 🙌 Bottom sheets are not provided by the new alpha material navigation artifact!
  • Added new sizeTransform to DestinationStyle.Animated

Full Changelog: 2.1.0-alpha01...2.1.0-alpha02