Skip to content

Releases: blitz-js/blitz

v2.0.0-alpha.67

05 Aug 13:46
1010858
Compare
Choose a tag to compare
v2.0.0-alpha.67 Pre-release
Pre-release

🐞 Patches

@blitzjs/generator

  • ebd74b4: Fix template path for the generator

v2.0.0-alpha.66

04 Aug 22:05
414d758
Compare
Choose a tag to compare
v2.0.0-alpha.66 Pre-release
Pre-release

🐞 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 a blitz 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

02 Aug 09:06
ada5cac
Compare
Choose a tag to compare
v2.0.0-alpha.65 Pre-release
Pre-release

🐞 Patches

blitz

  • dd5f517: Fix enhancePrisma is undefined errors by moving the utility function to a browser entry point

v2.0.0-alpha.64

01 Aug 11:13
99b054a
Compare
Choose a tag to compare
v2.0.0-alpha.64 Pre-release
Pre-release

🐞 Patches

blitz

  • 54db8a4: Add missing value to "skip" option when choosing a package manager during new app scaffolding
  • 62bf12b: Fix blitz codegen to work with monorepos

v2.0.0-alpha.63

30 Jul 19:05
8e4580a
Compare
Choose a tag to compare
v2.0.0-alpha.63 Pre-release
Pre-release

🐞 Patches

@blitzjs/next

  • f52ca39: Upgrade react-query to v4

@blitzjs/rpc

  • f52ca39: Upgrade react-query to v4

v2.0.0-alpha.62

29 Jul 18:00
922bc27
Compare
Choose a tag to compare
v2.0.0-alpha.62 Pre-release
Pre-release

🐞 Patches

blitz

  • 365e670: Fixes the db seed command so that the database can disconnect after running the seed file.

@blitzjs/next

  • 31d7a6f: Set prefix in moduleNameWrapper's options in Blitz's jest configuration

v2.0.0-alpha.61

28 Jul 18:07
8726b16
Compare
Choose a tag to compare
v2.0.0-alpha.61 Pre-release
Pre-release

🐞 Patches

blitz

  • 240f378: Passes the correct arguments (without flags) to any bin command ran with the blitz cli

v2.0.0-alpha.60

28 Jul 14:25
d6655f0
Compare
Choose a tag to compare
v2.0.0-alpha.60 Pre-release
Pre-release

🐞 Patches

blitz

  • 1d863f3: Fix APP_ENV not being set before loading env config

v2.0.0-alpha.59

27 Jul 16:53
37b5e35
Compare
Choose a tag to compare
v2.0.0-alpha.59 Pre-release
Pre-release

🐞 Patches

blitz

@blitzjs/auth

@blitzjs/next

@blitzjs/rpc

@blitzjs/codemod

v2.0.0-alpha.58

26 Jul 15:11
4b91c42
Compare
Choose a tag to compare
v2.0.0-alpha.58 Pre-release
Pre-release

🚀 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