Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clerk/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @clerk/clerk-sdk-node@4.7.3
Choose a base ref
...
head repository: clerk/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @clerk/clerk-sdk-node@4.7.4
Choose a head ref

Commits on Feb 15, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    dimkl Dimitris Klouvas
    Copy the full SHA
    a77e60c View commit details
  2. Merge pull request #788 from clerkinc/js-128-unknown-clerk-remix

    chore(remix): Handle isUnknown case separately
    dimkl authored Feb 15, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    44513a0 View commit details
  3. Copy the full SHA
    4fec96b View commit details
  4. Copy the full SHA
    40668e7 View commit details
  5. Verified

    This commit was signed with the committer’s verified signature.
    dimkl Dimitris Klouvas
    Copy the full SHA
    04d67e1 View commit details
  6. Merge pull request #805 from clerkinc/prune-unused-code

    Prune unused code
    dimkl authored Feb 15, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    93ea3dd View commit details
  7. refactor(backend): Correct spelling of potentialRequestAfterSignInOrO…

    …utFromClerkHostedUiInDev
    panteliselef committed Feb 15, 2023
    Copy the full SHA
    9f5060d View commit details
  8. Verified

    This commit was signed with the committer’s verified signature.
    dimkl Dimitris Klouvas
    Copy the full SHA
    a81a065 View commit details
  9. Merge pull request #795 from clerkinc/fix-playground-deps

    chore(repo): Fix playground apps using local packages and their deps
    dimkl authored Feb 15, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6862b1b View commit details
  10. chore(release): Publish

     - @clerk/backend@0.7.1-staging.0
     - @clerk/fastify@0.1.4-staging.0
     - gatsby-plugin-clerk@4.1.4-staging.0
     - @clerk/nextjs@4.10.2-staging.0
     - @clerk/remix@2.2.4-staging.0
     - @clerk/clerk-sdk-node@4.7.4-staging.0
    nikosdouvlis committed Feb 15, 2023
    Copy the full SHA
    d1083c2 View commit details
  11. Copy the full SHA
    511f732 View commit details

Commits on Feb 16, 2023

  1. Copy the full SHA
    2aa92b6 View commit details
  2. Copy the full SHA
    d607fce View commit details
  3. Verified

    This commit was signed with the committer’s verified signature.
    dimkl Dimitris Klouvas
    Copy the full SHA
    6cdb918 View commit details

