🔥 Breaking Changes
@blitzjs/auth
-
42a2cf9: BREAKING CHANGE: secure-password is now an
optional peerDependency
, if you are usingSecurePassword
api, you need to now installsecure-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