Releases: stellar/account-viewer-v2
Releases · stellar/account-viewer-v2
v1.4.0
Account Viewer v1.3.0
What's Changed
- Update type definitions by @quietbits in #354
- Replace dependabot with GitHub Action by @quietbits in #356
- Improve wallet errors by @quietbits in #357
- Fix XLM claimable balance display by @quietbits in #359
- Update SDS + remove unused assets by @quietbits in #362
- Update dependencies by @quietbits in #365
- bump trezor-connect to 8.2.4-extended by @overcat in #366
- GH action: add deps issue to the board by @quietbits in #369
- Dependency updates 2022-01 by @quietbits in #370
- Bump version to v1.3.0 by @quietbits in #374
New Contributors
Full Changelog: v1.2.0...v1.3.0
Account Viewer v1.2.0
@shanzzam shanzzam released this 2 minutes ago
Updates:
Add Protocol 18 support with the ability to view transactions for Liquidity Pools the account participates in.
Add details for claimed Claimable Balances.
What's Changed
- Update docker image build timestamp format by @jacekn in #343
- Liquidity Pool transactions + Claimable balances by @quietbits in #344
- Liquidity pools: hide 0 when no txs by @quietbits in #353
- Update dependencies by @quietbits in #351
Full Changelog: v1.1.2...v1.2.0
Account Viewer v1.1.2
Bug Fixes:
- Updated
@stellar/wallet-sdk
to allow Freighter transactions on Testnet
Updates:
- Replace local components with
@stellar/design-system
components
Account Viewer v1.1.1
Updated support for Muxed Accounts
Using the js-stellar-sdk version 8.2.5, we remove setting withMuxing
flag dynamically. We’re always opting in to Muxed support, irrespective of whether or not the address is an M address
Account Viewer v1.1.0
New Features:
- Dark Mode Support comes to the Account Viewer.
- With the completion of our Design system, we're retrofitting our tools with Dark Mode. This can be turned on and off manually with the icon in the upper right, and it will also automatically respond to your system settings.