Skip to content

Releases: clerk/javascript

@clerk/[email protected]

20 Mar 12:50
74240b5

Choose a tag to compare

Patch Changes

@clerk/[email protected]

20 Mar 13:50
5384072

Choose a tag to compare

Patch Changes

@clerk/[email protected]

20 Mar 12:50
74240b5

Choose a tag to compare

Patch Changes

@clerk/[email protected]

20 Mar 13:51
5384072

Choose a tag to compare

Patch Changes

@clerk/[email protected]

20 Mar 13:51
5384072

Choose a tag to compare

Patch Changes

@clerk/[email protected]

20 Mar 12:50
74240b5

Choose a tag to compare

Patch Changes

@clerk/[email protected]

20 Mar 13:50
5384072

Choose a tag to compare

Patch Changes

@clerk/[email protected]

20 Mar 12:51
74240b5

Choose a tag to compare

Patch Changes

@clerk/[email protected]

20 Mar 13:50
5384072

Choose a tag to compare

Patch Changes

@clerk/[email protected]

20 Mar 12:50
74240b5

Choose a tag to compare

Patch Changes

  • Fix false offline detection in React Native by checking navigator.product and typeof navigator.onLine before treating the environment as disconnected (#8084) by @eliotgevers

  • Add optional intent parameter to session.touch() to indicate why the touch was triggered (focus, session switch, or org switch). This enables the backend to skip expensive client piggybacking for focus-only touches. by @nikosdouvlis