Skip to content

Release 0.7.3 (18)

Compare
Choose a tag to compare
@chRyNaN chRyNaN released this 09 May 02:03
· 39 commits to master since this release
  • Updated Layout.Content function to not take a state parameter and added stateChanges() function.
    • This provides more control over the states to be rendered
    • New usage would look like the following:
@Composable
override fun Content() {
    val state by stateChanges()

    Text("state = $state")
}

Full Changelog: 0.7.2...0.7.3