Skip to content

Releases: blitz-js/blitz

v3.0.2

11 Sep 13:04
b18f818

Choose a tag to compare

🐞 Patches

  • 83b6be7: Upgrade cookie-session dependency to v2.1.1
  • 0ef8de0: fix: Overriden custom cookies with pages router

v2.2.4

11 Sep 12:57

Choose a tag to compare

Patch Changes:

83b6be7: Upgrade cookie-session dependency to v2.1.1
0ef8de0: fix: Overriden custom cookies with pages router

v3.0.1

24 Feb 13:40
107254e

Choose a tag to compare

🐞 Patches

  • 816330b: fix: Custom cookies set in a route handler wrapped with withBlitzAuth being overridden.

v2.2.2

24 Feb 13:23

Choose a tag to compare

🐞 Patches

ab455ac fix: Custom cookies set in a route handler wrapped with withBlitzAuth being overridden.

v3.0.0

21 Feb 07:41
18decd1

Choose a tag to compare

🔥 Breaking Changes

  • ce1a603: Upgrade dependency of @tanstack/react-query to v5
  • 1610c73: Due to increased maintenance required to keep recipes up to date. Removing them from the codebase from v3

🚀 Fixes

  • 11c9f00: setQueryData with useInfiniteQuery
  • 0a257e9: Pages router template not generated in the correct format

v2.2.1

30 Jan 14:57
ce1a603

Choose a tag to compare

🐞 Patches

  • 5b20ce6: Fixes Error: Cannot find module when running blitz new and selecting the minimal pages router option
  • fbf5e51: chore: update next and react versions in new template using next.js app directory

v2.2.0

25 Dec 13:18
0fc2d71

Choose a tag to compare

🚀 Features/Improvements

  • 3fa3a4e: Support Next.js 15

  • 565db3c: Fixed incorrect terminal message after creating a new Blitz project to use the correct command (npm run dev or yarn dev).

v2.1.4

23 Dec 12:05
ae04524

Choose a tag to compare

🐞 Patches

v2.1.3

21 Oct 17:30
b6c9c4a

Choose a tag to compare

🐞 Patches

  • 0b32864: chore: bump next.js and zod versions
  • 50f17d2: Update prisma-ast dependency to prevent Blitz generator from failing when Prisma keywords are used as model names

v2.1.2

08 Oct 13:54

Choose a tag to compare

🐞 Patches

  • 2711291: Remove views property from Session.PublicData in types.ts file again
  • 56bd32b: Fix Zod schema generation for datetime fields by removing extra parentheses.