Skip to content

Conversation

@clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Aug 13, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@clerk/[email protected]

Minor Changes

  • Add support for custom menu items in the <UserButton /> Astro component. (#3969) by @wobsoriano

  • Inject windowNavigate through router functions. (#3922) by @panteliselef

Patch Changes

@clerk/[email protected]

Minor Changes

Patch Changes

@clerk/[email protected]

Minor Changes

Patch Changes

@clerk/[email protected]

Minor Changes

  • Introduce multi-session choose account step and associated actions/components. (#3957) by @tmilewski

    Example:

    <SignIn.Step name="choose-session">
      <SignIn.SessionList>
        <SignIn.SessionListItem>
          {({ session }) => (
            <>
              {session.identifier} |{" "}
              <SignIn.Action setActiveSession>Switch...</SignIn.Action>
            </>
          )}
        </SignIn.SessionListItem>
      </SignIn.SessionList>
    </SignIn.Step>

Patch Changes

@clerk/[email protected]

Minor Changes

  • Change the export of useLocalCredentials hook from @clerk/clerk-expo to @clerk/clerk-expo/local-credentials. (#3954) by @panteliselef

    In @clerk/[email protected] a new hook called useLocalCredentials was introduced (PR 3663). This hook is optional, but Expo's bundler has problems tree-shaking this codepath so users were still required to install its peer dependencies even if they didn't use that hook.

    For this breaking change, update your import as following:

    - import {  useLocalCredentials } from "@clerk/clerk-expo"
    + import { useLocalCredentials } from "@clerk/clerk-expo/local-credentials"

Patch Changes

@clerk/[email protected]

Minor Changes

  • Introduce the Icelandic (is-IS) localization. (#3953) by @bjaben

Patch Changes

@clerk/[email protected]

Minor Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

  • Print error when the root property of the configuration file is null (#3967) by @dstaley

  • Warn when publishableKey or secretKey are invalid (#3967) by @dstaley

  • Warn if configuration file already exists when running clerk-dev init (#3967) by @dstaley

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 23 times, most recently from 29e2c3c to 910f437 Compare August 16, 2024 21:47
@nikosdouvlis nikosdouvlis merged commit ca03895 into main Aug 20, 2024
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch August 20, 2024 09:25
brkalow pushed a commit that referenced this pull request Aug 22, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants