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@3.4.5
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@3.5.0
Choose a head ref
  • 13 commits
  • 42 files changed
  • 3 contributors

Commits on Jul 6, 2022

  1. feat(types,clerk-react,nextjs): Add loadOrg option for Next.js withSe…

    …rverSideAuth middleware
    igneel64 committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    0889bde View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. fix(clerk-js): Add HTML ids to <SignIn/> and <SignUp/> forms

    The addition of HTML ids aims to differentiate sign-in and sign-up forms so that tools like Hubspot treat them separately.
    
    HubSpot groups form submissions based on the CSS ID or class attribute of your non-HubSpot form. If you have multiple forms with the same identifiers, submissions to these different forms will be associated with the same non-HubSpot form in the forms dashboard.
    
    More information can be found at
    https://knowledge.hubspot.com/forms/pop-up-forms-and-non-hubspot-forms-faq#do-non-hubspot-forms-work-with-my-form-builder
    SokratisVidros committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c52f745 View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - @clerk/clerk-js@3.16.3-staging.0
     - @clerk/clerk-expo@0.9.35-staging.0
     - @clerk/shared@0.3.5-staging.0
    SokratisVidros committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a11c58e View commit details
    Browse the repository at this point in the history
  3. fix(clerk-js): Fix navigation when an error occurs during progressive…

    … sign up flow
    
    This commit fixes a logical error in our redirect logic during an OAuth flow and progressive sign up. If the external account was verified and were still missing requirements for sign up to complete, we redirected to the sign-up continue url. Although the right thing to do, is to first check if there is an error on the external account verification. Image a scenario where an instance uses sign-up restrictions for emails. The user tries to sign-up using an OAuth account whose email is not listed on the allowlist. We should redirect them back on the sign-up url and preview the error, instead of the sign up continue path
    chanioxaris committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b8d5a02 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #310 from clerkinc/fix-psu-allowlist

    fix(clerk-js): Fix navigation when an error occurs during progressive sign up flow
    chanioxaris authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    f5079e4 View commit details
    Browse the repository at this point in the history
  5. chore(release): Publish

     - @clerk/clerk-js@3.16.3-staging.1
     - @clerk/clerk-expo@0.9.35-staging.1
    SokratisVidros committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5c2f822 View commit details
    Browse the repository at this point in the history
  6. chore(release): Publish

     - @clerk/clerk-js@3.16.3
     - @clerk/clerk-expo@0.9.35
     - @clerk/shared@0.3.5
    SokratisVidros committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    fe81d6f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    79b3dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9da403a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d064448 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #307 from clerkinc/load_org

    feat(types,clerk-react,nextjs): Add loadOrg option for Next.js withSe…
    igneel64 authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    f09018b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #312 from clerkinc/oauth-line-typo

    fix(types): Typo rename Line to LINE
    chanioxaris authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    1c2de2c View commit details
    Browse the repository at this point in the history
  6. chore(release): Publish

     - @clerk/backend-core@1.13.0
     - @clerk/clerk-js@3.16.4
     - @clerk/edge@1.6.1
     - @clerk/clerk-expo@0.9.36
     - @clerk/nextjs@3.8.0
     - @clerk/clerk-react@3.5.0
     - @clerk/remix@0.5.11
     - @clerk/clerk-sdk-node@3.8.6
     - @clerk/shared@0.3.6
     - @clerk/types@2.20.0
    igneel64 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    92bc688 View commit details
    Browse the repository at this point in the history
Loading