Skip to content

v0.13.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 17:33
· 165 commits to main since this release

0.13.1 (2024-04-04)

🐞 Bug fixes

  • Vite HMR now works correctly with Wasp's new project structure (no more full-page reloads).
  • Keycloak UI helpers are now correctly exported.

🔧 Small improvements

  • Improved how IDE auto-imports symbols from the wasp package. If you have an existing project, add these lines to your tsconfig.json to getter better IDE support:

    {
      "compilerOptions" {
        "target": "esnext",
        "moduleResolution": "bundler",
        // ...
      }
      // ...
    }