Skip to content

Releases: panteliselef/astro-with-clerk-auth

astro-clerk-auth@0.11.0

26 Jul 15:35
8f44b74
Compare
Choose a tag to compare

Minor Changes

  • b6ebda7: Notify about the package beeing deprecated in favour of @clerk/astro.

astro-clerk-auth@0.10.0

28 Jun 19:46
d40d34d
Compare
Choose a tag to compare

Minor Changes

  • c69c349: Expose individual stores for client resources.
    • $userStore
    • $sessionStore
    • $sessionListStore
    • $clerkStore
    • $clerkStore
    • $signInStore
    • $signUpStore

astro-clerk-auth@0.9.1

26 Jun 12:55
205f597
Compare
Choose a tag to compare

Patch Changes

  • e48b79a: Drop url constants from Astro components.

astro-clerk-auth@0.9.0

20 Jun 17:16
49d0ae1
Compare
Choose a tag to compare

Minor Changes

  • 406aa57: Export clerkClient as a function for safer access in environment variables across runtimes.
  • 211f86b: Deprecate ClerkLayout Astro component. It's usage it is no longer needed as this is now handled my clerkMiiddleware.

astro-clerk-auth@0.8.1

17 Jun 20:43
dbc696b
Compare
Choose a tag to compare

Patch Changes

  • c925c6e: Correctly read signUpUrl from an environment variable in the server and pass it to the client.

astro-clerk-auth@0.8.0

13 Jun 17:08
bfcec77
Compare
Choose a tag to compare

Minor Changes

  • cc3081e: Use conditional imports in order to avoid leaking node:async_hooks into the client bundle.

astro-clerk-auth@0.7.0

02 Jun 20:35
af22938
Compare
Choose a tag to compare

Minor Changes

  • 4deb5f6: Support runtime env variables for Cloudflare workers.

astro-clerk-auth@0.6.8

19 May 21:26
c45e69a
Compare
Choose a tag to compare

Patch Changes

  • 8c6537f: Revert: Use vite's virtual modules in order to avoid leaking node:async_hooks into a browser module.

astro-clerk-auth@0.6.7

19 May 21:11
15bb678
Compare
Choose a tag to compare

Patch Changes

  • 6a58eea: Use vite's virtual modules in order to avoid leaking node:async_hooks into a browser module.
    Fixes a known issue:
    [plugin:vite:resolve] Module "async_hooks" has been externalized for browser compatibility, imported by "...".

astro-clerk-auth@0.6.6

17 May 10:23
Compare
Choose a tag to compare

Patch Changes

  • 1b270da: Revert:
    • Avoid using virtual module when injecting a script
    • Experiment with virtual modules