extension

Leather Web Extension

MIT License

Stars
287
Committers
63

Bot releases are visible (Hide)

extension - v6.14.0

Published by github-actions[bot] 12 months ago

6.14.0 (2023-10-30)

Features

  • removed stacks/ui types and unnecessary data-testids (5c85448)

Bug Fixes

Internal

extension - v6.13.0

Published by github-actions[bot] 12 months ago

6.13.0 (2023-10-26)

Features

  • add alex-sdk and alex integreation (6aabb24)
  • broadcast swap tx (d33c074)
  • implement alex sponsored txs (2c790f8)

Bug Fixes

  • add border tokens (82f4cad)
  • async fetch for exchange rate (c7c5c3e)
  • temp hide swaps for ledger (08b0e9c)

Internal

extension - v6.12.0

Published by github-actions[bot] 12 months ago

6.12.0 (2023-10-24)

Features

  • add connect btn (3903ba1)
  • add unsupported browsers modal (2febd49)
  • added bitcoin contract list page and entry point (a28678d)
  • added tests for bitcoin contract request (157f97e)
  • return addresses of regtest and signet (a0717e3)
  • rework onboarding ledger flow, closes #4281 (47aa2e2)

Bug Fixes

  • align text and caption left so it appears correctly in extension view (bd25751)
  • allow direct access to /receive/stx (e7c8d8d)
  • change acc bug (ce13789)
  • clean code (77a4822)
  • clean code, add note re ordinals modal (a06aa39)
  • clean code, add note re ordinals modal (993df34)
  • close original recieve modal before opening qr code modal to prevent double modal (10b7246)
  • code spanning past viewport width (db35a49)
  • do not nest recieve sub routes to prevent double overlay of modal and maintain direct access (1477c96)
  • enable bg redirect to overlay modal in new tab (36c969f)
  • get build passing (5826143)
  • improve type loading (d79ee62)
  • ledger tx sign error process (618923f)
  • pass child routes as children to appease dep cruiser (200907a)
  • re-introduce bg location for hometabs so modals overlay on top of activity (12571b0)
  • refactor modals to overlay on top of backgroundLocation consistently, closes #4028 (c006894)
  • revert drawer changes from brand audit, closes #4249 (e437710)
  • update path to receive stx to fix test (2c897ab)
  • use bg location to open in new tab. share modal bg logic (07c5c98)
  • use grid for asset rows to stop overflow while allowing width, closes #4171 (529c03d)
  • use independant route for FundReceiveStx (e4bfd24)
  • use network.chain.bitcoin.url in api hooks, closes #4330 (ceaf228)
  • wallet type definition (ddc91e3)
  • welcome page header padding, closes #4374 (0817a5e)

Internal

extension - v6.11.0

Published by github-actions[bot] about 1 year ago

6.11.0 (2023-10-13)

Features

Bug Fixes

  • alter position of receive modal in extension view, #4165 (07989ae)
  • change tab hover bg colour, closes #4249 (1f8e863)
  • give activity screen a min height to stop it jumping when empty, closes #4249 (75466bd)
  • improve display of select account in extension mode, #4165 (f09aec3)
  • make adjustments based on PR review feedback (29c5d59)
  • name wrapper more specifically (230fe46)
  • properly switch between 12 and 24 word inputs, closes #4250 (1a86b85)
  • stop create account button disappearing at smaller heights, #4165 (f166a31)
  • update address displayer to use text-subdued for odd, closes #4249 (a9562c6)
  • update collectible header font and align icon, closes #4290 (e88a18b)

Internal

extension - v6.10.0

Published by github-actions[bot] about 1 year ago

6.10.0 (2023-10-11)

Features

Bug Fixes

Internal

extension - v6.9.2

Published by github-actions[bot] about 1 year ago

6.9.2 (2023-10-04)

Bug Fixes

  • add mnemonic field validation, closes #4130 (b7970d5)
  • adjust padding of numerical slot, closes #4243 (55019df)
  • do not disable button using dirty flag (1a31a7b)
  • filter spam transactions from activity, closes #4017 (b1bf006)
  • fix prettier (0775186)
  • fix responsive style of funding page, closes #66 (361c970)
  • fix spacing between content (31850ba)
  • reduce zIndex so that onClick works consistently without needing to double click (5f44d5a)
  • remove legacy bip 39 library, closes #4130 (4a4185a)
  • roll back use of useFocus as it prevents formik validation from properly indicating isTouched (0f629b0)
  • use psuedo-elements to specify borders (586af95)

Internal

extension - v6.9.1

Published by github-actions[bot] about 1 year ago

6.9.1 (2023-10-02)

Bug Fixes

Internal

extension - v6.9.0

Published by github-actions[bot] about 1 year ago

6.9.0 (2023-09-26)

