Skip to content

v0.8.0

Compare
Choose a tag to compare
@dmackdev dmackdev released this 28 Oct 19:27

What's Changed

Full Changelog: v0.7.1...v0.8.0

🧳 Migration

  • Colour fields have been moved within JsonTreeStyle into a Option<JsonTreeVisuals> field.
  • abbreviate_root and toggle_buttons_state fields have been moved into JsonTreeStyle. There are no longer corresponding builder methods on JsonTree.
  • Set the JsonTreeStyle::visuals field to use a desired colour scheme. Otherwise a default dark or light theme will be used based on the egui::Visuals::dark_mode field.

⭐ Added

  • Builder methods to JsonTreeStyle for more fluent construction.