Skip to content

v0.9.0

Compare
Choose a tag to compare
@dmackdev dmackdev released this 17 Dec 14:26
c9d23b3

What's Changed

Full Changelog: v0.8.0...v0.9.0

⭐ Added

  • Exposes CollapsingState on property and expandable delimiter RenderContext 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.