-
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-sdk-node@4.7.3
head repository: clerk/javascript
compare: @clerk/clerk-sdk-node@4.7.4
Commits on Feb 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a77e60c - Browse repository at this point
Copy the full SHA a77e60cView commit details -
Merge pull request #788 from clerkinc/js-128-unknown-clerk-remix
chore(remix): Handle isUnknown case separately
Configuration menu - View commit details
-
Copy full SHA for 44513a0 - Browse repository at this point
Copy the full SHA 44513a0View commit details -
fix(nextjs): Include isSatellite, domain, proxy in when calling remot…
…ePublicInterstitialUrl
Configuration menu - View commit details
-
Copy full SHA for 4fec96b - Browse repository at this point
Copy the full SHA 4fec96bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40668e7 - Browse repository at this point
Copy the full SHA 40668e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d67e1 - Browse repository at this point
Copy the full SHA 04d67e1View commit details -
Merge pull request #805 from clerkinc/prune-unused-code
Prune unused code
Configuration menu - View commit details
-
Copy full SHA for 93ea3dd - Browse repository at this point
Copy the full SHA 93ea3ddView commit details -
refactor(backend): Correct spelling of potentialRequestAfterSignInOrO…
…utFromClerkHostedUiInDev
Configuration menu - View commit details
-
Copy full SHA for 9f5060d - Browse repository at this point
Copy the full SHA 9f5060dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a81a065 - Browse repository at this point
Copy the full SHA a81a065View commit details -
Merge pull request #795 from clerkinc/fix-playground-deps
chore(repo): Fix playground apps using local packages and their deps
Configuration menu - View commit details
-
Copy full SHA for 6862b1b - Browse repository at this point
Copy the full SHA 6862b1bView commit details -
- @clerk/backend@0.7.1-staging.0 - @clerk/fastify@0.1.4-staging.0 - gatsby-plugin-clerk@4.1.4-staging.0 - @clerk/nextjs@4.10.2-staging.0 - @clerk/remix@2.2.4-staging.0 - @clerk/clerk-sdk-node@4.7.4-staging.0
Configuration menu - View commit details
-
Copy full SHA for d1083c2 - Browse repository at this point
Copy the full SHA d1083c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 511f732 - Browse repository at this point
Copy the full SHA 511f732View commit details
Commits on Feb 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2aa92b6 - Browse repository at this point
Copy the full SHA 2aa92b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d607fce - Browse repository at this point
Copy the full SHA d607fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cdb918 - Browse repository at this point
Copy the full SHA 6cdb918View commit details
Commits on Feb 17, 2023
-
Merge pull request #821 from clerkinc/prune-unused-clerk-js-imports
chore(clerk-js): Drop unused imports
Configuration menu - View commit details
-
Copy full SHA for 784b318 - Browse repository at this point
Copy the full SHA 784b318View commit details -
fix(clerk-js,types): Resume an existing sign-up on SignUpStart only i…
…f it's a ticket flow
Configuration menu - View commit details
-
Copy full SHA for 388fa9c - Browse repository at this point
Copy the full SHA 388fa9cView commit details -
fix(clerk-js): Fix undefined appearing in RemoveResourcePage after de…
…leting a resource (#824) After deleting FAPI seems to be returning undefined and due to client piggybacking, the original resource is mutated in place. In this PR, we deep copy the resource before firing the delete request so we can correctly show it to the end user.
Configuration menu - View commit details
-
Copy full SHA for c85ca2c - Browse repository at this point
Copy the full SHA c85ca2cView commit details -
fix(remix): Add observability headers in interstitial and unknown
Example code in root.tsx to add headers in response: ``` import { getClerkDebugHeaders } from '@clerk/remix/ssr.server'; export function headers({ actionHeaders, loaderHeaders, parentHeaders, }: { actionHeaders: Headers; loaderHeaders: Headers; parentHeaders: Headers; }) { return { 'x-parent-header': parentHeaders.get('x-parent-header'), ...getClerkDebugHeaders(loaderHeaders) } } ```
Configuration menu - View commit details
-
Copy full SHA for 3552f6c - Browse repository at this point
Copy the full SHA 3552f6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64ee464 - Browse repository at this point
Copy the full SHA 64ee464View commit details -
Merge pull request #807 from clerkinc/js-128-unknown-clerk-remix-obs-…
…headers Chore(remix): Add observability headers in unknown and interstitial
Configuration menu - View commit details
-
Copy full SHA for 31ac84a - Browse repository at this point
Copy the full SHA 31ac84aView commit details -
- @clerk/backend@0.8.0-staging.0 - @clerk/clerk-js@4.27.2-staging.0 - @clerk/clerk-expo@0.12.4-staging.0 - @clerk/fastify@0.1.4-staging.1 - gatsby-plugin-clerk@4.1.4-staging.1 - @clerk/localizations@1.4.4-staging.0 - @clerk/nextjs@4.10.2-staging.1 - @clerk/clerk-react@4.11.4-staging.0 - @clerk/remix@2.2.4-staging.1 - @clerk/clerk-sdk-node@4.7.4-staging.1 - @clerk/shared@0.11.4-staging.0 - @clerk/themes@1.3.4-staging.0 - @clerk/types@3.28.1-staging.0
Configuration menu - View commit details
-
Copy full SHA for 20a916a - Browse repository at this point
Copy the full SHA 20a916aView commit details -
- @clerk/backend@0.8.0 - @clerk/clerk-js@4.27.2 - @clerk/clerk-expo@0.12.4 - @clerk/fastify@0.1.4 - gatsby-plugin-clerk@4.1.4 - @clerk/localizations@1.4.4 - @clerk/nextjs@4.10.2 - @clerk/clerk-react@4.11.4 - @clerk/remix@2.2.4 - @clerk/clerk-sdk-node@4.7.4 - @clerk/shared@0.11.4 - @clerk/themes@1.3.4 - @clerk/types@3.28.1
Configuration menu - View commit details
-
Copy full SHA for 1d37795 - Browse repository at this point
Copy the full SHA 1d37795View commit details
There are no files selected for viewing