Skip to content

v2.0.0-beta.3

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 22:10
· 325 commits to main since this release
49aaaae

🐞 Patches

blitz

  • 638f231: Prevent Minified react error #419 in production

@blitzjs/codemod

  • 2313fa6: Fix upgrade-legacy codemod replacing identifiers with an invalid value. Previously new values were hardcoded to NextApiRequest. Now we're using correct values provided as replaceIdentifiers function argument.
  • 1bf185d: Add a new codemod step to update the .eslintrc.js file

@blitzjs/generator

  • b72d121: Add vscode debugging configuration to new app templates