Skip to content

Releases: raamcosta/compose-destinations

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

2.0.0-alpha02

07 Mar 12:05
7be7d62
Compare
Choose a tag to compare
2.0.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.

Full Changelog: 2.0.0-alpha01...2.0.0-alpha02

2.1.0-alpha01

06 Mar 17:45
d85e3f3
Compare
Choose a tag to compare
2.1.0-alpha01 Pre-release
Pre-release

First v2 alpha release 🙌 (compose 1.7 - alpha dependencies)

This release brings a bunch of improvements both in ergonomics of using the library, features, fixes, better documentation about nav graphs, and more!

I'm still working on the actual documentation for v2 specific changes and features, but for now, I would reallly appreciate it if you could try it, and let me know how it goes.
There are some breaking changes, I did want to take advantage of a major release to improve things I was avoiding until now, so you need to go through these steps here (most are needed only if you're doing something in a certain way). Please do let me know if you find something in migrating which is not documented there, or is not clear enough.

https://composedestinations.rafaelcosta.xyz/migrating-to-v2

Thank you so much for sticking with Compose Destinations, I assure you these changes are worth it already and they also help me evolve the library even more in the future! 🙇

Full Changelog: 1.11.1-alpha...2.1.0-alpha01

2.0.0-alpha01

06 Mar 17:44
87da8f7
Compare
Choose a tag to compare
2.0.0-alpha01 Pre-release
Pre-release

First v2 alpha release 🙌 (compose 1.6)

This release brings a bunch of improvements both in ergonomics of using the library, features, fixes, better documentation about nav graphs, and more!

I'm still working on the actual documentation for v2 specific changes and features, but for now, I would reallly appreciate it if you could try it, and let me know how it goes.
There are some breaking changes, I did want to take advantage of a major release to improve things I was avoiding until now, so you need to go through these steps here (most are needed only if you're doing something in a certain way). Please do let me know if you find something in migrating which is not documented there, or is not clear enough.

https://composedestinations.rafaelcosta.xyz/migrating-to-v2

Thank you so much for sticking with Compose Destinations, I assure you these changes are worth it already and they also help me evolve the library even more in the future! 🙇

Full Changelog: 1.10.2...2.0.0-alpha01

1.11.1-alpha

05 Mar 14:02
07ea774
Compare
Choose a tag to compare
1.11.1-alpha Pre-release
Pre-release

Full Changelog: 1.11.0-alpha...1.11.1-alpha

1.10.2

05 Mar 14:01
c33e923
Compare
Choose a tag to compare

Full Changelog: 1.10.1...1.10.2