Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CI (`test.yml`) now runs the bundle-size check after the build and wires up
the `size` and `test:exports` scripts it previously referenced.

### Fixed

- `NetworkBanner` no longer renders on the Network screen, removing the
redundant "You are on <Network>" banner when the active network is already
shown in the screen's content (#170).
- Added copy-to-clipboard buttons to the Passphrase, RPC URL, and Horizon URL
`InfoCell`s on the Network screen, matching the existing `AddressDisplay`
copy pattern, so developers can copy values for custom infrastructure setup
(#170).
- `NetworkBanner` now transitions smoothly (`transition-all duration-300`)
when colour and text change on network switch, instead of updating
instantly (#170).

## [1.0.0] - 2026-06-27

### Fixed

- `NetworkBanner` no longer renders on the Network screen, removing the
redundant "You are on <Network>" banner when the active network is already
shown in the screen's content (#170).
- Added copy-to-clipboard buttons to the Passphrase, RPC URL, and Horizon URL
`InfoCell`s on the Network screen, matching the existing `AddressDisplay`
copy pattern, so developers can copy values for custom infrastructure setup
(#170).
- `NetworkBanner` now transitions smoothly (`transition-all duration-300`)
when colour and text change on network switch, instead of updating
instantly (#170).

## [1.0.0] - 2026-06-27

### Added
Expand Down