Releases: j4w8n/sveltekit-supabase-ssr
Releases · j4w8n/sveltekit-supabase-ssr
v0.12.0
What's Changed
- Migration to Svelte 5 by @david-palomo in #8
New Contributors
- @david-palomo made their first contribution in #8
Full Changelog: v0.11.0...v0.12.0
v0.11.0
v0.10.1
bump dependencies (ba0d26b)
@sveltejs/adapter-auto 3.2.2 → 3.2.4
@sveltejs/kit 2.5.18 → 2.5.24
@sveltejs/vite-plugin-svelte 3.1.1 → 3.1.2
svelte 4.2.18 → 4.2.19
svelte-check 3.8.5 → 3.8.6
tslib 2.6.3 → 2.7.0
vite 5.3.5 → 5.4.2
@supabase/ssr 0.4.1→ 0.5.0
@supabase/supabase-js 2.45.0 → 2.45.2
jose 5.6.3 → 5.7.0
v0.10.0
v0.9.0
- feat: delete users by id (for your convenience during demo) (07060e1)
- feat: add or change a user's phone number (f6b5d1f)
- feat: phone login via OTP (requires you to setup SMS) (15165f2)
- fix: redirect to /self after OAuth identity link (b34ad1e)
- fix: allow updating of SSR beyond 0.4.0 (78c27da)
- fix: do not cache protected page content (c17db6d)
- refactor: centralize Fail function (e874e5c)
Full Changelog: v0.8.0...v0.9.0
v0.8.0
v0.7.0
v0.6.2
Due to major upcoming changes in @supabase/ssr 0.4.0, I am preventing the possibility of an accidental or natural update to that minor version or higher. Once 0.4.0 lands, and I'm done testing, it's implementation will likely end up being a separate branch of this repo.
- chore: cap the @supabase/ssr version to <0.4.0 (afd4065)
v0.6.1
v0.6.0
What's Changed with v0.6.0
- feat: add magic link login (fcb8c5d)
- refactor: remove database type process, as it's unneeded for the demo (fc56903)
- fix: remove signup email redirect, as that would be for client side auth (8669d07)
- fix: simplify email template change process (bd578ff)
- docs: various fixes and clarifications
Full Changelog: v0.5.0...v0.6.0