Releases: blitz-js/blitz
Releases · blitz-js/blitz
v2.0.0-alpha.69
🐞 Patches
@blitzjs/next
- a3c92cb: Allow using
RouteUrlObject
asredirect.destination
ingetStaticProps
andgetServerSideProps
@blitzjs/rpc
- 4902802: Add
getQueryData
utility to get an existing query's cached data
@blitzjs/codemod
- 86af6de: Wrap middlewares with
BlitzServerMiddleware
function with codemod - 72a332e: Wrap
blitz.config.ts
with thewithBlitz
function during the codemod step instead of creating a blanknext.config.js
file - 2d1482f: Allow codemod to finish if
cookiePrefix
is undefined. Then show an error at the end of the codemod output
@blitzjs/generator
v2.0.0-alpha.68
🐞 Patches
blitz
- 271c58a: Fix
Cannot find module "generate"
errors when using CLI - 630c718: Use internal branded Blitz logger for
@blitzjs/rpc
- f0ca738: Run Blitz codegen with
blitz dev
command - 41608c4: Fix Next suspense issue not being patched when creating a new app with Yarn as a package manager
@blitzjs/rpc
- 630c718: Use internal branded Blitz logger for
@blitzjs/rpc
@blitzjs/codemod
- 06427f6: Throw error if a detected
cookiePrefix
is undefined when runningupgrade-legacy
- f120f67: Add
DocumentProps
andDocumentContext
to theupgrade-legacy
import map - 8dfaad0: Set correct packages versions in
package.json
withupgrade-legacy
- cb55ed2: Fix
upgrade-legacy
to accept a self closingDocumentHead
in the_document
page
@blitzjs/generator
v2.0.0-alpha.67
v2.0.0-alpha.66
🐞 Patches
blitz
- 928e840: Fixes loading production env variables by default for blitz build command
- 240f3f3: Add BlitzServerMiddleware utility function to wrap middleware in blitz server file
- 55b1cb2: Runs the codegen on the blitz build command
- 4d7d126: Run
prisma generate
as ablitz codegen
step if "prisma" is found in project's dependencies - 890b0c0: Improve
blitz new
messaging and fix minor issues - 807a2b5: Fixes peer dependency warnings
- a3e6c49: Fixes the supports-color warning for pnpm
@blitzjs/auth
- a3e6c49: Fixes the supports-color warning for pnpm
@blitzjs/next
- ccb1af8: Avoid
invalid config detected
warnings by deleting"blitz"
key from next config object - 807a2b5: Fixes peer dependency warnings
- a3e6c49: Fixes the supports-color warning for pnpm
@blitzjs/rpc
- 807a2b5: Fixes peer dependency warnings
- a3e6c49: Fixes the supports-color warning for pnpm
- 9620ef6: moves zod to devDependencies
@blitzjs/generator
- 91aa535: Include
.env.test
file to the generator templates - 890b0c0: Improve
blitz new
messaging and fix minor issues - 807a2b5: Fixes peer dependency warnings
- a3e6c49: Fixes the supports-color warning for pnpm
- 065db25: Update new app templates to use blitz-rpc's resolver function
- f202aac: Mocks @blitzjs/auth instead of blitz inside the forgotPassword mutation test & hardcodes blitz package version types instead of just using the alpha tag.
v2.0.0-alpha.65
🐞 Patches
blitz
- dd5f517: Fix
enhancePrisma is undefined
errors by moving the utility function to a browser entry point
v2.0.0-alpha.64
v2.0.0-alpha.63
v2.0.0-alpha.62
v2.0.0-alpha.61
🐞 Patches
blitz
- 240f378: Passes the correct arguments (without flags) to any bin command ran with the blitz cli