Skip to content

v0.11.1-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jun 19:46
· 352 commits to main since this release
1767c32

Delta since previous beta (v0.11.1-beta.0) — 1 new changeset.

Patch Changes

  • Divergent degraded-fallback content no longer overwrites the source bytes it stands for on WYSIWYG interaction. When a parse-error fallback block's editor content diverges from its underlying source region (possible only via dependency or plugin drift producing an unknown, position-unresolvable block), typing into the fallback followed by any later edit — including a remote peer's — previously rewrote the document source wholesale to the fallback-derived text, silently destroying the original bytes. The server bridge now detects when a sync drain would settle with the WYSIWYG view and the source text divergent beyond tolerance, keeps the source bytes authoritative, and re-derives the WYSIWYG view from source in the same drain (restoring the broken-block chrome as well).
    • @inkeep/open-knowledge-core@0.11.1-beta.0