Releases: markjaquith/clerk-sveltekit
Releases · markjaquith/clerk-sveltekit
v0.4.2
Patch Changes
- Allow Svelte 5 as a peer dependency (#56)
v0.4.1
Patch Changes
- Fixed error in package.json (
c20fb9b
)
v0.4.0
Minor Changes
- Added support for SvelteKit 2 (
ec2a11d
)
v0.3.0
Minor Changes
- c1eaf3f: Added the three organization components
- d3d1aa6: Add a headless mode for slimmer builds that do not need Clerk components
v0.2.0
Minor Changes
- 2e37e7d: Fix protected route redirection
v0.1.5
Patch Changes
- 7d4973f: Allow functions (which accept an event and return boolean) to be passed to
protectedRoutes
- 24fcbe9: Added
<SignUpButton>
, <SignInButton>
and <SignOutButton>
components
- 2967343: Added
<UserProfile />
component
v0.1.4
Patch Changes
- cf5056c: Made the OAuth flow more reliable
- 8ffa048: Added .env.example
- 9e5f800: If the server rejects your route due to not being signed in, you will not get an afterSignInUrl added to the URL so that you end up in your original location after signing in.
- cf5056c: Added support for ?redirectUrl
v0.1.3
Patch Changes
- c775aae: Improved documentation and tests
v0.1.2
Patch Changes
- ff45ec6: Remove debug code for default redirects
- 2e3e0b6: Fix the release process