-
Notifications
You must be signed in to change notification settings - Fork 327
Comparing changes
Open a pull request
base repository: clerk/javascript
base: @clerk/clerk-react@3.3.0-staging.0
head repository: clerk/javascript
compare: @clerk/clerk-react@3.3.0-staging.1
- 11 commits
- 54 files changed
- 4 contributors
Commits on May 31, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 39ca6ce - Browse repository at this point
Copy the full SHA 39ca6ceView commit details -
Merge pull request #269 from clerkinc/redirect-oauth-continue
fix(types,clerk-js): Same component navigate after OAuth flow with missing requirements
Configuration menu - View commit details
-
Copy full SHA for cbad9dd - Browse repository at this point
Copy the full SHA cbad9ddView commit details -
fix(clerk-js): Do not show verification status badges for ext accnts …
…on the user profile page
Configuration menu - View commit details
-
Copy full SHA for 0fa4f46 - Browse repository at this point
Copy the full SHA 0fa4f46View commit details -
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 …
Configuration menu - View commit details
-
Copy full SHA for 317c201 - Browse repository at this point
Copy the full SHA 317c201View commit details
Commits on Jun 1, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 6570a87 - Browse repository at this point
Copy the full SHA 6570a87View commit details -
Merge pull request #250 from clerkinc/web3-user-profile
feat(types,clerk-js): Introduce web3 wallet operations in UserProfile
Configuration menu - View commit details
-
Copy full SHA for c975936 - Browse repository at this point
Copy the full SHA c975936View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 04cd4f0 - Browse repository at this point
Copy the full SHA 04cd4f0View commit details -
fix(clerk-js): Emit changes in organization to listeners
Added organization in the resources that are being emitted to the listeners. https://www.notion.so/clerkdev/Add-ClerkJS-method-to-set-the-active-organization-2f551fafdbd14834a7b5519e87c6f254
Configuration menu - View commit details
-
Copy full SHA for 798ee62 - Browse repository at this point
Copy the full SHA 798ee62View commit details -
refactor(clerk-js): Allow setActive to receive an organization resource
Modified signature of `setActive` so that the organization can also be an `OrganizationResource`. https://www.notion.so/clerkdev/Add-ClerkJS-method-to-set-the-active-organization-2f551fafdbd14834a7b5519e87c6f254
Configuration menu - View commit details
-
Copy full SHA for 872c57d - Browse repository at this point
Copy the full SHA 872c57dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 37f4010 - Browse repository at this point
Copy the full SHA 37f4010View commit details -
- @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
Configuration menu - View commit details
-
Copy full SHA for 358d11f - Browse repository at this point
Copy the full SHA 358d11fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff @clerk/clerk-react@3.3.0-staging.0...@clerk/clerk-react@3.3.0-staging.1