Skip to content

Releases: NomaDamas/bananatape

v0.3.0

22 May 05:22
6136f2a

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 May 16:26
bc07f79

Choose a tag to compare

What's Changed

  • Make canvas viewport edits undoable by @HaD0Yun in #8
  • feat: parallel generation, multi-image canvas, output size pipeline by @vkehfdl1 in #10

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

28 Apr 09:27
a083726

Choose a tag to compare

What's Changed

  • Keep standalone assets in sync by @CodeMath in #4
  • Show design context as locked markdown viewer by @vkehfdl1 in #7

New Contributors

Full Changelog: v0.1.1...v0.1.2

BananaTape 0.1.1

28 Apr 04:56

Choose a tag to compare

Fix npm-installed UI rendering by ensuring the standalone Next.js runtime has access to packaged static and public assets before launch.\n\nAlso hardens release validation so the packed CLI smoke test waits for server readiness and verifies /_next/static asset URLs return 200.\n\nValidation:\n- npm run lint (passes with existing img warnings)\n- npm run typecheck\n- npx vitest run\n- npm run build\n- packed npm install smoke test verifies /_next/static assets return 200