Skip to content

Releases: blitz-js/blitz

v2.0.0-alpha.69

12 Aug 11:38
8b9ad3f
Compare
Choose a tag to compare
v2.0.0-alpha.69 Pre-release
Pre-release

🐞 Patches

@blitzjs/next

  • a3c92cb: Allow using RouteUrlObject as redirect.destination in getStaticProps and getServerSideProps

@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 the withBlitz function during the codemod step instead of creating a blank next.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

  • e2fac29: Add the blitz generate command to the toolkit
  • 6baab19: Add type checking to next.config.js files in new app templates
  • 37623a4: Fix typo in a next.config.js file name

v2.0.0-alpha.68

10 Aug 08:37
0bc107f
Compare
Choose a tag to compare
v2.0.0-alpha.68 Pre-release
Pre-release

🐞 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 running upgrade-legacy
  • f120f67: Add DocumentProps and DocumentContext to the upgrade-legacy import map
  • 8dfaad0: Set correct packages versions in package.json with upgrade-legacy
  • cb55ed2: Fix upgrade-legacy to accept a self closing DocumentHead in the _document page

@blitzjs/generator

  • 70b334a: Remove trailing comma from tsconfig.json file in the new app template
  • dd299ae: Add ts-jest to dependencies in new app templates
  • 078fe47: Add @testing-library/jest-dom to new app dependencies

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