v0.2.0
Changed
- Editor snapshots now carry a
version—EditorSnapshotis now{ version, graph, viewport? }, stamped from a singleGRAPH_VERSIONso every persisted snapshot records the graph-format version and stays forward-compatible. Breaking: the snapshot shape changed — a custom persistence adapter that builds or reads a snapshot should account for the new field. The built-in localStorage adapter handles it automatically.
Fixed
- Toolbar zoom readout after wheel/pinch — the zoom percentage now updates after zooming with the mouse wheel or a pinch gesture, not only from the +/- buttons. It refreshes once the gesture settles.
Full changelog: v0.1.2...v0.2.0