Openfort JS SDK
New
- 7702 authorization support (new component + deps).
Improvements
- Migrated to pnpm + Biome; major refactor for modularity.
- Raised Node.js engine requirement; dependency updates.
- Hardened CI/CD: stricter perms, Node version pinning, better security auditing.
Fixes
- Patched critical SSRF in Coinbase onramp API.
- Stabilized E2E by refining UI selectors & test configs.
- Fixed broken external link in
SignTypedDataButton
. - Removed redundant type checks in builds; adjusted static upload & Playwright steps.
Wallet Iframe
New
- Split UUID generation into explicit format functions.
Improvements
- Wallet creation flow: generate signer UUID and save share to Shield first.
- Streamlined npm auth/registry; dependency updates.
- CI/CD hardening; Node version control.
Fixes
- Prevented deployment config from being tracked.
- Dockerfile fixes.
Dashboard (dash)
New
- CI workflow to audit dependencies (pnpm).
Improvements
- Adopted zod for stronger typing/validation.
- Updated ABI types; upgraded Node.js, pnpm, and
openfort-node
.
Fixes
- Correct OAuth embedded-wallet callback URL in
ProviderForm
. - Added missing
@radix-ui/react-slot
dependency.
Backend APIs (Castle & Buffers)
New
- Account-creation statistics: by network type and account type (castle endpoints + buffers protobufs).
- New error codes: “account already exists” and general castle error.
Improvements
- Validate existing accounts; standardized address storage.
- Upgraded Go base image in Dockerfile.
- Service version bumps (API, CastleV2, Runekeeper).
Create-Openfort (CLI)
New
- Opt-out telemetry (project name & template included).
--version
flag.
Improvements
- Switched repo cloning away from degit; better logging, error handling & cleanup.
- Refined input validation and wording.
Fixes
- Correct telemetry CLI status reporting.
- Fixed env var handling in build/publish.
Quickstarts, SDK Init & Guides (Docs/Examples)
- New UI quickstart; quickstarts made standalone.
- Updated SDK initialization flow; better debug logging.
- React Native auth guides aligned with React.js.
- Added Firebase integration example.
- Style/ORM naming cleanups; removed obsolete doc workflows.