Skip to content

Imposia 0.4.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 03:59
· 51 commits to main since this release
e929da8

Imposia 0.4.1

Imposia 0.4.1 keeps every committed page printable when application CSS
constrains the document viewport, and keeps Viewer panels aligned with compact
responsive controls.

Highlights

  • Core's private print wrapper resets caller html and body height,
    max-height, and overflow constraints without replacing the source
    document's CSS cascade, attributes, or computed custom properties.
  • A real Chromium PDF regression verifies that every composed page reaches the
    native print artifact even when caller CSS uses height: 100vh and
    overflow: hidden.
  • Viewer TOC, search, thumbnail, and Inspector panels now occupy the grid row
    below the actual control rail. The 320 px toolbar can wrap without panels
    overlapping or becoming unreachable.
  • The localized documentation now separates getting started, concepts,
    publishing guides, and React, Core, and Viewer API references while keeping
    browser-native Print and Save as PDF behavior explicit.

Install

pnpm add @imposia/react@0.4.1

Framework-neutral consumers can install the package that matches their layer:

pnpm add @imposia/core@0.4.1
pnpm add @imposia/viewer@0.4.1
pnpm add @imposia/client@0.4.1

Packages

Each attached .tgz is the package tarball submitted to npm. SHA256SUMS
records the matching GitHub Release asset checksums.