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.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@3.3.0-staging.1
Choose a head ref
  • 11 commits
  • 54 files changed
  • 4 contributors

Commits on May 31, 2022

  1. fix(types,clerk-js): Same component navigate after OAuth flow with mi…

    …ssing requirements
    
    This commit fixes a navigation bug, after a successful OAuth flow but the sign up still missing some requirements to complete. We navigate to SignUpContinue form and as this is a same component navigation, it didn't properly work before
    chanioxaris committed May 31, 2022
    Configuration menu
    Copy the full SHA
    39ca6ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #269 from clerkinc/redirect-oauth-continue

    fix(types,clerk-js): Same component navigate after OAuth flow with missing requirements
    chanioxaris authored May 31, 2022
    Configuration menu
    Copy the full SHA
    cbad9dd View commit details
    Browse the repository at this point in the history
  3. fix(clerk-js): Do not show verification status badges for ext accnts …

    …on the user profile page
    yourtallness committed May 31, 2022
    Configuration menu
    Copy the full SHA
    0fa4f46 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #271 from clerkinc/yourtallness/remove_ext_acc_bad…

    …ge_from_profile
    
    fix(clerk-js): Do not show verification status badges for ext accnts …
    yourtallness authored May 31, 2022
    Configuration menu
    Copy the full SHA
    317c201 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. feat(types,clerk-js): Introduce web3 wallet operations in UserProfile

    Allow users to list, preview, create/connect and delete a web3 wallet from their UserProfile, the same way they do for email addresses & phone numbers
    chanioxaris committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    6570a87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #250 from clerkinc/web3-user-profile

    feat(types,clerk-js): Introduce web3 wallet operations in UserProfile
    chanioxaris authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    c975936 View commit details
    Browse the repository at this point in the history
  3. chore(clerk-js): Removed deprecation on setSession

    In a previous commit, we introduced `setActive`
    which would replace the existing `setSession`. As
    such, the `setSession` was marked as deprecated.
    
    This commit removes the deprecation warning on
    `setSession`. Given how critical this function is,
    we decided to avoid switching to `setActive` yet,
    until it's fully and thoroughly tested.
    Also, its implementation was reverted so that it
    avoids calling `setActive` internally.
    
    https://www.notion.so/clerkdev/Add-ClerkJS-method-to-set-the-active-organization-2f551fafdbd14834a7b5519e87c6f254
    alex-ntousias committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    04cd4f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    798ee62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    872c57d View commit details
    Browse the repository at this point in the history
  6. fix(clerk-js): Fixed bugs in setActive caused by new conditions on …

    …session
    
    The `setActive` contains a few new conditions on the
    `session` param, given that in this case `session` can
    also be undefined (which is something we didn't have
    in the previous `setSession`).
    
    However, given that we use the current session if we
    don't pass a `session`, a lot of these checks can be
    removed.
    
    They were wrong in the first place, because they were
    also preventing the execution for `session === null`
    so the behaviour was different.
    
    https://www.notion.so/clerkdev/Add-ClerkJS-method-to-set-the-active-organization-2f551fafdbd14834a7b5519e87c6f254
    alex-ntousias committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    37f4010 View commit details
    Browse the repository at this point in the history
  7. chore(release): Publish

     - @clerk/backend-core@1.9.1-staging.1
     - @clerk/clerk-js@3.12.0-staging.6
     - @clerk/edge@1.5.2-staging.1
     - @clerk/clerk-expo@0.9.25-staging.1
     - @clerk/nextjs@3.6.6-staging.1
     - @clerk/clerk-react@3.3.0-staging.1
     - @clerk/remix@0.5.1-staging.1
     - @clerk/clerk-sdk-node@3.6.1-staging.1
     - @clerk/shared@0.2.8-staging.1
     - @clerk/types@2.15.0-staging.1
    igneel64 committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    358d11f View commit details
    Browse the repository at this point in the history
Loading