Releases: leather-io/extension
Releases · leather-io/extension
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
Patch Changes
v2.12.5
v2.12.4
v2.12.3
Patch Changes
- #1481
211990f5
Thanks @beguene! - Some addresses were displayed with 6 or 4 char on both side of the ellipsis. This makes it consistent with 4 char.
- #1456
fa37093c
Thanks @beguene! - Some text are displayed with font-feature ss01 on, some off. This removes all those font-features to keep the font display consistent across pages.
- #1468
a8abb466
Thanks @aulneau! - This fixes a bug where the principal contained in a postcondition would be incorrectly changed when it was a contract principal.
- #1467
0532be11
Thanks @aulneau! - This adds validation and error messaging for when a contract call has been initiated with an invalid stacks address passed for the contract address
- #1489
7110398a
Thanks @aulneau! - When selecting an account to authenticate an application, you can now see the balances for each account.