Releases: leather-io/extension
Releases · leather-io/extension
v2.18.0
Minor Changes
- #1704
81e039c97
Thanks @kyranjamie! - Makes use of a WebWorker to prevent main thread from lagging during unlock operation
Patch Changes
- #1741
2655b649c
Thanks @kyranjamie! - This adds the sign out drawer to the lock screen so users can sign out.
v2.17.0
Minor Changes
-
#1691
4b685917b
Thanks @aulneau! - This update removes a lot of the code we implemented to determine if a fungible token asset can be transferred/conforms to SIP-010, and in place we now rely on the new token metadata endpoints in the stacks-blockchain-api.NOTICE: This update removes the ability to transfer certain fungible tokens that conformed to an older version of SIP-010 (with no memo).
- #1686
88682a9b3
Thanks @kyranjamie! - Adds a confirmation page before user is able to delete their wallet
Patch Changes
- #1530
990bec70a
Thanks @beguene! - Use the api to get possible nonce and fallback to default nonce calculation if the api is not available.
v2.16.0
v2.15.2
v2.15.1
v2.15.0
Minor Changes
- #1572
46a90aab
Thanks @aulneau! - This update improves data fetching in the wallet in a few ways: removes duplicate fetches, migrates legacy fetching methods to use the api client from@stacks/blockchain-api-client
, and fixes a few network related bugs. Additionally, work has started on improving how quickly the UI is available, working towards progressive upgrading of components as new data is available. Lastly, the foundation has been laid to enable use of persistence of certain data, enabling faster boot times.
Patch Changes
- #1598
7d8bbbf0
Thanks @fbwoolf! - This fixes an error in the wallet by initializing the merged asset balance as a BigNumber.
- #1599
ee45a99d
Thanks @kyranjamie! - Fixes bug where users are unable to set the extension to the localhost url, owing to stacks.js changes
v2.14.0
Minor Changes
- #1430
371c9545
Thanks @beguene! - Add microblocks support. Show both balances, anchored and unanchored, with the anchored one as primary balance. Add an indicator to signal microblock in the asset icon.
Patch Changes
- #1578
aeb48279
Thanks @fbwoolf! - This updates the STX token icon in all places to match current designs.
v2.13.0
Minor Changes
- #1540
92f2cd26
Thanks @kyranjamie! - Adds a context menu that opens the wallet in full page mode