Skip to content

v4.1.1

Choose a tag to compare

@pmndrs-release pmndrs-release released this 19 Aug 14:07
· 3 commits to main since this release
2aed647

Patch Changes

  • #588 b6081cc Thanks @abernier! - Stop publishing src/app/api. A Route Handler cannot be statically exported, and the CLI
    already leaves it behind when it copies the app, so it only ever travelled as dead weight —
    37 kB of it, once its test is counted.

    One test file still ships, src/app/[...slug]/page.test.ts. Nothing under a bracketed
    directory can be excluded through files under pnpm, whatever the pattern: npm pack honours
    !**/*.test.* there, pnpm pack does not, and neither a directory negation nor an escaped
    bracket reaches it.

  • #590 a9f0ed8 Thanks @abernier! - browse: render markdown tables as aligned columns instead of wrapped pipes