2026-06-01 · SDK
@sendoracloud/sdk-react 0.1.0 — drop-in <SignIn /> + <UserButton /> (Wave 65)
- New `@sendoracloud/sdk-react` package ships drop-in React components for end-user auth: `<SignIn />`, `<SignUp />`, `<ForgotPassword />`, `<UserButton />`, plus `<SignedIn>` / `<SignedOut>` gates and `<SendoraProvider>` root. Clerk parity for the prebuilt-component story; closes the `❌ — bring your own UI` on `/vs/clerk`.
- Mount mirrors Clerk: `<SignIn />` renders email/password + optional social provider buttons + MFA challenge handoff (auto-switches to 6-digit field when SDK returns `mfaRequired`) + optional magic-link button.
- Zero CSS dep — class names are namespaced `sdr-` and styles auto-inject into `<head>` on first mount. No bundler config. SSR-safe (skips when `document` is undefined).
- Peer deps: `react ^18 || ^19` + `@sendoracloud/sdk-web >=3.0.0 <4.0.0`. ESM 14.2 KB / CJS 15.6 KB minified.
- Operator carry-over: publish `@sendoracloud/sdk-react@0.1.0` to npm.