Features

  • add address index for ns inscriptions (6317dce)
  • add ns inscription send, closes #4019 (92774e8)
  • display inscriptions from native segwit address, closes #4018 (4a01fae)
  • enable stx tests (e99e88c)
  • remove ns address inscription warning (ad1e940)
  • replaced dlc-wasm-wallet with @dlc-link/dlc-tools (0364e26)

Bug Fixes

  • minor css bugs (a514265)
  • more explicit build instructions (11fea38)
  • set onboarding modal background color to fix transparency in dark mode (93a3a0f)
  • styles of acc info card (64bd214)
  • update leather contact email address (5330d18)

Internal

extension - v6.8.2

Published by github-actions[bot] about 1 year ago

6.8.2 (2023-09-19)

Bug Fixes

extension - v6.8.1

Published by github-actions[bot] about 1 year ago

6.8.1 (2023-09-19)

Bug Fixes

  • leading the from Hiro Wallet days (86df840)
  • trigger release (44f981e)
extension - v6.8.0

Published by github-actions[bot] about 1 year ago

6.8.0 (2023-09-18)

Features

extension - v6.7.0

Published by github-actions[bot] about 1 year ago

6.7.0 (2023-09-18)

Features

extension - v6.6.1

Published by github-actions[bot] about 1 year ago

6.6.1 (2023-09-18)

Bug Fixes

extension - v6.6.0

Published by github-actions[bot] about 1 year ago

6.6.0 (2023-09-18)

Features

Bug Fixes

Internal

  • fund test migrate, closes #4187 (1375cd5)
  • migrate network tests, closes #3707 (8ed7553)
  • migrate tx requests tests to playwright, closes #4151 (c15b223)
  • pass all sighashTypes to signer (fdb06cf)
  • remove emotion, configure panda to load css globally, ditch stacks-ui base, #4164 (d8655c1)
  • remove legacy fund selectors (92a495c)
  • remove legacy settings selectors (e6eecb6)
  • remove test env (61634d4)
  • rename leaf to leather (66d159e)
  • request feature link (4e6c09d)
  • settings legacy test (068d3cd)
  • swaps ui with leather-styles (4884fc5)
  • update to leather url paths (203fad5)
extension - v6.5.1

Published by github-actions[bot] about 1 year ago

6.5.1 (2023-08-31)

Bug Fixes

Internal

extension - v6.4.0

Published by github-actions[bot] about 1 year ago

6.4.0 (2023-08-16)

Features

  • updated bitcoin contract api, modified responses, added error handling (3a77bfc)

Bug Fixes

  • add copy and qr options to receive modal, closes #3307 (efa14d0)
  • firefox: short session duration, closes #4030 (5a09c43)
  • header indentation for Stacks transaction signing #3881 (8bfcf60)

Internal

  • add modal for BTC Stamps QR receive (fc33210)
  • inscription sends, closes #4111 (b2f0690)
  • refactor receive modal to share code better (77d8704)
extension - v6.3.1

Published by github-actions[bot] about 1 year ago

6.3.1 (2023-08-10)

Bug Fixes

  • filter out urls and spam words from token names, closes #4017 (dc07b46)
  • update manifest default_title to change extension tooltip text, closes #4078 (5f61753)

Internal

extension - v6.3.0

Published by github-actions[bot] about 1 year ago

6.3.0 (2023-08-08)

Features

  • add option to broadcast rpc psbt, closes #3895 (da7b51b)
  • add taproot txs in activity list, closes #3249 (d4b1065)
  • fetch inscription by output in separate query (281e138)
  • hide increase fee for txs with taproot input (a01071f)

Bug Fixes

  • change logic to upscale amount in input field (086c329)
  • handle case when there's no ticker of < 4 chars (ce3c7c9)
  • make input text perfectly centered (0b23519)
  • only route to error when asset is bitcoin, closes #4083 (bed3820)

Internal

  • move fn to utils, use constant and provide more descriptive fn name (5356069)
extension - v6.2.1

Published by github-actions[bot] about 1 year ago

6.2.1 (2023-08-03)

Bug Fixes

  • only route to error when asset is bitcoin, closes #4083 (099f96d)
extension - v6.2.0

Published by github-actions[bot] about 1 year ago

6.2.0 (2023-07-31)

Features

  • remove redux devtools from final bundle (66cd1f6)

Bug Fixes

  • add StacksAccountLoader (aa5d904)
  • add update input for tapInternalKey (e085927)
  • catch rpc sign psbt error (0519dcf)
  • firefox manually loaded extension (95b8553)
  • Fix max width on Stacks contract UI , closes #3966 (4ad34c8)
  • full sighash types (84236fa)
  • track sighash type changes thru code (62b479c)

Internal

Badges
Extracted from project README
Chrome Web Store coverage semantic-release storybook
Related Projects