Releases: blitz-js/blitz
Releases · blitz-js/blitz
v3.0.2
11 Sep 13:04
Compare
Sorry, something went wrong.
No results found
🐞 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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
🐞 Patches
816330b : fix: Custom cookies set in a route handler wrapped with withBlitzAuth being overridden.
v2.2.2
24 Feb 13:23
Compare
Sorry, something went wrong.
No results found
🐞 Patches
ab455ac fix: Custom cookies set in a route handler wrapped with withBlitzAuth being overridden.
v3.0.0
21 Feb 07:41
Compare
Sorry, something went wrong.
No results found
🔥 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
Compare
Sorry, something went wrong.
No results found
🐞 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
Compare
Sorry, something went wrong.
No results found
v2.1.4
23 Dec 12:05
Compare
Sorry, something went wrong.
No results found
v2.1.3
21 Oct 17:30
Compare
Sorry, something went wrong.
No results found
🐞 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
Compare
Sorry, something went wrong.
No results found
🐞 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.