Changelog
Release notes for @bluxcc/core and @bluxcc/react. Both packages ship at the same version.
@bluxcc/core and @bluxcc/react are released together. Every version below applies to both packages — pick the one that matches your stack.
Newest releases are at the top.
v0.3.7
September 13, 2026 · GitHub (core) · GitHub (react)
npm i @bluxcc/react@^0.3.7npm i @bluxcc/core@^0.3.7Updates
- Added
resolveXlmName(). - Added support for XLM names instead of
G...addresses across all hooks and helpers. useReactContractsanduseWriteContractnow accept standard values, such as numbers, and automatically convert them to the required contract type, such asi128andu64.- Direct
ScValinputs remain supported.
v0.3.4
September 4, 2026 · GitHub (core) · GitHub (react)
npm i @bluxcc/react@^0.3.4npm i @bluxcc/core@^0.3.4Updates
- Added on/off ramping directly to the profile modal, with the same functionality as fundMe().
v0.3.3
September 2, 2026 · GitHub (core) · GitHub (react)
npm i @bluxcc/react@^0.3.3npm i @bluxcc/core@^0.3.3Updates
- Added support for more social login providers.
- Added white-label support for email, SMS, OAuth, and wallet login flows.
- Simplified the onboarding page by reducing the number of buttons.
- Added testnet USDC to the profile modal.
v0.3.1
August 29, 2026 · GitHub (core) · GitHub (react)
npm i @bluxcc/react@^0.3.1npm i @bluxcc/core@^0.3.1Updates
- Added off-ramping through MoneyGram and MoonPay in the
fundMe()modal. - Added SMS login support for users in the US and Canada.
- User activity is now retrieved only when the Activity page is opened.
- Fixed the modal logo display.
v0.3.0
August 27, 2026 · GitHub (core) · GitHub (react)
npm i @bluxcc/react@^0.3.0npm i @bluxcc/core@^0.3.0Added
- Added Turkish language support.
Changed
- Replaced SEP-10 transaction signing with message signing for wallet authentication.
- Updated the login flow for Freighter, Rabet, Albedo, Bitget, Hana, HOT, OneKey, and xBull.
Fixed
- Fixed Freighter’s inactive-account warning during authentication.
- Fixed login failures related to rejecting the Privacy Policy or Terms and Conditions.
- Fixed modals disappearing when users scroll down.