noteloom

What's new

A running list of what's been added, newest first. Every item links to its full doc page — this page is the map, not the manual.

0.3.1

  • Version history, reworkedNow a self-contained <VersionHistory docId /> component — Google Docs-style automatic capture (no manual "save" step), author attribution via currentUserId, and a word-level diff view.

0.3.0

  • CommentsSelect a range, leave a comment — built-in composer/popover/panel, or full control via onComment.
  • TemplatesReusable block snippets insertable via "/", plus starter document templates.
  • Version historyPoint-in-time document snapshots, periodic or manual, with one-click restore.

0.2.0

Upgrading is always npm install noteloom@latest — the useEditor()/<NoteloomEditor /> surface itself has never had a breaking change across any release above.
0.3.1 removed createPeriodicVersionSnapshotter — if you called it directly (rather than through the old manual version-history pattern shown in the 0.3.0 announcement post below), switch to <VersionHistory docId /> or createAutoVersionHistory; see Version history for the replacement.

See the 0.3.1 and 0.3.0 announcement posts for the full write-ups with code examples.