Releases: blitz-js/blitz
Releases · blitz-js/blitz
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
v2.0.0-alpha.60
v2.0.0-alpha.59
🐞 Patches
blitz
- @blitzjs/[email protected]
@blitzjs/auth
@blitzjs/next
- 3b213a3: Export router-context from browser entrypoint
- Updated dependencies [3b213a3]
- @blitzjs/[email protected]
@blitzjs/rpc
- 3b213a3: Remove debug console.log
- @blitzjs/[email protected]
- [email protected]
@blitzjs/codemod
- @blitzjs/[email protected]
- [email protected]
v2.0.0-alpha.58
🚀 Features/Improvements
blitz
- 83b3559: Truncate errors from
api/auth/<strategy>/callback
request to 100 characters before passing them to the?authError=
query parameter
🐞 Patches
@blitzjs/auth
- 83b3559: Truncate errors from
api/auth/<strategy>/callback
request to 100 characters before passing them to the?authError=
query parameter
@blitzjs/next
- 6ab9db7: Infer result type in the
api
handler and allow customizing it
@blitzjs/rpc
- c721c10: Pass
signal
from useQuery to Blitz internal rpc client to be able to cancel queries on unmount
@blitzjs/codemod
- dcdcd04: These are various changes to will make the codemod more dynamic and work with a larger variety of codebases. These fixes are implemented to make the codemod work with flightdeck.
- 7e538ba: Import ErrorComponent as DefaultErrorComponent
- 8e00605: Updates the error messages based on if it's a babel parse error or an unexpected error
@blitzjs/generator
- e339e2f: Add hoist pattern entry for react-query in new app templates