Skip to content

Ideon v0.9.2

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 20:26
v0.9.2
ae2f50a

Added

  • Added Inline Comments — select text in a NoteBlock to leave comments and start threaded discussions with collaborators. Sync in real-time, and are accessible via Ctrl+Alt+M.

Fixed

  • Fixed NoteBlock collaborative editing architecture. Replaced the broken React state ↔ Yjs observer roundtrip with y-prosemirror's direct Y.XmlFragment binding, eliminating infinite loops and "Invalid string length" crashes. Content now flows directly between ProseMirror and Yjs without passing through React state #107.
  • Fixed core block collision bounds not updating after resizing, which allowed blocks to overlap the core block or hit an invisible border #106.