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.3.0-staging.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-react@3.3.0-staging.4
Choose a head ref
  • 6 commits
  • 18 files changed
  • 4 contributors

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    56abc04 View commit details
    Browse the repository at this point in the history
  2. fix(clerk-js): Render SignUp form input errors if missing

    This commit fixes a regression introduced in our recent changes for Progressive SignUp. The actual problem was that we filtered out values even with empty string value, for our sign up payload request. This issue, lead the form to not render properly any input error if any of them was required and missing
    chanioxaris committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    bec968c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #279 from clerkinc/fix-sign-up-input-errors

    fix(clerk-js): Render SignUp form input errors if missing
    chanioxaris authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    7792136 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #278 from clerkinc/correct_annotation_setActive

    fix(clerk-react): Correct annotations in isomorphicClerk for setSession
    igneel64 authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    f1d0705 View commit details
    Browse the repository at this point in the history
  5. fix(clerk-js): If organization is null, set the active org as null

    This commit fixes `setActive` to set the active
    organization as `null` if the organization parameter
    that was passed in `setActive` is `null`.
    
    https://www.notion.so/clerkdev/Add-ClerkJS-method-to-set-the-active-organization-2f551fafdbd14834a7b5519e87c6f254
    alex-ntousias committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    f7bff5c View commit details
    Browse the repository at this point in the history
  6. chore(release): Publish

     - @clerk/clerk-js@3.12.0-staging.9
     - @clerk/clerk-expo@0.9.25-staging.4
     - @clerk/nextjs@3.6.6-staging.4
     - @clerk/clerk-react@3.3.0-staging.4
     - @clerk/remix@0.5.1-staging.4
    SokratisVidros committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    030d55c View commit details
    Browse the repository at this point in the history
Loading