Skip to content

v0.18.1-beta.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jun 17:12
· 65 commits to main since this release
09e4d52

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

Patch Changes

  • Fix: in the Markdown source editor, Find (Cmd/Ctrl+F) now scrolls an off-screen match into view. Previously, searching for text below the fold selected the match but left the viewport unchanged, so the result stayed hidden. In full-page source mode the editor renders at content height and the page scroller is an ancestor element, where CodeMirror's default "scroll to match" (nearest) is a no-op; the source editor now forces a top-aligned scroll so found matches land just below the toolbar.
    • @inkeep/open-knowledge-core@0.18.1-beta.0
    • @inkeep/open-knowledge-server@0.18.1-beta.0