BluxBlux

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.7
npm i @bluxcc/core@^0.3.7

Updates

  • Added resolveXlmName().
  • Added support for XLM names instead of G... addresses across all hooks and helpers.
  • useReactContracts and useWriteContract now accept standard values, such as numbers, and automatically convert them to the required contract type, such as i128 and u64.
  • Direct ScVal inputs remain supported.

v0.3.4

September 4, 2026 · GitHub (core) · GitHub (react)

npm i @bluxcc/react@^0.3.4
npm i @bluxcc/core@^0.3.4

Updates

  • 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.3
npm i @bluxcc/core@^0.3.3

Updates

  • 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.1
npm i @bluxcc/core@^0.3.1

Updates

  • 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.0
npm i @bluxcc/core@^0.3.0

Added

  • 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.

On this page