Skip to content

4.7.1

Choose a tag to compare

@n1crack n1crack released this 05 Aug 09:49
· 49 commits to master since this release

Fixes

  • MenuBar: a replaced menu bar no longer overflows the bars below it on mobile. Under 768px the menu bar had a fixed height: 22px, so menu-items slot content that wraps to several rows painted over the toolbar and breadcrumb bar. It is min-height now — the default menus keep their compact height while custom content can grow.
  • Preview: iOS no longer opens the virtual keyboard on a read-only editor. EditorState.readOnly only blocks document changes and leaves the CodeMirror DOM contenteditable; it is now paired with EditorView.editable. The view is focused when editing is switched back on.

Docs

The MenuBar slot demos are readable on a phone: the combined bar turns each group into one swipeable row and drops its redundant path line, and the slots demo fits all four tabs without a horizontal scroll.

Full changelog: 4.7.0...4.7.1