Blitz Versions Save

⚡ī¸ The Missing Fullstack Toolkit for Next.js

v2.0.8

3 weeks ago

🐞 Patches

  • 5e61a1681: bug: merge existing and custom blitz turbo configs
  • 77555468f: fix: add missing host while initialising the next-auth adapter

v2.0.7

1 month ago

🐞 Patches

  • ee7bf87ec: Turbopack support for Blitz

    This PR includes the changes required to make the Blitz loaders work with Turbopack.

    ⚠ī¸ Upgrade to latest next canary to use this feature: >14.2.0-canary.25. ℹī¸ While using turbopack currently few invalid config warnings will be shown, which can be ignored and should be fixed upstream in next.js. For more context: https://github.com/blitz-js/blitz/pull/4314

    Usage:

    pnpm blitz dev --turbo
    
  • 178c152b2: fix: patch next.js to hide intentional throws of DYNAMIC_SERVER_USAGE

v2.0.6

1 month ago

🐞 Patches

  • 76a2544f9: Use SIGINT signal instead of SIGABRT to stop the process, when using custom server for better compatibility with operative systems
  • 5a587a6c3: Fix bundling issue that occurs in vercel due to the way imports were handled internally

v2.0.5

2 months ago

🐞 Patches

v2.0.4

3 months ago

🐞 Patches

  • dd604c767: perf: add filter to select only non expired sessions
  • 28a79040e: fix: export BlitzServerMiddleware from blitz-next with next-js specific type
  • f25aac08c: fix: add support to codemod upgrade-legacy for projects that have their pages folder nested in a src/ folder
  • 71b995003: fix: ajv dependency was not installed with blitz new

v2.0.3

3 months ago

🐞 Patches

  • 2f5c8a3a0: fix: missing sodium native prebuilds required to use secure-password during server rendering
  • 956a739e8: fix: codemod now uses the correct paths corresponding to the changes to new templates
  • 47722e045: fix: search inside any subdirectory to inside src|app directories to find blitz-server.ts to use the BlitzCliConfig configurations.
  • 595f400e9: fix: add missing prettier, pretty-quick and other missing dev dependencies in the new app template

v2.0.2

4 months ago

🐞 Patches

  • e8fd12e4f: Fix bug causing rpc resolvers to fail compilation in windows

v2.0.1

4 months ago

🐞 Patches

  • 8782aae64: Fix outdated code in npm caused in during migration to stable release

v2.0.0-stable

4 months ago

🚀 Features/Improvements

  • e5cd2c862: Expose ctx to rpcHandler error callbacks in [[...blitz]].ts files
  • 6d5f9efe1: Blitz app directory starter
  • 86e8eb7c8: Add helpful error message when RPC resolvers have the same path
  • b84c5bedb: Next 14 Compatibility

v2.0.0-beta.37

4 months ago

🚀 Features/Improvements

  • e5cd2c862: Expose ctx to rpcHandler error callbacks in [[...blitz]].ts files
  • 6d5f9efe1: Blitz app directory starter
  • 86e8eb7c8: Add helpful error message when RPC resolvers have the same path
  • b84c5bedb: Next 14 Compatibility