Skip to content

2.1.0-beta07

Pre-release
Pre-release
Compare
Choose a tag to compare
@raamcosta raamcosta released this 18 May 17:24
· 64 commits to main since this release
f2f7f9a

Changes

  • Fixes #638 by @extmkv in #640
  • Fixes #611
  • Improved wrong nav graph args configuration reporting
  • When generating docs to specific directories set with gradle ksp configs, it creates missing directories if any.
  • Added API for adding deep links at runtime (Fixes #639)

Example:

DestinationsNavHost(
    //...
) {
    MyDestination addDeepLink { uriPattern = "schema://${MyDestination.route}" }
}

Full Changelog: 2.1.0-beta06...2.1.0-beta07