v0.8.0
What's Changed
- add web target for demo and deploy to gh pages by @dmackdev in #26
- Automatic dark/light theming by @dmackdev in #30
- Make sidebar collapsible for demo by @dmackdev in #31
- Refactor
JsonTreeStyleby @dmackdev in #34
Full Changelog: v0.7.1...v0.8.0
🧳 Migration
- Colour fields have been moved within
JsonTreeStyleinto aOption<JsonTreeVisuals>field. abbreviate_rootandtoggle_buttons_statefields have been moved intoJsonTreeStyle. There are no longer corresponding builder methods onJsonTree.- Set the
JsonTreeStyle::visualsfield to use a desired colour scheme. Otherwise a default dark or light theme will be used based on theegui::Visuals::dark_modefield.
⭐ Added
- Builder methods to
JsonTreeStylefor more fluent construction.