Skip to content

Releases: clerk/javascript

@clerk/[email protected]

23 Nov 09:05
c6950d7
Compare
Choose a tag to compare

Patch Changes

  • Add OrganizationRoleAPI for CRUD operations regarding instance level organization roles. (#2187) by @panteliselef

  • Deprecate createSMSMessage and SMSMessageApi from clerkClient. (#2184) by @Nikpolik

    The /sms_messages Backend API endpoint will also be dropped in the future since this feature will no longer be available for new Clerk instances.

    For a brief period it will still be accessible for instances that have used it in the past 7
    days (13-11-2023 to 20-11-2023).

    New instances will get a 403 forbidden response if they try to access it.

  • Add OrganizationPermissionAPI for CRUD operations regarding instance level organization permissions. (#2185) by @panteliselef

  • Updated dependencies [e41374abf, e41374abf]:

[email protected]

22 Nov 16:28
5b5e1c4
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

@clerk/[email protected]

22 Nov 16:29
5b5e1c4
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Introduces telemetry collection from Clerk's SDKs. Collected telemetry will be used to gain insights into product usage and help drive roadmap priority. For more information, see https://clerk.com/docs/telemetry. (#2154) by @BRKalow

  • Introducing some changes and some addition for the appearence descriptors for the organization preview in <OrganizationSwitcher/>: (#2158) by @octoper

    • .cl-organizationPreview__organizationSwitcher has been renamed to .cl-organizationPreview__organizationSwitcherTrigger.
    • .cl-organizationPreview__organizationSwitcherListedOrganization was added to allow you to customize the appearance of all the listed organization previews.
    • .cl-organizationPreview__organizationSwitcherActiveOrganizationn was added to allow you to customize the appearance of the active organization.

@clerk/[email protected]

22 Nov 16:29
5b5e1c4
Compare
Choose a tag to compare
Pre-release

Major Changes

  • Upgrade React version to >=18 and add react-dom as peer dependency (#2164) by @dimkl

    to fix issues with vite & rollup building.

Patch Changes

  • Rename unstable_createTheme to experimental_createTheme (#2174) by @royanger

@clerk/[email protected]

22 Nov 16:28
5b5e1c4
Compare
Choose a tag to compare
Pre-release

Major Changes

  • Upgrade React version to >=18 and add react-dom as peer dependency (#2164) by @dimkl

    to fix issues with vite & rollup building.

  • Breaking Changes: (#2169) by @dimkl

    • Drop isLegacyFrontendApiKey from @clerk/shared
    • Drop default exports from @clerk/clerk-js
      • on headless Clerk type
      • on ui and ui.retheme Portal
    • Use isProductionFromSecretKey instead of isProductionFromApiKey
    • Use isDevelopmentFromSecretKey instead of isDevelopmentFromApiKey

    Changes:

    • Rename HeadlessBrowserClerkConstrutor / HeadlessBrowserClerkConstructor (typo)
    • Use isomorphicAtob / isomorhpicBtoa to replace base-64 in @clerk/expo
    • Refactor merging build-time and runtime props in @clerk/backend clerk client
    • Drop node-fetch dependency from @clerk/backend
    • Drop duplicate test in @clerk/backend

Patch Changes

  • Introduces telemetry collection from Clerk's SDKs. Collected telemetry will be used to gain insights into product usage and help drive roadmap priority. For more information, see https://clerk.com/docs/telemetry. (#2154) by @BRKalow

@clerk/[email protected]

22 Nov 16:29
5b5e1c4
Compare
Choose a tag to compare
Pre-release

Major Changes

  • Upgrade React version to >=18 and add react-dom as peer dependency (#2164) by @dimkl

    to fix issues with vite & rollup building.

Patch Changes

@clerk/[email protected]

22 Nov 16:28
5b5e1c4
Compare
Choose a tag to compare
Pre-release

Major Changes

  • Upgrade React version to >=18 and add react-dom as peer dependency (#2164) by @dimkl

    to fix issues with vite & rollup building.

Minor Changes

  • Breaking Changes: (#2169) by @dimkl

    • Drop isLegacyFrontendApiKey from @clerk/shared
    • Drop default exports from @clerk/clerk-js
      • on headless Clerk type
      • on ui and ui.retheme Portal
    • Use isProductionFromSecretKey instead of isProductionFromApiKey
    • Use isDevelopmentFromSecretKey instead of isDevelopmentFromApiKey

    Changes:

    • Rename HeadlessBrowserClerkConstrutor / HeadlessBrowserClerkConstructor (typo)
    • Use isomorphicAtob / isomorhpicBtoa to replace base-64 in @clerk/expo
    • Refactor merging build-time and runtime props in @clerk/backend clerk client
    • Drop node-fetch dependency from @clerk/backend
    • Drop duplicate test in @clerk/backend

Patch Changes

@clerk/[email protected]

22 Nov 16:28
5b5e1c4
Compare
Choose a tag to compare
Pre-release

Major Changes

  • Upgrade React version to >=18 and add react-dom as peer dependency (#2164) by @dimkl

    to fix issues with vite & rollup building.

Patch Changes

@clerk/[email protected]

22 Nov 16:28
5b5e1c4
Compare
Choose a tag to compare
Pre-release

Patch Changes

@clerk/[email protected]

22 Nov 16:28
5b5e1c4
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • Breaking Changes: (#2169) by @dimkl

    • Drop isLegacyFrontendApiKey from @clerk/shared
    • Drop default exports from @clerk/clerk-js
      • on headless Clerk type
      • on ui and ui.retheme Portal
    • Use isProductionFromSecretKey instead of isProductionFromApiKey
    • Use isDevelopmentFromSecretKey instead of isDevelopmentFromApiKey

    Changes:

    • Rename HeadlessBrowserClerkConstrutor / HeadlessBrowserClerkConstructor (typo)
    • Use isomorphicAtob / isomorhpicBtoa to replace base-64 in @clerk/expo
    • Refactor merging build-time and runtime props in @clerk/backend clerk client
    • Drop node-fetch dependency from @clerk/backend
    • Drop duplicate test in @clerk/backend

Patch Changes

  • Remove createSms functions from @clerk/backend and @clerk/sdk-node. (#2165) by @Nikpolik

    The equivalent /sms_messages Backend API endpoint will also dropped in the future, since this feature will no longer be available for new instances.

    For a brief period it will still be accessible for instances that have used it in the past 7
    days (13-11-2023 to 20-11-2023).

    New instances will get a 403 forbidden response if they try to access it.

  • Add OrganizationPermissionAPI for CRUD operations regarding instance level organization permissions. (#2178) by @panteliselef

  • Introduces telemetry collection from Clerk's SDKs. Collected telemetry will be used to gain insights into product usage and help drive roadmap priority. For more information, see https://clerk.com/docs/telemetry. (#2154) by @BRKalow

  • Updated dependencies [b3a3dcdf4, 4aaf5103d, 52ff8fe6b, 4bb57057e, 4aaf5103d, 0ce0edc28, 40ac4b645]: