Skip to content

Files

Latest commit

 

History

History
1004 lines (667 loc) · 46.7 KB

CHANGELOG.md

File metadata and controls

1004 lines (667 loc) · 46.7 KB

@clerk/tanstack-start

0.11.3

Patch Changes

0.11.2

Patch Changes

0.11.1

Patch Changes

0.11.0

Minor Changes

Patch Changes

0.10.0

Minor Changes

  • Introduce EmailLinkErrorCodeStatus to support users in custom flows and mark EmailLinkErrorCode as deprecated. (#5151) by @alexcarpenter

    - import { EmailLinkErrorCode } from '@clerk/tanstack-start/errors'
    + import { EmailLinkErrorCodeStatus } from '@clerk/tanstack-start/errors'

    PR clerk#5142

Patch Changes

0.9.6

Patch Changes

0.9.5

Patch Changes

0.9.4

Patch Changes

0.9.3

Patch Changes

  • Reverts #5051 (#5068) by @wobsoriano

    This type change is no longer needed as the underlying h3 version compatibility issue has been resolved upstream in the TanStack Router repository (TanStack/router#3310)

0.9.2

Patch Changes

0.9.1

Patch Changes

0.9.0

Minor Changes

  • Bump vinxi to 0.5.1 and TanStack peer dependencies to 1.97.25 (#5031) by @wobsoriano

Patch Changes

0.8.17

Patch Changes

0.8.16

Patch Changes

0.8.15

Patch Changes

0.8.14

Patch Changes

0.8.13

Patch Changes

0.8.12

Patch Changes

0.8.11

Patch Changes

0.8.10

Patch Changes

0.8.9

Patch Changes

0.8.8

Patch Changes

0.8.7

Patch Changes

0.8.6

Patch Changes

0.8.5

Patch Changes

0.8.4

Patch Changes

0.8.3

Patch Changes

0.8.2

Patch Changes

0.8.1

Patch Changes

0.8.0

Minor Changes

  • Switching to use ^ for semver ranges of internal @clerk/ production dependencies. (#4664) by @jacekradko

Patch Changes

0.7.0

Minor Changes

  • Re-export missing error helpers functions from @clerk/tanstack-start/errors (#4741) by @octoper

    • isClerkAPIResponseError
    • isEmailLinkError
    • isKnownError
    • isMetamaskError
    • EmailLinkErrorCode

Patch Changes

0.6.5

Patch Changes

0.6.4

Patch Changes

0.6.3

Patch Changes

0.6.2

Patch Changes

0.6.1

Patch Changes

0.6.0

Minor Changes

Patch Changes

0.5.5

Patch Changes

0.5.4

Patch Changes

0.5.3

Patch Changes

0.5.2

Patch Changes

0.5.1

Patch Changes

0.5.0

Minor Changes

  • Breaking change: Update @tanstack/react-router peer dependency from >=1.49.1 to >=1.81.9. Also update @tanstack/start peer dependency from >=1.49.1 to >=1.81.9. This update coincides with the changed server function syntax & server middleware that will allow the SDK more functionality in the future. (#4575) by @LekoArts

    When updating your @clerk/tanstack-start version you'll need to change various pieces in your code, Clerk's documentation (quickstart, reference) has been updated to account for that.

Patch Changes

0.4.28

Patch Changes

0.4.27

Patch Changes

0.4.26

Patch Changes

0.4.25

Patch Changes

0.4.24

Patch Changes

0.4.23

Patch Changes

0.4.22

Patch Changes

0.4.21

Patch Changes

0.4.18

Patch Changes

0.4.17

Patch Changes

  • Updated dependencies [3fdcdbf88, 1c7e105a3]:
    • @clerk/types@4.28.0
    • @clerk/backend@1.15.1
    • @clerk/clerk-react@5.13.1
    • @clerk/shared@2.10.1

0.4.16

Patch Changes

0.4.15

Patch Changes

  • Updated dependencies [e1a26547a]:
    • @clerk/backend@1.14.1

0.4.14

Patch Changes

0.4.13

Patch Changes

  • Updated dependencies [d64e54c40, 2ba2fd148]:
    • @clerk/shared@2.9.1
    • @clerk/types@4.25.1
    • @clerk/backend@1.13.10
    • @clerk/clerk-react@5.11.1

0.4.12

Patch Changes

  • Updated dependencies [358be296a]:
    • @clerk/backend@1.13.9

0.4.11

Patch Changes

  • Updated dependencies [fb932e5cf]:
    • @clerk/shared@2.9.0
    • @clerk/clerk-react@5.11.0
    • @clerk/types@4.25.0
    • @clerk/backend@1.13.8

0.4.10

Patch Changes

  • Updated dependencies [f6fb8b53d, 4a8570590]:
    • @clerk/clerk-react@5.10.0
    • @clerk/types@4.24.0
    • @clerk/backend@1.13.7
    • @clerk/shared@2.8.5

0.4.9

Patch Changes

0.4.8

Patch Changes

  • Updated dependencies [4749ed4c5, f1f17eaab, 2e35ac538]:
    • @clerk/backend@1.13.5
    • @clerk/types@4.23.0
    • @clerk/clerk-react@5.9.4
    • @clerk/shared@2.8.4

0.4.7

Patch Changes

  • Updated dependencies [c9063853e, 19d3808d4, 737bcbb0f]:
    • @clerk/types@4.22.0
    • @clerk/backend@1.13.4
    • @clerk/clerk-react@5.9.3
    • @clerk/shared@2.8.3

0.4.6

Patch Changes

0.4.5

Patch Changes

  • Updated dependencies [02babaccb]:
    • @clerk/backend@1.13.2

0.4.4

Patch Changes

  • Updated dependencies [3743eb911]:
    • @clerk/shared@2.8.1
    • @clerk/backend@1.13.1
    • @clerk/clerk-react@5.9.1

0.4.3

Patch Changes

  • Updated dependencies [e578b1599]:
    • @clerk/backend@1.13.0

0.4.2

Patch Changes

0.4.1

Patch Changes

  • Updated dependencies [be3b119f8]:
    • @clerk/shared@2.7.2
    • @clerk/backend@1.11.1
    • @clerk/clerk-react@5.8.2

0.4.0

Minor Changes

  • Introducing clerkClient() from @clerk/tanstack-start/server for accessing the @clerk/backend client (#4128) by @octoper

Patch Changes

  • Updated dependencies [b97b2c1ca, 8c6909d46]:
    • @clerk/backend@1.11.0
    • @clerk/clerk-react@5.8.1
    • @clerk/types@4.20.1
    • @clerk/shared@2.7.1

0.3.6

Patch Changes

0.3.5

Patch Changes

0.3.4

Patch Changes

  • Fix to prevent hard reload for internal navigation (#4078) by @octoper

  • Updated dependencies [afad9af89, 82593173a, afad9af89]:

    • @clerk/clerk-react@5.6.0
    • @clerk/types@4.18.0
    • @clerk/backend@1.9.1
    • @clerk/shared@2.6.1

0.3.3

Patch Changes

0.3.2

Patch Changes

  • Updated dependencies [c1389492d]:
    • @clerk/types@4.16.0
    • @clerk/backend@1.8.3
    • @clerk/clerk-react@5.4.5
    • @clerk/shared@2.5.5

0.3.1

Patch Changes

  • Fix a bug when using the getAuth function multiple times (#4019) by @octoper

  • Updated dependencies [0158c774a, 8be1a7abc]:

    • @clerk/types@4.15.1
    • @clerk/backend@1.8.2
    • @clerk/clerk-react@5.4.4
    • @clerk/shared@2.5.4

0.3.0

Minor Changes

  • Add support for path based routing and TanStack Router only apps (#3932) by @octoper

Patch Changes

  • Updated dependencies [96234ce3d, 247b3fd75]:
    • @clerk/clerk-react@5.4.3
    • @clerk/types@4.15.0
    • @clerk/backend@1.8.1
    • @clerk/shared@2.5.3

0.2.3

Patch Changes

  • Updated dependencies [ed7baa048]:
    • @clerk/backend@1.8.0

0.2.2

Patch Changes

  • Updated dependencies [dc0e1c33d, dc94c0834]:
    • @clerk/types@4.14.0
    • @clerk/backend@1.7.0
    • @clerk/clerk-react@5.4.2
    • @clerk/shared@2.5.2

0.2.1

Patch Changes

  • Updated dependencies [7e0ced3da, b6f0613dc]:
    • @clerk/shared@2.5.1
    • @clerk/clerk-react@5.4.1
    • @clerk/types@4.13.1
    • @clerk/backend@1.6.3

0.2.0

Minor Changes

  • Introduce getAuth that can be used in server functions. (#3900) by @octoper

    Example usage:

    import { getAuth } from '@clerk/tanstack-start/server'
    import { createServerFn } from '@tanstack/start'
    
    
    export const fetchCurrentUserPosts = createServerFn('GET', async (_payload, ctx) => {
      const { userId } = await getAuth(ctx)
    
      if (!userId) {
        ...
      }
    
      ...
    })
  • Throw a more useful error when clerkHandler() is not configured in the SSR entrypoint (#3918) by @octoper

Patch Changes

  • Updated dependencies [59d5f19d3, 4e6c94e3f]:
    • @clerk/shared@2.5.0
    • @clerk/clerk-react@5.4.0
    • @clerk/types@4.13.0
    • @clerk/backend@1.6.2

0.1.16

Patch Changes

  • Updated dependencies [d7bf0f87c, 9b2aeacb3]:
    • @clerk/backend@1.6.1
    • @clerk/types@4.12.1
    • @clerk/clerk-react@5.3.3
    • @clerk/shared@2.4.5

0.1.15

Patch Changes

  • Updated dependencies [7e94fcf0f]:
    • @clerk/backend@1.6.0
    • @clerk/types@4.12.0
    • @clerk/clerk-react@5.3.2
    • @clerk/shared@2.4.4

0.1.14

Patch Changes

  • Updated dependencies [568186cad, 407195270]:
    • @clerk/types@4.11.0
    • @clerk/backend@1.5.2
    • @clerk/clerk-react@5.3.1
    • @clerk/shared@2.4.3

0.1.13

Patch Changes

  • Updated dependencies [992e5960c]:
    • @clerk/backend@1.5.1

0.1.12

Patch Changes

  • Updated dependencies [fde5b5e7e, aa06f3ba7, 80e647731]:
    • @clerk/backend@1.5.0
    • @clerk/clerk-react@5.3.0
    • @clerk/types@4.10.0
    • @clerk/shared@2.4.2

0.1.11

Patch Changes

  • Updated dependencies [b48689705]:
    • @clerk/types@4.9.1
    • @clerk/backend@1.4.3
    • @clerk/clerk-react@5.2.10
    • @clerk/shared@2.4.1

0.1.10

Patch Changes

  • Updated dependencies [d465d7069]:
    • @clerk/backend@1.4.2

0.1.9

Patch Changes

  • Updated dependencies [045fb93cb]:
    • @clerk/backend@1.4.1

0.1.8

Patch Changes

  • Updated dependencies [b87f7b9e1, b2788f67b, 86c75e50c]:
    • @clerk/backend@1.4.0
    • @clerk/shared@2.4.0
    • @clerk/types@4.9.0
    • @clerk/clerk-react@5.2.9

0.1.7

Patch Changes

  • Updated dependencies [df7d856d5]:
    • @clerk/types@4.8.0
    • @clerk/backend@1.3.2
    • @clerk/clerk-react@5.2.8
    • @clerk/shared@2.3.3

0.1.6

Patch Changes

  • Updated dependencies [5642b2616]:
    • @clerk/backend@1.3.1

0.1.5

Patch Changes

  • Updated dependencies [427fcdeaa]:
    • @clerk/clerk-react@5.2.7

0.1.4

Patch Changes

  • Updated dependencies [f1847b70b]:
    • @clerk/backend@1.3.0

0.1.3

Patch Changes

  • Updated dependencies [d6b5006c4]:
    • @clerk/types@4.7.0
    • @clerk/backend@1.2.5
    • @clerk/clerk-react@5.2.6
    • @clerk/shared@2.3.2

0.1.2

Patch Changes

  • Updated dependencies [1273b04ec]:
    • @clerk/types@4.6.1
    • @clerk/backend@1.2.4
    • @clerk/clerk-react@5.2.5
    • @clerk/shared@2.3.1

0.1.1

Patch Changes

  • Introducing experimental version of Clerk SDK for TanStack Start (#3538) by @octoper

  • Updated dependencies [4ec3f63e2]:

    • @clerk/shared@2.3.0
    • @clerk/backend@1.2.3
    • @clerk/clerk-react@5.2.4