You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
Added support for searching the JsonTree for keys and values. This enables consumers to build a search feature in their apps. For more info see the Readme and the sample app.
Added a new lazyListState parameter to JsonTree, which lets consumers do lazy list operations like programmatic scrolling
Bugfixes
Fix strings having the wrong color when containing numbers
Breaking Changes
The JsonTree Composable has two new parameter lazyListState and searchState, which is a breaking change if the consumer is not using named parameter
JsonTreeColors has two new colors for highlighting search results, which is also a breaking change if the consumer is not using named parameter