Skip to content

v0.20.0

Compare
Choose a tag to compare
@ryan-haskell ryan-haskell released this 13 Apr 17:07
· 12 commits to main since this release
1a3bf7a

📦 Release v0.20.0 – Improved Developer Experience

  • Upgraded from Vite v4 to Vite v5
  • Reliable hot-reloading ( ✨ Thanks to @lydell)
  • Removed tsc error overlay, causing issues for TypeScript users (✨ Reported by @kutyel )
  • Fixes to theAuth module (✨ Reported by @domenkozar)
  • Blank href attributes don't perform refresh (✨ Reported by @domenkozar)

Breaking changes

  • For folks who customized the Auth module:

  • If you are using an older version of Node.js, or CommonJS modules, checkout this (migration guide) from the Vite team

Resolved issues

New error overlay, featuring "Jump to editor" button