Skip to content

Release v26.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 02:40
· 4 commits to master since this release
bb77d6a

Added

  • chromeless input: a single switch that hides the toolbar and sidebar so the
    viewer shows just the scrolling pages — an embedded/inline preview mode. It is
    shorthand for showToolbar=false + showSidebar=false and overrides them
    without mutating those bindings, so toggling it off restores them. Reach for
    pageOverlayTpl when you need per-page DOM in the host app.