Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 15:07
6476e66

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