v0.9.0
What's Changed
- Refactor JSON path ID tracking to reduce allocations by @dmackdev in #35
- Expose collapsing state in render hook by @dmackdev in #36
- update egui to 0.30 by @dmackdev in #40
Full Changelog: v0.8.0...v0.9.0
⭐ Added
- Exposes
CollapsingState
on property and expandable delimiterRenderContext
structs so the render hook can mutate or inspect the expanded state of arrays/objects. See this in action in the JSON Editor UI demo - when new element is added to a collapsed array/object, it expands automatically.