Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (alpha-v5) #2000

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Version Packages (alpha-v5) #2000

merged 1 commit into from
Nov 6, 2023

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Nov 1, 2023

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@clerk/[email protected]

Major Changes

  • Internal update default apiUrl domain from clerk.dev to clerk.com (#1878) by @dimkl

  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

Minor Changes

Patch Changes

@clerk/[email protected]

Major Changes

  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

Minor Changes

Patch Changes

@clerk/[email protected]

Major Changes

  • Internal update default apiUrl domain from clerk.dev to clerk.com (#1878) by @dimkl

  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

  • Avatar Shimmer will be enabled by default for <UserButton/> and <OrganizationSwitcher/>. (#1972) by @octoper

Minor Changes

  • Add support for custom roles in <OrganizationProfile/>. (#2004) by @panteliselef

    The previous roles (admin and basic_member), are still kept as a fallback.

  • Experimental support for <Gate/> with role checks. (#1942) by @panteliselef

  • Greatly improve the UX when users are creating their passwords. The hints below the input fields now have smoother animations and show more types of feedback based on different conditions. Additionally, the password validation is now debounced. (#1776) by @desiprisg

Patch Changes

@clerk/[email protected]

Major Changes

  • Internal update default apiUrl domain from clerk.dev to clerk.com (#1878) by @dimkl

  • Drop deprecations. Migration steps: (#1991) by @dimkl

    • use CLERK_PUBLISHABLE_KEY instead of CLERK_FRONTEND_API env variable
    • use publishableKey instead of frontendApi
    • use isEmailLinkError instead of isMagicLinkError
    • use EmailLinkErrorCode instead of MagicLinkErrorCode
    • use useEmailLink instead of useMagicLink
  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

Patch Changes

@clerk/[email protected]

Major Changes

  • Internal update default apiUrl domain from clerk.dev to clerk.com (#1878) by @dimkl

  • Drop deprecations. Migration steps: (#1976) by @dimkl

    • use CLERK_SECRET_KEY instead of CLERK_API_KEY env variable
    • use secretKey instead of apiKey
    • use CLERK_PUBLISHABLE_KEY instead of CLERK_FRONTEND_API env variable
    • use publishableKey instead of frontendApi
  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

Patch Changes

[email protected]

Major Changes

  • Internal update default apiUrl domain from clerk.dev to clerk.com (#1878) by @dimkl

  • Drop deprecations. Migration steps: (#1992) by @dimkl

    • use CLERK_SECRET_KEY instead of CLERK_API_KEY env variable
    • use secretKey instead of apiKey
    • use GATSBY_CLERK_PUBLISHABLE_KEY instead of GATSBY_CLERK_FRONTEND_API env variable
    • use publishableKey instead of frontendApi
  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

Patch Changes

@clerk/[email protected]

Major Changes

  • Drop deprecations. Migration steps: (#2006) by @dimkl

    • use NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY instead of NEXT_PUBLIC_CLERK_FRONTEND_API env variable
    • use NEXT_PUBLIC_CLERK_JS_VERSION instead of CLERK_JS_VERSION
    • use CLERK_SECRET_KEY instead of CLERK_API_KEY
    • use publishableKey instead of frontendApi
    • use isEmailLinkError instead of isMagicLinkError
    • use EmailLinkErrorCode instead of MagicLinkErrorCode
    • use useEmailLink instead of useMagicLink
    • use @clerk/nextjs instead of @clerk/nextjs/app-beta
    • use @clerk/nextjs instead of @clerk/nextjs/ssr
    • use @clerk/nextjs instead of @clerk/nextjs/edge-middleware or @clerk/nextjs/edge-middlewarefiles
    • use @clerk/nextjs instead of @clerk/nextjs/api
    • use middleware with authMiddleware instead of withClerkMiddleware
    • avoid using exported constants: API_URL, API_VERSION, CLERK_JS_URL, CLERK_JS_VERSION, DOMAIN, IS_SATELLITE, PROXY_URL, PUBLISHABLE_KEY, SECRET_KEY, SIGN_IN_URL, SIGN_UP_URL
  • Internal update default apiUrl domain from clerk.dev to clerk.com (#1878) by @dimkl

  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

  • Drop user, session, and organization resources from the returned value of auth(). (#1947) by @panteliselef

Minor Changes

Patch Changes

@clerk/[email protected]

Major Changes

  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

Minor Changes

Patch Changes

@clerk/[email protected]

Major Changes

  • Drop deprecations. Migration steps: (#2022) by @dimkl

    • use CLERK_SECRET_KEY instead of CLERK_API_KEY env variable
    • use secretKey instead of apiKey
    • use CLERK_PUBLISHABLE_KEY instead of CLERK_FRONTEND_API env variable
    • use publishableKey instead of frontendApi
  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

Patch Changes

@clerk/[email protected]

Major Changes

  • Internal update default apiUrl domain from clerk.dev to clerk.com (#1878) by @dimkl

  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

Patch Changes

@clerk/[email protected]

Major Changes

  • Internal update default apiUrl domain from clerk.dev to clerk.com (#1878) by @dimkl

  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

Minor Changes

  • Expose revalidate and setData for paginated lists of data in organization hooks. (#1745) by @panteliselef

    const {userMemberships:{revalidate, setData}} = useOrganizationList({userMemberships:true})

  • Introduce isomorphic isomorphicBtoa helper in @clerk/shared. (#1864) by @dimkl

Patch Changes

  • Rename the @staging tag to @canary. Drop support for @next tag. (#2015) by @anagstef

  • Remove "sideEffects": "false" since the package has side-effects (#1974) by @LekoArts

  • Introduce isTruthy helper to better cast environment variables to a boolean. Previously only the string "true" was checked, now true, "true", "1", and 1 will work. (#2002) by @LekoArts

  • Improve the default value for CLERK_API_URL by utilizing the publishable key to differentiate between local, staging and prod environments. (#1955) by @desiprisg

  • Add clerkTraceId to ClerkBackendApiResponse and ClerkAPIResponseError to allow for better tracing and debugging API error responses. (#1986) by @Nikpolik

    Uses clerk_trace_id when available in a response and defaults to cf-ray identifier if missing.

  • Improve compatibility with Expo (#1958) by @clerk-cookie

@clerk/[email protected]

Major Changes

  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

@clerk/[email protected]

Major Changes

  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

  • Avatar Shimmer will be enabled by default for <UserButton/> and <OrganizationSwitcher/>. (#1972) by @octoper

Minor Changes

  • Add support for custom roles in <OrganizationProfile/>. (#2004) by @panteliselef

    The previous roles (admin and basic_member), are still kept as a fallback.

  • Experimental support for <Gate/> with role checks. (#1942) by @panteliselef

Patch Changes

  • Shows list of domains if member has the org:sys_domain:read permission. (#1988) by @panteliselef

  • Introduces new element appearance descriptors: (#1994) by @tmilewski

    • activeDeviceListItem allows you to customize the appearance of the active device list (accordion) item
      • activeDeviceListItem__current allows you to customize the appearance of the current active device list (accordion) item
    • activeDevice allows you to customize the appearance of the active device item
      • activeDevice__current allows you to customize the appearance of the current active device item
  • Localize placeholder of confirmation field when deleting a user account from <UserProfile/>. (#2036) by @panteliselef

  • Simplify the WithOptions generic type (#1995) by @tmilewski

@clerk/[email protected]

Patch Changes

  • Localize placeholder of confirmation field when deleting a user account from <UserProfile/>. (#2036) by @panteliselef

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from b8c2189 to 20832e8 Compare November 1, 2023 13:51
@github-actions github-actions bot requested a review from a team as a code owner November 1, 2023 13:51
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from c72d485 to 522d82e Compare November 1, 2023 14:02
@dimkl dimkl closed this Nov 1, 2023
@dimkl dimkl reopened this Nov 1, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch from 522d82e to ec8be4f Compare November 1, 2023 14:52
@dimkl dimkl closed this Nov 1, 2023
@dimkl dimkl reopened this Nov 1, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 26eff05 to c64b7e3 Compare November 2, 2023 07:10
@dimkl dimkl closed this Nov 2, 2023
@dimkl dimkl reopened this Nov 2, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch from c64b7e3 to 538fee4 Compare November 3, 2023 11:53
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5b7a4d5 to ebff618 Compare November 3, 2023 20:50
@nikosdouvlis nikosdouvlis reopened this Nov 4, 2023
@nikosdouvlis nikosdouvlis reopened this Nov 4, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from 9fb5ea9 to e3442e8 Compare November 6, 2023 10:30
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from fa43d43 to af9c666 Compare November 6, 2023 11:16
@dimkl dimkl closed this Nov 6, 2023
@dimkl dimkl reopened this Nov 6, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch from af9c666 to 2b42884 Compare November 6, 2023 12:44
@dimkl dimkl closed this Nov 6, 2023
@dimkl dimkl reopened this Nov 6, 2023
@dimkl dimkl added this pull request to the merge queue Nov 6, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 6, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2b42884 to 18545eb Compare November 6, 2023 14:18
@github-actions github-actions bot force-pushed the changeset-release/main branch from 18545eb to 2fd1558 Compare November 6, 2023 15:29
@dimkl dimkl closed this Nov 6, 2023
@dimkl dimkl reopened this Nov 6, 2023
@dimkl dimkl enabled auto-merge November 6, 2023 15:43
@dimkl dimkl added this pull request to the merge queue Nov 6, 2023
Merged via the queue into main with commit d64a75e Nov 6, 2023
7 checks passed
@dimkl dimkl deleted the changeset-release/main branch November 6, 2023 15:56
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