v2.1.0
New:
- Adds a new parameter
contentPaddingwhich is applied to the internalLazyColumn. Defaults toPaddingValues(0.dp).
Behaviour change:
- The
onLoadingComposable is not affected by themodifierparameter 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.