-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 1.4.0 release #92
Conversation
🎉 This PR is included in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@thorwebdev thanks for this release, there are loads of good updates here. Can you tell me why you didn't bump to v2.0.0 given that there are 2 breaking changes in the release? |
@mrmartineau you're right, based on https://semver.org/#semantic-versioning-200 this should have been a major version change. sorry about that! |
BREAKING CHANGE a48a238: fix: remove
@supabase/ui
as dependency. If you are using the Auth component, please make sure to install@supabase/ui
separately in your project and importAuth
from there. Fixes #39; Fixes #64; Fixes #69;BREAKING CHANGE ecdc5a2: fix: rename
withMiddlewareAuthRequired
towithMiddlewareAuth
and move it to@supabase/supabase-auth-helpers/nextjs/middleware
. Closes #59; Fixes #9019f53c3: feat: adds
withPageAuth
[docs] and deprecateswithAuthRequired
.8888b41: feat: adds
withApiAuth
[docs] and deprecateswithAuthRequired
.df984d0: fix: automtically refresh tokens. Fixes Do not swallow gSSP errors in withAuthRequired #72; Fixes #77; Fixes #83; Fixes #84; Fixes #85;
862acf8: fix: refresh token automatically when user is updated. Fixes #62