Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 1.6 KB

clerk-sveltekit

0.4.2

Patch Changes

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

0.4.1

Patch Changes

  • Fixed error in package.json (c20fb9b)

0.4.0

Minor Changes

  • Added support for SvelteKit 2 (ec2a11d)

0.3.0

Minor Changes

  • Added the three organization components (c5f666c
  • Added a headless mode for slimmer builds that do not need Clerk components (d3d1aa6)

0.2.0

Minor Changes

  • Fixed protected route redirection (80cf99c)

0.1.6

Patch Changes

  • Refreshed demo site

0.1.5

Patch Changes

  • Allow functions (which accept an event and return boolean) to be passed to protectedRoutes (abdd00b)
  • Added <SignUpButton>, <SignInButton> and <SignOutButton> components (6c56c17)
  • Added <UserProfile /> component (f9f4b30)