Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 08:16
· 134 commits to main since this release
743aa35

New:

  • Adds a new parameter contentPadding which is applied to the internal LazyColumn. Defaults to PaddingValues(0.dp).

Behaviour change:

  • The onLoading Composable is not affected by the modifier parameter anymore. This avoids unexpected behavior in cases where the modifiers on JsonTree are not compatible with the modifiers used in the loading Composable and gives more flexibility for the loading UI.