Skip to content

v2.0.0-beta.2

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 12:24
· 331 commits to main since this release
000bc23

🐞 Patches

blitz

  • db7233d: Bump react, react-dom, @types/react and next versions

    This fixes a console warning: Warning: Receivedtruefor a non-boolean attributeglobal. when using styled-jsx. Versions bump also fixes React Hydration error that happens on and off when using redirectAuthenticatedTo.

  • 0936cb3: Patch Next.js Suspense issue in all node environments. Previously we only patched it in the development environment, but now we make sure it gets patched in the production env (with the blitz build command) as well.

  • 3f9fe8f: Exit the CLI process after blitz new command is finished

@blitzjs/auth

  • db7233d: Bump react, react-dom, @types/react and next versions

@blitzjs/next

  • db7233d: Bump react, react-dom, @types/react and next versions

@blitzjs/rpc

  • db7233d: Bump react, react-dom, @types/react and next versions

@blitzjs/codemod

  • db7233d: Bump react, react-dom, @types/react and next versions

  • a3b5fdd: Change ES6 import for withBlitz during the codemod to the require syntax.

  • ebfb562: Add Script as a default import from next.js during the codemod.

@blitzjs/generator

  • db7233d: Bump react, react-dom, @types/react and next versions

  • eb97156: Add BlitzPage types to auth pages in new app template

  • 8ada2c2: Include ResetPasswordPage in new app template