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.14.1-staging.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.14.1-staging.3
Choose a head ref
  • 4 commits
  • 21 files changed
  • 1 contributor

Commits on Mar 31, 2023

  1. fix(shared): Check if in clientSide only via window

    In Expo checking both for window and document fails to set the right execution context as document is defined.
    SokratisVidros committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    bef819e View commit details
    Browse the repository at this point in the history
  2. fix(clerk-react): Check for window in isomorphicClerk

    Add checks for window before used to ensure that @clerk/clerk-react runs in the browser and in expo.
    SokratisVidros committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    fe82852 View commit details
    Browse the repository at this point in the history
  3. fix(clerk-js): Run multidomain getters only in browser

    Expo and React native don't need the multidomain SSO feature.
    SokratisVidros committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ad10705 View commit details
    Browse the repository at this point in the history
  4. chore(release): Publish

     - @clerk/chrome-extension@0.2.0-staging.2
     - @clerk/clerk-js@4.35.0-staging.3
     - @clerk/clerk-expo@0.14.2-staging.3
     - gatsby-plugin-clerk@4.2.1-staging.4
     - @clerk/nextjs@4.14.0-staging.3
     - @clerk/clerk-react@4.14.1-staging.3
     - @clerk/remix@2.5.0-staging.3
     - @clerk/shared@0.15.1-staging.3
    SokratisVidros committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a1dedca View commit details
    Browse the repository at this point in the history
Loading