Changelog
Main entry point for the changelog. It will read the changelog data and display it. You can customize the release container and the loading state.
Parameters
the state of the changelog, which contains the minimum visible release version and a function to hide the changelog if there are no releases to show
the setup for the changelog, which contains the log file reader, text formatter, version formatter, and other settings
the modifier for the changelog
the state for the lazy list, which can be used to control the scroll position
a composable function that wraps the release content, which can be used to customize the appearance of the release (default is an outlined card with padding)
Displays the list of releases and their items. It uses the release renderer to display the release information and the item renderers to display the items.
Parameters
the list of releases to display
the setup for the changelog, which contains the text formatter and other settings
the modifier for the changelog
the state for the lazy list, which can be used to control the scroll position
a composable function that wraps the release content, which can be used to customize the appearance of the release (default is an outlined card with padding)