Skip to content

Releases: markjaquith/clerk-sveltekit

v0.4.2

30 Apr 17:57
ff8e381
Compare
Choose a tag to compare

Patch Changes

  • Allow Svelte 5 as a peer dependency (#56)

v0.4.1

12 Jan 02:06
3c607f3
Compare
Choose a tag to compare

Patch Changes

  • Fixed error in package.json (c20fb9b)

v0.4.0

31 Dec 08:05
7ee3fed
Compare
Choose a tag to compare

Minor Changes

  • Added support for SvelteKit 2 (ec2a11d)

v0.3.0

24 Nov 23:13
8ab4bf8
Compare
Choose a tag to compare

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

06 Nov 07:04
8f601d7
Compare
Choose a tag to compare

Minor Changes

  • 2e37e7d: Fix protected route redirection

v0.1.6

06 Nov 03:07
d525331
Compare
Choose a tag to compare

Patch Changes

v0.1.5

05 Nov 21:13
e91f461
Compare
Choose a tag to compare

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

04 Nov 02:32
0a57026
Compare
Choose a tag to compare

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

28 Oct 05:29
d45fbd1
Compare
Choose a tag to compare

Patch Changes

  • c775aae: Improved documentation and tests

v0.1.2

19 Oct 05:35
90c925e
Compare
Choose a tag to compare

Patch Changes

  • ff45ec6: Remove debug code for default redirects
  • 2e3e0b6: Fix the release process