Releases: stellar/stellar-demo-wallet
Releases · stellar/stellar-demo-wallet
Demo Wallet v2.0.0
Update
Turned this repo into monorepo with three packages:
demo-wallet-client
- website codedemo-wallet-server
- new server codedemo-wallet-shared
- moved all shared methods that are used in both client and server
What's Changed
- Dependency updates by @quietbits in #246
- Claimable balance: bug fix when claiming XLM by @quietbits in #248
- Readme:
toml
from localhost + removed roadmap by @quietbits in #250 - Update README.md for deposits with the reference server by @JakeUrban in #252
- Add GitHub Action to update dependencies monthly by @quietbits in #254
- Monorepo by @quietbits and @stfung77 in #255
- Dependency updates 2022-01 by @quietbits in #265
Full Changelog: v1.2.5...v2.0.0
Demo Wallet v1.2.5
Bugfixes:
- Use new version of
@stellar/frontend-helpers
and includeenv-config.js
in index.html
Demo Wallet v1.2.4
Updates:
- Update dependencies
- Update
@stellar/frontend-helpers
to use Kube configmap
Demo Wallet v1.2.3
Bug Fixes:
Update Sentry tracing origin config to disallow sending headers to localhost
Demo Wallet v1.2.2
Updates:
- Replace local components with Stellar Design System components
- Small UI tweaks
Bug Fixes:
- Update
@stellar/frontend-helpers
to pass custom tracing origins to error reporting endpoint
Demo Wallet v1.2.1
New features in this release:
- Dark Mode Support comes to the Demo Wallet
- 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.
- Added more error codes
- Updated Sentry errors and analytics with a standard library. This will help us target and fix issues quicker, as well as provide feedback on the features that are actively used, allowing us to prioritize features.
Bug fixes:
Demo Wallet v1.2.0
New features in this release:
- SEP-06 now supported
- SEP-08 now supported
- Sending to Muxed Accounts is now supported
Bug fixes:
- Fixed a bug when overriding home domain
- Fixed an issue where balance amounts were being overwritten