Skip to content

Latest commit

 

History

History
235 lines (127 loc) · 3.79 KB

CHANGELOG.md

File metadata and controls

235 lines (127 loc) · 3.79 KB

svelte-clerk

0.3.2

Patch Changes

  • f3215a7: Bump @clerk/backend from 1.15.0 to 1.15.1
  • f3215a7: Bump @clerk/shared from 2.10.0 to 2.10.1
  • f3215a7: Bump @clerk/types from 4.27.0 to 4.28.0

0.3.1

Patch Changes

  • 4b9782a: Bump @clerk/backend from 1.14.1 to 1.15.0
  • 4b9782a: Bump @clerk/shared from 2.9.2 to 2.10.0
  • 4b9782a: Bump @clerk/types from 4.26.0 to 4.27.0

0.3.0

Minor Changes

  • 9daa22f: Bump to Svelte 5 stable

0.2.0

Minor Changes

  • c44b56d: Add supoport for <UserButton /> custom menu items

0.1.13

Patch Changes

  • 06558f0: Bump @clerk/backend from 1.13.10 to 1.14.1
  • 06558f0: Bump @clerk/shared from 2.9.1 to 2.9.2
  • 06558f0: Bump @clerk/types from 4.25.1 to 4.26.0

0.1.12

Patch Changes

  • 3bd01ae: Bump @clerk/backend from 1.13.9 to 1.13.10
  • 3bd01ae: Bump @clerk/shared from 2.9.0 to 2.9.1
  • 3bd01ae: Bump @clerk/types from 4.25.0 to 4.25.1

0.1.11

Patch Changes

  • be52273: Bump @clerk/backend from 1.13.8 to 1.13.9

0.1.10

Patch Changes

  • 4adbc86: Re-export @clerk/backend exports in svelte-clerk/server export

0.1.9

Patch Changes

  • 4701b16: Bump @clerk/backend to 1.13.8, @clerk/shared to 2.9.0, and @clerk/types to 4.25.0

0.1.8

Patch Changes

  • 9834f16: Bump @clerk/backend to 1.13.2, @clerk/shared to 2.8.1, and @clerk/types to 4.21.0

0.1.7

Patch Changes

  • afc37fe: Replace package name when initializing logger

0.1.6

Patch Changes

  • b5b3610: Bump @clerk/backend to 1.9.2, @clerk/shared to 2.6.2, and @clerk/types to 4.19.0

0.1.5

Patch Changes

  • 1d2270b: Bump clerk dependencies
  • bd457fc: Use authorization checker helper from session resource

0.1.4

Patch Changes

  • b1d398a: Add repo links to package.json
  • e611c74: Add license

0.1.3

Patch Changes

  • 60e4dbb: Use Clerk JS loader functions from @clerk/shared

0.1.2

Patch Changes

  • 0754690: Bump @clerk/shared, @clerk/types, and @clerk/backend versions

0.1.1

Patch Changes

  • d6d1636: Update @clerk/shared imports

0.1.0

Minor Changes

  • 1f41a86: Add option to opt-out of telemetry

0.0.18

Patch Changes

  • b76b5da: Update AuthObject imports
  • e0edc44: Bump @clerk/backend, @clerk/shared, and @clerk/types"
  • 4895841: Use AuthObject from @clerk/backend

0.0.17

Patch Changes

  • 36420b3: Use properties from derived state in Protect component"

0.0.16

Patch Changes

  • e0e3dea: Update unstyled button to match correct redirect urls

0.0.15

Patch Changes

  • ac7c426: Make fallback snippet optional in Protect component

0.0.14

Patch Changes

  • 4aef70b: Add GoogleOneTap component
  • 9a3dd2a: Add GoogleOneTap component

0.0.13

Patch Changes

  • 9f98409: Bump clerk dependencies

0.0.12

Patch Changes

  • 30154ed: Pass Clerk instance as snippet value to ClerkLoaded
  • 71de0e8: Improve provider prop tracking

0.0.11

Patch Changes

  • 4237c0b: Update JSDOC for initial state builder
  • 64bef36: Rename initial state function builder

0.0.10

Patch Changes

  • ec006d7: Remove redirect components

0.0.9

Patch Changes

  • e20d485: Fix control components paths

0.0.8

Patch Changes

  • b05f2eb: UI navigation without full page reload

0.0.7

Patch Changes

  • ba33685: Add more control components
  • fe109b1: Export control components

0.0.6

Patch Changes

  • 37c0415: Add more properties to derived auth

0.0.5

Patch Changes

  • 1fe1a62: Clean up context

0.0.4

Patch Changes

  • c2882d0: Add SSR support

0.0.3

Patch Changes

  • 2cd8b0d: Improve Protect component in SSR

0.0.2

Patch Changes

  • 870cc91: Improve initial state check
  • e45e1a1: Update initial state setting
  • 8c7bf55: Fix initial state property mismatch

0.0.1

Patch Changes

  • d6088e9: Introduce Clerk with SvelteKit