Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Releases: panteliselef/astro-with-clerk-auth

[email protected]

20 Feb 10:22
c3d7d6a
Compare
Choose a tag to compare

Patch Changes

  • 20e9708: Improve html semantics by positioning __CLERK_ASTRO_DATA__ inside the <head> tag.
  • 6a1d3dc: Bump clerk beta versions.
  • 81a70ce: Remove redirect as AuthReason.

[email protected]

16 Feb 19:55
93dd0be
Compare
Choose a tag to compare

Patch Changes

  • 9e05766: Set vite configuration to target es2022.
  • 7d8a6dc: Recreate types from astro in order to avoid issues with exported types in Astro 3 and 4 where used directly.
    Astro 3 exported the types as generics whereas in Astro 4 those were regular types, this was causing the end type consumed in the package to be any.

[email protected]

13 Feb 18:06
Compare
Choose a tag to compare

Patch Changes

  • b72d6d1: Bump @clerk packages:
    • @clerk/backend to 1.0.0-beta-v5.19
    • @clerk/clerk-js to 5.0.0-beta-v5.21
    • @clerk/shared to 2.0.0-beta-v5.12
    • @clerk/types to 4.0.0-beta-v5.14
  • 5de3bec: Introduce the usage of AsyncLocalStorage to pass authObject as initial value for useAuth.
    • Changed compilerOptions.target from ES2020 to ES2022.
    • Renamed $ssrState store to $initialState.

[email protected]

07 Feb 17:01
5826494
Compare
Choose a tag to compare

Patch Changes

  • b20a1f8: Improve package.json of astro-clerk-auth
    Remove @clerk/* packages from external in tsup config

[email protected]

06 Feb 20:44
0544232
Compare
Choose a tag to compare

Patch Changes

  • cd923d8: Remove carret from dependecies and remove unecessary module and type definitions in package.json.
  • 2f191a5: Update description of package.json.
  • 0837c36: Rename componentPropsMap to __astro_clerk_component_props.
  • 39fbfae: Remove duplication when injecting scripts in the integration.
  • 159af70: Update clerk-js to 5.0.0-beta-v5.20. Add clerk as dependencies instead of peer dependencies.

[email protected]

16 Jan 22:07
Compare
Choose a tag to compare

Patch Changes

  • 3915562: Initial release of the package.