# Changelog

URL: https://docs.blux.cc/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)](https://github.com/bluxcc/core/releases/tag/v0.3.7) · [GitHub (react)](https://github.com/bluxcc/react/releases/tag/v0.3.7)

<Tabs items={['React', 'JavaScript']} defaultIndex={0}>
<Tab value="React">
```bash
npm i @bluxcc/react@^0.3.7
```
</Tab>
<Tab value="JavaScript">
```bash
npm i @bluxcc/core@^0.3.7
```
</Tab>
</Tabs>

### 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)](https://github.com/bluxcc/core/releases/tag/v0.3.4) · [GitHub (react)](https://github.com/bluxcc/react/releases/tag/v0.3.4)

<Tabs items={['React', 'JavaScript']} defaultIndex={0}>
<Tab value="React">
```bash
npm i @bluxcc/react@^0.3.4
```
</Tab>
<Tab value="JavaScript">
```bash
npm i @bluxcc/core@^0.3.4
```
</Tab>
</Tabs>

### Updates

- Added on/off ramping directly to the profile modal, with the same functionality as fundMe().

---

---

## v0.3.3

September 2, 2026 · [GitHub (core)](https://github.com/bluxcc/core/releases/tag/v0.3.3) · [GitHub (react)](https://github.com/bluxcc/react/releases/tag/v0.3.3)

<Tabs items={['React', 'JavaScript']} defaultIndex={0}>
<Tab value="React">
```bash
npm i @bluxcc/react@^0.3.3
```
</Tab>
<Tab value="JavaScript">
```bash
npm i @bluxcc/core@^0.3.3
```
</Tab>
</Tabs>

### 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)](https://github.com/bluxcc/core/releases/tag/v0.3.1) · [GitHub (react)](https://github.com/bluxcc/react/releases/tag/v0.3.1)

<Tabs items={['React', 'JavaScript']} defaultIndex={0}>
<Tab value="React">
```bash
npm i @bluxcc/react@^0.3.1
```
</Tab>
<Tab value="JavaScript">
```bash
npm i @bluxcc/core@^0.3.1
```
</Tab>
</Tabs>

### 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)](https://github.com/bluxcc/core/releases/tag/v0.3.0) · [GitHub (react)](https://github.com/bluxcc/react/releases/tag/v0.3.0)

<Tabs items={['React', 'JavaScript']} defaultIndex={0}>
<Tab value="React">
```bash
npm i @bluxcc/react@^0.3.0
```
</Tab>
<Tab value="JavaScript">
```bash
npm i @bluxcc/core@^0.3.0
```
</Tab>
</Tabs>

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