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.15.0-staging.0
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.15.0
Choose a head ref
  • 7 commits
  • 36 files changed
  • 2 contributors

Commits on Apr 11, 2023

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

     - @clerk/chrome-extension@0.2.3-staging.4
     - @clerk/clerk-js@4.38.0-staging.4
     - @clerk/clerk-expo@0.16.0-staging.2
    nikosdouvlis committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    040bdd7 View commit details
    Browse the repository at this point in the history
  3. fix(clerk-js): Prevent a switch loop when browser autofills again aft…

    …er switching (#1068)
    
    It seems that some times (it's inconsistent), the browser will autofill the field in SignInStart after the user has chosen to
    switch the identifier. If the autofilled value is a phone number, the user will be unable to switch to "email or username",
    since the component will detect the "+" value and automatically switch to the phone input once again. This commit makes it so
    the auto-switch can only happen the first time. We might be able to solve this in the future by changing the id of the input
    depending on the type, but that may cause more problems than it solves.
    
     # Please enter the commit message for your changes. Lines starting
    desiprisg authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e9da23a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3f8a57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac2c08b View commit details
    Browse the repository at this point in the history
  6. chore(release): Publish

     - @clerk/chrome-extension@0.2.3-staging.5
     - @clerk/clerk-js@4.38.0-staging.5
     - @clerk/clerk-expo@0.16.0-staging.3
    nikosdouvlis committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b50b163 View commit details
    Browse the repository at this point in the history
  7. chore(release): Publish

     - @clerk/backend@0.16.2
     - @clerk/chrome-extension@0.2.3
     - @clerk/clerk-js@4.38.0
     - @clerk/clerk-expo@0.16.0
     - @clerk/fastify@0.2.3
     - gatsby-plugin-clerk@4.2.3
     - @clerk/localizations@1.11.0
     - @clerk/nextjs@4.16.0
     - @clerk/clerk-react@4.15.0
     - @clerk/remix@2.5.2
     - @clerk/clerk-sdk-node@4.8.3
     - @clerk/shared@0.15.3
     - @clerk/themes@1.6.0
     - @clerk/types@3.35.0
    nikosdouvlis committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e5282d6 View commit details
    Browse the repository at this point in the history
Loading