Commits on Feb 17, 2023

  1. Merge pull request #821 from clerkinc/prune-unused-clerk-js-imports

    chore(clerk-js): Drop unused imports
    dimkl authored Feb 17, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    784b318 View commit details
  2. Copy the full SHA
    388fa9c View commit details
  3. fix(clerk-js): Fix undefined appearing in RemoveResourcePage after de…

    …leting a resource (#824)
    
    After deleting FAPI seems to be returning undefined and due to client piggybacking, the original resource is mutated in place. In this PR, we deep copy the resource before firing the delete request so we can correctly show it to the end user.
    desiprisg authored Feb 17, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c85ca2c View commit details
  4. fix(remix): Add observability headers in interstitial and unknown

    Example code in root.tsx to add headers in response:
    ```
    import { getClerkDebugHeaders } from '@clerk/remix/ssr.server';
    
    export function headers({
      actionHeaders,
      loaderHeaders,
      parentHeaders,
    }: {
      actionHeaders: Headers;
      loaderHeaders: Headers;
      parentHeaders: Headers;
    }) {
      return {
        'x-parent-header': parentHeaders.get('x-parent-header'),
        ...getClerkDebugHeaders(loaderHeaders)
      }
    }
    ```
    dimkl committed Feb 17, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    dimkl Dimitris Klouvas
    Copy the full SHA
    3552f6c View commit details
  5. Verified

    This commit was signed with the committer’s verified signature.
    dimkl Dimitris Klouvas
    Copy the full SHA
    64ee464 View commit details
  6. Merge pull request #807 from clerkinc/js-128-unknown-clerk-remix-obs-…

    …headers
    
    Chore(remix): Add observability headers in unknown and interstitial
    dimkl authored Feb 17, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    31ac84a View commit details
  7. chore(release): Publish

     - @clerk/backend@0.8.0-staging.0
     - @clerk/clerk-js@4.27.2-staging.0
     - @clerk/clerk-expo@0.12.4-staging.0
     - @clerk/fastify@0.1.4-staging.1
     - gatsby-plugin-clerk@4.1.4-staging.1
     - @clerk/localizations@1.4.4-staging.0
     - @clerk/nextjs@4.10.2-staging.1
     - @clerk/clerk-react@4.11.4-staging.0
     - @clerk/remix@2.2.4-staging.1
     - @clerk/clerk-sdk-node@4.7.4-staging.1
     - @clerk/shared@0.11.4-staging.0
     - @clerk/themes@1.3.4-staging.0
     - @clerk/types@3.28.1-staging.0
    nikosdouvlis committed Feb 17, 2023
    Copy the full SHA
    20a916a View commit details
  8. chore(release): Publish

     - @clerk/backend@0.8.0
     - @clerk/clerk-js@4.27.2
     - @clerk/clerk-expo@0.12.4
     - @clerk/fastify@0.1.4
     - gatsby-plugin-clerk@4.1.4
     - @clerk/localizations@1.4.4
     - @clerk/nextjs@4.10.2
     - @clerk/clerk-react@4.11.4
     - @clerk/remix@2.2.4
     - @clerk/clerk-sdk-node@4.7.4
     - @clerk/shared@0.11.4
     - @clerk/themes@1.3.4
     - @clerk/types@3.28.1
    nikosdouvlis committed Feb 17, 2023
    Copy the full SHA
    1d37795 View commit details
Showing with 4,561 additions and 4,213 deletions.
  1. +1,570 −3,657 package-lock.json
  2. +4 −0 packages/backend/CHANGELOG.md
  3. +2 −2 packages/backend/package.json
  4. +1 −0 packages/backend/src/api/endpoints/UserApi.ts
  5. +10 −2 packages/backend/src/tokens/factory.ts
  6. +10 −5 packages/backend/src/tokens/interstitial.ts
  7. +2 −2 packages/backend/src/tokens/interstitialRule.ts
  8. +2 −2 packages/backend/src/tokens/request.ts
  9. +4 −0 packages/clerk-js/CHANGELOG.md
  10. +4 −4 packages/clerk-js/package.json
  11. +2 −1 packages/clerk-js/src/core/clerk.ts
  12. +7 −3 packages/clerk-js/src/core/resources/SignUp.ts
  13. +1 −1 packages/clerk-js/src/ui/components/OrganizationProfile/OrganizationMembers.tsx
  14. +0 −1 packages/clerk-js/src/ui/components/SignUp/SignUpContinue.tsx
  15. +6 −3 packages/clerk-js/src/ui/components/SignUp/SignUpSocialButtons.tsx
  16. +1 −0 packages/clerk-js/src/ui/components/SignUp/SignUpStart.tsx
  17. +6 −6 packages/clerk-js/src/ui/components/UserProfile/RemoveResourcePage.tsx
  18. +0 −1 packages/clerk-js/src/ui/elements/Avatar.tsx
  19. +0 −1 packages/clerk-js/src/ui/elements/FormButtons.tsx
  20. +10 −0 packages/clerk-js/src/ui/utils/fastDeepMerge.ts
  21. +1 −1 packages/clerk-js/src/utils/getClerkQueryParam.ts
  22. +4 −0 packages/expo/CHANGELOG.md
  23. +4 −4 packages/expo/package.json
  24. +4 −0 packages/fastify/CHANGELOG.md
  25. +3 −3 packages/fastify/package.json
  26. +4 −0 packages/gatsby-plugin-clerk/CHANGELOG.md
  27. +5 −5 packages/gatsby-plugin-clerk/package.json
  28. +4 −0 packages/localizations/CHANGELOG.md
  29. +2 −2 packages/localizations/package.json
  30. +4 −0 packages/nextjs/CHANGELOG.md
  31. +5 −5 packages/nextjs/package.json
  32. +6 −3 packages/nextjs/src/middleware/withServerSideAuth.ts
  33. +7 −1 packages/nextjs/src/server/withClerkMiddleware.ts
  34. +4 −0 packages/react/CHANGELOG.md
  35. +3 −3 packages/react/package.json
  36. +1 −1 packages/react/src/info.ts
  37. +4 −0 packages/remix/CHANGELOG.md
  38. +4 −6 packages/remix/package.json
  39. +6 −2 packages/remix/src/ssr/getAuth.ts
  40. +1 −0 packages/remix/src/ssr/index.ts
  41. +6 −1 packages/remix/src/ssr/rootAuthLoader.ts
  42. +37 −1 packages/remix/src/ssr/utils.ts
  43. +4 −0 packages/sdk-node/CHANGELOG.md
  44. +792 −37 packages/sdk-node/examples/express/package-lock.json
  45. +1 −1 packages/sdk-node/examples/express/package.json
  46. +811 −13 packages/sdk-node/examples/node/package-lock.json
  47. +1 −1 packages/sdk-node/examples/node/package.json
  48. +3 −3 packages/sdk-node/package.json
  49. +1 −1 packages/sdk-node/src/info.ts
  50. +4 −0 packages/shared/CHANGELOG.md
  51. +2 −2 packages/shared/package.json
  52. +4 −0 packages/themes/CHANGELOG.md
  53. +2 −2 packages/themes/package.json
  54. +4 −0 packages/types/CHANGELOG.md
  55. +1 −1 packages/types/package.json
  56. +4 −0 packages/types/src/oauth.ts
  57. +1 −1 playground/cra-js/package.json
  58. +1 −1 playground/fastify/package.json
  59. +1,110 −380 playground/gatsby/package-lock.json
  60. +3 −3 playground/gatsby/package.json
  61. +22 −25 playground/nextjs/package-lock.json
  62. +1 −1 playground/nextjs/package.json
  63. +1 −1 playground/nextjs12/package.json
  64. +3 −3 playground/remix-cf-pages/package.json
  65. +3 −3 playground/remix-cf-worker/package.json
  66. +17 −1 playground/remix-node/app/root.tsx
  67. +4 −4 playground/remix-node/package.json
Loading