npm blitz 2.0.0-beta.23
v2.0.0-beta.23

latest releases: 2.1.0, 2.1.1, 2.1.0-canary-4...
19 months ago

🔥 Breaking Changes

@blitzjs/auth

  • 42a2cf9: BREAKING CHANGE: secure-password is now an optional peerDependency, if you are using SecurePassword api, you need to now install secure-password in your application.

    npm install secure-password
    

    This helps users who do not use SecurePassword from having native package build issues.

🐞 Patches

blitz

  • c3c7897: Updates internal functions and tests to support blitz apps that run tests with vitest

@blitzjs/rpc

  • c3c7897: Updates internal functions and tests to support blitz apps that run tests with vitest

@blitzjs/generator

  • cb63a0e: Guard blitz g input via an allow-list of characters; throw if unwanted characters are found. Prevents to break the blitz command by accident (#4021).
  • 6ec020c: Remove useEffect from reset password templates.
  • d316d0d: Update all links to follow Next 13 format without a child anchor tag.
  • 79c5e86: Add missing Layout.tsx for generated mimimalapp

Don't miss a new blitz release

NewReleases is sending notifications on new releases.