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-react@4.0.2
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-react@4.0.3
Choose a head ref
  • 20 commits
  • 590 files changed
  • 3 contributors

Commits on Aug 10, 2022

  1. fix(clerk-expo): Polyfill URL & URLSearchParams for latest react-native

    This fix was required as latest clerk-expo and react-native was raising the following error:
    
    [Unhandled promise rejection: Error: s.entries is not a function. (In 's.entries()', 's.entries' is undefined)]
    at node_modules/@clerk/clerk-react/dist/isomorphicClerk.js:382:14 in IsomorphicClerk#throwError
    at node_modules/@clerk/clerk-react/dist/isomorphicClerk.js:370:12 in IsomorphicClerk#loadClerkJS
    SokratisVidros committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    246791c View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - @clerk/clerk-expo@0.9.41-staging.0
    SokratisVidros committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ee9e0c6 View commit details
    Browse the repository at this point in the history
  3. chore(release): Publish

     - @clerk/clerk-expo@0.9.41
    SokratisVidros committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    7030b06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5ba91d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14197d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b11ccf0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67a0374 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b780a74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2bbb130 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    704f689 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba12cfe View commit details
    Browse the repository at this point in the history
  12. chore(release): Publish

     - @clerk/clerk-js@4.1.0-staging.0
     - @clerk/clerk-expo@0.9.42-staging.0
     - @clerk/themes@1.2.0-staging.0
    nikosdouvlis committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ed7bf73 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    2eaa6ec View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - @clerk/clerk-js@4.1.0-staging.1
     - @clerk/clerk-expo@0.9.42-staging.1
    nikosdouvlis committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2ac615d View commit details
    Browse the repository at this point in the history
  3. chore(release): Publish

     - @clerk/clerk-js@4.1.0
     - @clerk/clerk-expo@0.9.42
     - @clerk/themes@1.2.0
    nikosdouvlis committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    a8ff80d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4175040 View commit details
    Browse the repository at this point in the history
  5. fix(nextjs): Remove organization private metadata from __NEXT_DATA__

    This allows for sensitive fields like `organization.privateMetadata` to be available inside the `withServerSideAuth` callback while ensuring that these fields will not get serialized into the client-accessible __NEXT_DATA__ script.
    SokratisVidros committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c1fe372 View commit details
    Browse the repository at this point in the history
  6. chore(release): Publish

     - @clerk/nextjs@4.0.3-staging.0
    SokratisVidros committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e86e058 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Merge pull request #334 from clerkinc/yourtallness/adapt_orgs_claims

    fix(types): Deprecate orgs session token claim, add org_slug for acti…
    yourtallness authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    34550eb View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. chore(release): Publish

     - @clerk/backend-core@2.0.3
     - @clerk/clerk-js@4.1.1
     - @clerk/edge@1.7.6
     - @clerk/clerk-expo@0.9.43
     - @clerk/nextjs@4.0.3
     - @clerk/clerk-react@4.0.3
     - @clerk/remix@1.0.3
     - @clerk/clerk-sdk-node@4.0.3
     - @clerk/shared@0.3.11
     - @clerk/themes@1.2.1
     - @clerk/types@3.1.1
    SokratisVidros committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    08ec35e View commit details
    Browse the repository at this point in the history
Loading