Skip to content

@tanstack/cli@0.59.7

Choose a tag to compare

@github-actions github-actions released this 18 Feb 06:57
· 2 commits to main since this release
11539d5

Patch Changes

  • Add a continuous development workflow for custom add-on authors. (b3cc585)

    • Add tanstack add-on dev to watch project files and continuously refresh .add-on outputs.
    • Rebuild .add-on assets and add-on.json automatically when source files change.
    • Document the new add-on development loop in the custom add-on guide.
  • Improve scaffold customization and custom add-on authoring flow. (5fbf262)

    • Add --examples / --no-examples support to include or omit demo/example pages during app creation.
    • Prompt for add-on-declared environment variables during interactive create and seed entered values into generated .env.local.
    • Ensure custom add-on/starter metadata consistently includes a version, with safe backfill for older metadata files.
    • Align bundled starter/example metadata and docs with current Start/file-router behavior.
  • Updated dependencies [b3cc585, 5fbf262]:

    • @tanstack/create@0.61.5
    • @tanstack/create-ui@0.59.7