Skip to content

@tanstack/create@0.61.3

Choose a tag to compare

@github-actions github-actions released this 17 Feb 21:00
· 47 commits to main since this release
497fbe1

Patch Changes

  • Improve generated React scaffold reliability and default lint ergonomics. (cc5857c)

    • Migrate React template imports to package imports aliases (#/*) while preserving @/* compatibility during transition.
    • Harden eslint toolchain templates for fresh apps by avoiding known parser/project and resolver issues.
    • Fix generated shadcn utility import style for stricter eslint configs.
    • Improve TanStack Form demo select contrast in dark mode.