Skip to content

0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 09:07
· 629 commits to main since this release
45accc7

Navigator

  • Added proguard rules to not obfuscate the names of NavRoute, NavRoot and ActivityRoute
    subclasses.

Whetstone

  • The state and sendAction parameters in annotated composables are now optional and only need
    to be specified if they are needed
  • The state and sendAction parameters of annotated composables can now have different names
  • Automatically discover ViewRenderer.Factory subclass nested inside the annotated ViewRenderer
    and removed the now obsolete rendererFactory parameter