Skip to content

PlainDeck v0.6.0

Latest

Choose a tag to compare

@wsqstar wsqstar released this 13 Aug 01:38
· 4 commits to main since this release

Highlights

  • Add the evidence-led nature-editorial theme and seven-slide nature-methods template, now used as the Web editor's default starting deck.
  • Add editable native tables across the shared schema, operations kernel, HTML/React/PNG/PDF/Remotion renderers, CLI, and Web editor.
  • Import table data from Markdown, CSV, TSV, or JSON, with rules, grid, and stripes presentation styles.
  • Add plaindeck add-table and expose table inspection, cell editing, TSV bulk editing, header styling, padding, and accent controls in the Web editor.
  • Consolidate shared React and Remotion rendering into plaindeck, and improve prose layouts, fill-fit typography, text diagnostics, and clipping resistance.

Install

npm install plaindeck@0.6.0
npx plaindeck@0.6.0 --help

Verification

  • TypeScript typecheck, 74 unit tests, 13 Playwright end-to-end tests, 3 renderer tests, Web production build, Remotion frame render, 174 design-recipe drift checks, and packaged-tarball installation all passed.
  • Published to npm through GitHub Actions OIDC trusted publishing with provenance.
  • npm package gitHead: 68843296853f1c910ded17b420d2a36c1073294e.

Full changelog: d55ace9...v0.6.0