Skip to content

v0.2.0

Choose a tag to compare

@TahaSh TahaSh released this 02 Jul 20:22
5603057

Changed

  • Editor snapshots now carry a versionEditorSnapshot is now { version, graph, viewport? }, stamped from a single GRAPH_VERSION so 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