## [6.4.0](https://github.com/hirosystems/wallet/compare/v6.3.1...v6.4.0) (2023-08-16) ### Features * updated bitcoin contract api, modified responses, added error handling ([3a77bfc](3a77bfce5b)) ### Bug Fixes * add copy and qr options to receive modal, closes [#3307](https://github.com/hirosystems/wallet/issues/3307) ([efa14d0](efa14d094a)) * **firefox:** short session duration, closes [#4030](https://github.com/hirosystems/wallet/issues/4030) ([5a09c43](5a09c43846)) * header indentation for Stacks transaction signing [#3881](https://github.com/hirosystems/wallet/issues/3881) ([8bfcf60](8bfcf6001f)) ### Internal * add modal for BTC Stamps QR receive ([fc33210](fc33210a96)) * inscription sends, closes [#4111](https://github.com/hirosystems/wallet/issues/4111) ([b2f0690](b2f06903e6)) * refactor receive modal to share code better ([77d8704](77d8704d67))
315 KiB
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)
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
- improve secret key ux (108fdf8)
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)
6.2.1 (2023-08-03)
Bug Fixes
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
6.1.0 (2023-07-26)
Features
Bug Fixes
- csp img-src allowed urls (361b79e)
- propagate subnet chain id in selector (0ebcbc2)
- propagate subnet chain id to networks actions (c981fdb)
- public key type error (26485c8)
- remove magic recovery code, closes #2955 (fa9d13b)
- signPsbt error routing (1e58c56)
- xpub version mismatch in software mode (89d77df)
Internal
- add subnet chain id to the network configuration (2d93f5a)
- ledger (1e8d229)
- psbt error handling, closes #3804 (848e0fc)
- psbt signing with default tapInternalKey, closes #4007 (75d8760)
- psbt uxui, closes #3849 (e48726e)
- remove unused address regeneration code, ref #2894 (47239e6)
- rename peer network id (09812ac)
6.0.0 (2023-07-25)
⚠ BREAKING CHANGES
- this change is sufficient enough to warrant a major bump
Features
- added bitcoin contract request page (83cf049)
- added use-bitcoin-contract hook and additional functions and configs (626ef0b)
- extended rpcmethods with bitcoin contract related case, added routes and success/failure pages (f0ff7af)
- manifest v3 release trigger (80615ca)
Bug Fixes
- added back dlc-wasm-wallet package (ba27aaf)
- added working package.json (e8067d0)
- cross install tracking (3bc59ac)
- fixed frozen lockfile (536aeec)
- made requested css and const changes (8846e0e)
- modified bitcoin contract request ui (width, size, weight) (36d7c80)
- modified yarn lock file (52b1d14)
- multi extension loading (03465c0)
- only show errors when field not in focus, closes #3766 (abffd71)
- ran prettier formatting (16ca959)
- ran prettier formatting (515b1e5)
- remove warning banner (b3427bf)
- type errors (a2598a9)
- unprocessable pending txs balance subtraction, closes #3921 (2d284db)
Internal
- release: 4.36.0 (8184b75), closes #3989 #3921 #2330 #3954 #3789 #3518 #3871
- release: 5.0.0 (0e73a1e)
5.0.0 (2023-07-18)
⚠ BREAKING CHANGES
- this change is sufficient enough to warrant a major bump
Features
- manifest v3 release trigger (d0c8b3a)
4.36.0 (2023-07-18)
Features
Bug Fixes
- add module type (227ea75)
- choose acc total balance, closes #3989 (6e4bedf)
- disable sentry in service worker (d5e8f26)
- entire activity item is clickable (167429b)
- exceed amount in rbf, closes #3921 (0d8e72f)
- form restore (c48fc22)
- go to RequestDiagnostics after fresh installation to avoid flash redirect, fixes #2330 (bef7e08)
- port disconnecting (da3a2f5)
- prevent secret key showing before blurred (6929ada)
- refactor JSX namespace to React.JSX (4a07bcb)
- retore form state, chromium (be3204d)
- secret key input, closes #3954 (5f000ba)
- stacks nfts loading key not unique, closes #3789 (dad5d6e)
- upgrade packages (74f6d25)
- use routes over state for home tabs, closes #3518 (cb2f317)
- use windows friendly syntax so that yarn dev will launch on windows machines (56b6778)
Internal
- keychain (c5d4761)
- migrate to manifest version 3 (03dbb1e)
- mv3 fix (0f54a1f)
- restore gaia functionality (bf136dc)
- sending max fees, closes #3871 (90c1c31)
- stacks keychain logic (846132b)
- upgrade packages (d3978f0)
- upgrade packages, p1 (cb7da02)
- upgrade packages, p2 (51b7da0)
4.35.0 (2023-07-03)
Features
Bug Fixes
- add alignItems center to ensure title aligns correctly, fixes #3881 (df8454d)
- add pre-tweaked key (52d2b33)
- ledger routing bug with broadcast error (648af7c)
- ledger: reject when ledger wallet (574d618)
- remove required payment type from sign msg (d46b310)
- subtract microblock txs from available balance, closes #3898 (78a4349)
Internal
- add note about refactoring to remove JS truncation (a798bd1)
- remove leading as its not a valid CSS prop (5632c1c)
4.34.0 (2023-06-28)
Features
- ignore resize observer error (4a3a8a5)
Bug Fixes
Internal
4.33.0 (2023-06-27)
Features
Bug Fixes
- ledger support link, closes #3900 (05f1d7f)
- negative stx available balance, closes #3761 (6a2adf0)
- trim recipient address field to remove leading/ trailing spaces, fixes #2806 (1a7f683)
Internal
4.32.1 (2023-06-23)
Bug Fixes
- inscriptions on regen addresses, closes #3752 (5cb868f)
- psbt: allow number array (b5df8c4)
- psbt: bad index check logic (a0ff51e)
- psbt: dynamic validation of sighash type (d86f865)
- psbt: write custom test, yup mixed not working (53e3385)
- required allowedSighash (6ddb8b7)
Internal
- allow bigint in createMoney (3672e89)
- calc btc fiat value hook (cf7b8db)
- format money with optional symbol (e6ea975)
4.32.0 (2023-06-21)
Features
Bug Fixes
- psbt: validated positive by mistake, 0 index broken (bf793a0)
4.31.0 (2023-06-21)
Features
- add brc-20 send for non-zero-index taproot addresses, closes #3830 (be93e72)
- enable copying secret key from textarea when key is masked (6ba30bb)
- masking secret key functionality while typing and copying key (63e3c48)
Bug Fixes
- dockerfile to reduce vulnerabilities (69bfc94)
- psbt: parse param schema, return error, closes #3804 (950a28a)
- set password routing (73444e4)
Internal
- add derivation path, ref #3868 (392aa01)
- deps: bump @apollo/server from 4.7.1 to 4.7.4 (ec9909a)
- mask secret key during sign in (aac0d56)
- psbt ui inputs query (f320e84)
- psbt: support custom account index, fixes #3868 (f6e5e9d)
- updated supported methods response (38afa40)
4.30.1 (2023-06-16)
Bug Fixes
- brc-20 send form bug (d45f26e)
Internal
- track caught chain errors (595230d)
4.30.0 (2023-06-15)
Features
- add brc20 decimals, closes #3840 (dac9920)
- btc custom fees, closes #3597, closes #3760 (1940eaf)
- remove useref in infinite inscriptions query (3a8ab16)
Bug Fixes
- allow user defined network (0c23475)
- another try ignoring err (6f83383)
- dup placeholder node (d95e590)
- failing test with masking secret key (2a4dc5f)
- request fees more often, closes #3657 (1d32325)
- send-transfer: poor validation, missing route guard, closes #3823 (d5720b9)
- unwanted decimals in sats, closes #3836 (e1987ed)
Internal
- add warning (72105c7)
- each rpc method own file (f0763a4)
- improve form validation (51f305d)
- mask secret key for new wallet onboarding (84951d4)
- psbt ui to inputs and outputs (dea361f)
- psbt: support via RPC, closes #3581 (f828341)
- recipient select behaviour (409cc72)
- renaming stacks-specific code (5d51b1e)
4.29.1 (2023-06-13)
Bug Fixes
- early return if stamps query returns undefined (9378be5)
4.29.0 (2023-06-07)
Features
Bug Fixes
- add public keys to getAddresses response, closes #3778 (ebe594a)
- inscriptions cache bug (3c67a9b)
- prevent default low fee selection, closes #3768 (c4dd1ae)
- reduce btc send form click area (30b63a6)
- remove disabling on send input click (1b049e5)
- request signatures should work with unsecured tokens (d426457)
- unwanted blur validation (e06305a)
Internal
- deps: bump vite from 4.3.8 to 4.3.9 (7af5e8a)
- improve fee estimation (11ce4b0)
- improve rpc message erroring (da511d6)
- send max, closes #3136, closes #3576 (5b7d99a)
4.28.1 (2023-06-02)
Bug Fixes
4.28.0 (2023-06-01)
Features
- add brc-20 send flow, closes #3669 (f12322b)
- add signet support, closes #3771 (2800623)
- change brc-20 balances api provider, closes #3772 (3805c77)
- initial brc-20 transfers (bc4e180)
- move add collectible card, closes #3762 (c91aba6)
Bug Fixes
- don't subtract balances being returned to sender (fc28749)
- infinite loading bug, closes #3783 (dd3d218)
- insufficient balance error (d4edf00)
- insufficient fee validation (00f7c09)
Internal
- adjust refetch interval (2f13612)
- change api url (fafbc54)
- remove duplicated fetcher fn (8c2bad3)
- remove fetch on focus (e915a43)
4.27.1 (2023-05-26)
Bug Fixes
- brc-20: caching without query key (3ae4af1)
- improve utxo selection (a5a114b)
- same inscriptions among accounts bug (1f04dd7)
Internal
- update readme (1bc6198)
4.27.0 (2023-05-25)
Features
- revert gaia url (52375a0)
Internal
- brc-20 query path (bc1ee1c)
4.26.0 (2023-05-24)
Features
- change gaia url, closes #3678 (baa3c4a)
- show available btc balance in balances list and total balance, closes #3685 (c329a69)
- show stacked balance, closes #2835 (80af821)
Bug Fixes
- analytics: wrong api details, missing token (db3a296)
- live reload losing in memory key (0803ce6)
- stamps query key (647cbee)
Internal
- key derivation, closes #3725 (11f9461)
- upgrade dev deps (d9c9f30)
- upgrade to jotai v2, other pkgs (b3ec461)
4.25.0 (2023-05-21)
Features
Internal
- update documentation link (89e46b5)
4.24.2 (2023-05-17)
Bug Fixes
- delete networks bug in firefox, closes #3608 (a092f8d)
- display json mime type inscriptions, closes #3533 (ec350ca)
- ignore known sentry errors (db5150a)
- insufficient funds error, closes #3661, closes #3651 (5d95d99)
Internal
- add query headers (4841867)
- add temp warning msg (5d4a454)
- brc-20 token balance query (bad4797)
- improve logging (bbb7dc0)
- remove react type resolutions (bac98ce)
- upgrade packages (356e794)
4.24.1 (2023-05-12)
Bug Fixes
Internal
4.24.0 (2023-05-12)
Features
- add hiro api test (db53c6d)
- change ordapi to hiro ordinals api, closes #3417 (73a2957)
- send inscription choose fee, closes #3544 (45c090f)
Bug Fixes
- brc-20: handle bad response (3775a6c)
4.23.0 (2023-05-11)
Features
Bug Fixes
Internal
- bip322: create factory fn to reduce repitition (c13ae58)
- remove symbol from error msgs (e873225)
- routing: upgrade to v6.4 Data APIs, closes #3663 (739b44d)
4.22.0 (2023-05-08)
Features
Bug Fixes
- balances list tr breaking ledger (69f6a71)
- copy taproot address, #3664 (ef8e19d)
- filtering dust utxos, closes #3374, closes #3163 (403c7cb)
4.21.1 (2023-05-08)
Bug Fixes
- brc-20 address (3b204f4)
4.21.0 (2023-05-07)
Features
Bug Fixes
- onboarding test (c45efea)
Internal
4.20.0 (2023-05-03)
Features
- apply highest fee for high estimate, closes #3639 (a1d941b)
- refactor available balance (155e809)
- stamps collectibles, closes #3589 (4d31163)
Bug Fixes
- ledger: user landing on sign in screen, closes #3632 (28437bf)
- prop error in asset items component (bda1343)
- stamps query options (6a8c7aa)
4.19.0 (2023-05-01)
Features
- add average bitcoin fee rate (c1cdbbe)
Bug Fixes
- ordinals: improved check, all_inscrptions first (420d136)
- ordinals: sending inscriptions validation, closes #3618 (1f49ad2)
Internal
- group math helpers (b6ff306)
4.18.1 (2023-04-27)
Bug Fixes
- ensure users don't accidentally send stamped utxos (fccf6a9)
- retrieve bitcoin from tr addresses, closes #3575 (76d400e)
4.18.0 (2023-04-26)
Features
Bug Fixes
- analytics: exploring use of traits (2fda5a3)
- inability to remove network (dcf3c40)
- pad decimals, closes #3582 (1ccf7dd)
- send transfer success response (6d12445)
- stx and sip10 tx error routing (c46797f)
- tabular alignment of numberical amounts (4cbce03)
- tx req edit nonce (5871a95)
Internal
- force consistent interface style (63714ca)
- improve linting (485bf6e)
- use consistent signing pattern, closes #3405 (8ea185a)
- using factory fn for signer (541c3b7)
4.17.0 (2023-04-21)
Features
- subtract pending fees from available balance in stx send form (21493a6)
Bug Fixes
- activity: fetch on interval, closes #3409 (4fad22f)
- upgrade react 18 (3add4f7)
- use new hiro urls, closes #3383 (658b723)
Internal
4.16.0 (2023-04-17)
Features
- add btc set fee choice (485dbcd)
- add collectibles analytic event (6067028)
- add regtest support to BTC address config files (8e84eb0)
- remove scraping for utxo inscriptions (31acf9b)
Bug Fixes
- btc fees test (b78c9a7)
- formatMoney needed a decimal (a4521d9)
- google docs breaking, closes #3502 (c9830b2)
- infer pixelated images, set rendering (0890016)
- issue with jumbled utxo ordering (e7871b0)
- missing inscriptoin frame, closes #3520 (a8c7622)
- sip10 tokens send bug (afe15f4)
- temp hide psbt changes (58520fd)
Internal
4.15.0 (2023-04-05)
Features
- add common stacks send form (4524e1a)
- change sip10 confirmation screen (f3d61a3)
- make custom network key required (1395afd)
- sort user txs (46a7e2e)
Bug Fixes
- return stx address in getAddresses (f634775)
- sent tx summary (47b43af)
- sip10 token send form bug (fd4c4ed)
- stx send form test (fd901fd)
Internal
- btc send form (f28aabf)
- recipient field (61852f8)
- remove sip10 form optional params (ec609a6)
- sip 10 send form (64a04a4)
4.14.0 (2023-03-23)
Features
- add rpc methods (8206122)
- add test for stx and btc send confirmation page (09de591)
- token metatdata api client (2045628)
Bug Fixes
- add testnet badge in app nav while signing (a3dfa94)
- align to baseline (225446e)
- bug with not updating balance list on network change (7be3827)
- bugs introduced on dev (faf7e1e)
- fee tests (d40a33f)
- filter unconfirmed utxos, closes #3468 (c3d865b)
- improve collectibles ui (a2ba78c)
- remove network row from psbt request (311426e)
- updated testnet with latest changes to popup header (e667284)
Internal
- enforce strict component type (149d643)
- ft and nft query to new client (5bc54b5)
- money types (1e40977)
- move utility function (7ca08d9)
- remove unnecessary conditional (4207cdd)
- remove unnecessary conditional (c284ca1)
- remove unnecessary conditional (093910c)
- remove unnecessary conditional (1173475)
- remove unnecessary conditional (bd6e722)
- rename method (25b57b4)
- use theme colors (aeafe02)
4.13.0 (2023-03-19)
Features
Bug Fixes
- don't hide switch account menu (960f477)
- ft metadata not found (7486870)
- metadata undefined and key error (d3137c5)
- ordinals view details link (28cd0ea)
- psbt display of uint8array (15870be)
- remove theme switch transition (a5ce937)
- stacks ft missing flag (cf4975a)
Internal
- remove banner (d87a059)
- update banner in wallet config (7380515)
- use zero index for taproot receive address (5af10e5)
4.12.0 (2023-03-18)
Features
- change ordinals content url (38e83a7)
4.11.0 (2023-03-18)
Features
- update wallet config (f20d8fe)
4.10.2 (2023-03-15)
Bug Fixes
- added in microblock label to activity (0740dcb)
- ft metadata (9aa5f2a)
- microblock label not working (f962582)
- show total balance, not stx in psbt (3d08249)
4.10.1 (2023-03-15)
Bug Fixes
- ordinal inscription address (a5e4e8e)
4.10.0 (2023-03-14)
Features
- add support for psbt requests (ef053c5)
- add taproot support for psbts (a77b034)
- deliver hex ui for v1 (dc9de34)
- use dompurify to escape text ordinals (a98791f)
Bug Fixes
- remove unused code (7926e04)
- removed create account button from settings dropdown (3f028c7)
- settings dropdown rebase (18ff479)
- test-app taproot psbts and update pkgs (28bb4ca)
Internal
- readme for bitcoin (0f256c6)
- sign at index as an array (756c2a4)
- upgrade pkg to scure-btc-signer (6e68f28)
4.9.0 (2023-03-12)
Features
- add routes for recovering tr funds (97d3bc9)
- add sent btc and stx summary pages (0a9f87b)
- change link to mempool in btc txs (a7cf682)
- open btc receive modal on copy icon click (c51bbc0)
- open input on fees click (d92a1f0)
Internal
- broadcast transaction hook (05c5b7d)
4.8.1 (2023-03-09)
Bug Fixes
4.8.0 (2023-03-08)
Features
- show inaccessible taproot btc balance (750be5e)
Bug Fixes
Internal
- update copy (9478499)
4.7.0 (2023-03-07)
Features
- add collectible hover call to action (b965cdf)
Bug Fixes
4.6.0 (2023-03-06)
Features
- add sorting txs by time (564fe8b)
- change btc tx pending msg (2cb05f9)
- remove autocomplete in send forms (c3db5af)
- use camelcase in naming (e800b20)
Bug Fixes
4.5.0 (2023-03-05)
Features
- fetch owner of a name (cc49ffa)
- prioritize bns name over bnsx (03d0ec2)
- query bnsx name from contract (814718b)
- send btc to bns (641fdad)
Bug Fixes
- btc choose account drawer (0fdd0a4)
- changed ordapi api, closes #3358 (2d495fc)
- error wording, removed fallback, closes #3342 (f61dae7)
- recipient address field naming (44fab72)
- recipient validation with bns field (da22011)
Internal
4.4.0 (2023-03-02)
Features
- add arrow up down logic (c4fc057)
- add btc tx icon (f23b762)
- add copy to balance assets (efe0816)
- add fiat amount in sending forms (f98dcd2)
- add tx status arrow icons (fe4e2ff)
- enable sending inscriptions (0ada40d)
- increase unused taproot address search range (00ddf28)
- pass btc address via prop (f92d3b2)
- remove ability to copy btc address (96d3de9)
- remove copy stx from balance list (0fe506d)
Bug Fixes
- failing send max test (8872fc9)
- left align text inscription text (4abf395)
- make inscriptions field not required (3f91547)
- prevent multi utxo inscription spend (79a59f6)
Internal
- add loading state (0c6ded5)
4.3.0 (2023-03-01)
Features
- add password disable warning and check (9ff59dd)
- add proper selector to password checkbox (bdd5942)
- add total balance (0dc04a5)
- collectibles loading indicator (5a04260)
- collectibles refresh button (3c90c4a)
- display ordinal address before copying (4991edf)
- support for text inscriptions (fa37772)
- support for text inscriptions (606d8e7)
- update manifest description (7aa545a)
Bug Fixes
- failing send max test (e2d9e1f)
- integration tests (81e76dd)
- ledger send stacks ft (d7c8e1e)
- send form tests (a879475)
- tx detail text (480455f)
Internal
- ord queries (420592c)
4.2.0 (2023-02-27)
Features
- add copy btn in account switching menu (2399304)
- add ordinals address to receive modal (1fd1b4b)
- add prefix (1f8b20f)
- make ordinals occupy entire space (81e3634)
- return btc address during auth, closes #2909, #3092 (bac34f5)
Bug Fixes
- asset page routing (ddea6f2)
- bad derivation (34b4016)
- btc recipient form validation (95d110f)
- collectibles map key errors (58c053a)
- collectibles on ledger (3bdb4c5)
- receive modal console error (66c1b3a)
- support form restore for non-btc currencies, clear on exit (48430e8)
Internal
- change copy (ba5a9c7)
- error when missing dep (1aafea2)
- improve ordinals query (b9bfca3)
- next steps copy (9397bbe)
- remove fund step from onboarding (77f69e1)
- single header instance (8d50ef5)
- track input/output lengths, helpful for analysing fees (f948cdc)
4.1.0 (2023-02-22)
Features
- add outline (e1aa1b3)
- metadata api working and refactor collectibles (c2ceef2)
- persist popup mode state (74916be)
- stacks nft collectibles (4f5ba2b)
Bug Fixes
- gamma route and add analytics (4c00edc)
- tabIndex error, recreating html behaviour in js (813c989)
- text alignment (dc334a7)
Internal
- add wallet config btc msg (8eefab6)
- analytics: capture broadcast transaction token (5942a54)
- getting started copy (0a89e89)
- persist in background mem (bf76969)
4.0.2 (2023-02-20)
Bug Fixes
- ordinal caching (641c3b2)
Internal
4.0.1 (2023-02-20)
Internal
- ordinal modal (a1e937a)
4.0.0 (2023-02-20)
⚠ BREAKING CHANGES
- This release introduces bitcoin support to the Hiro Wallet
Features
- add autofocus on custom fees input (55b10a0)
- add error page (6c9beb4)
- add new tab menu item in narrow viewport (d80a766)
- add ordinal support (ea972aa)
- add taproot keychain (ba07bd1)
- display ordinals (abf428b)
- make address clickable to copy (cf70d81)
- minimum spend validator to btc (6bf331b)
- modify user messages feature, closes #3094 (299f182)
- remove successful sign in toast (3aaf4e6)
- send btc disabled kill switch (85961e7)
- ui improvement (6c08582)
- validate insufficient funds (e41b908)
- wallet config bitcoin feature flag (fc83541)
Bug Fixes
- add bitcoin activity to account restore flow (9e53c3c)
- add wait to btc test (312895f)
- address label (6072214)
- avoid working outside of formik, dedupe is valid logic, closes #3117 (cb02514)
- codeBlock component width in contract deploy flow (dab711e)
- copy account address (f558508)
- form errors on blur (2fd28fd)
- improve empty address detection (9c4ffdd)
- lower fetch time (72317f1)
- merge conflicts from main (d473bdc)
- negative amount err (2126eaf)
- persist amount/recipient going to from send form (8fedf52)
- preview button disabling (fd76fae)
- prod btc address from fund page receive (84d1e1b)
- remove empty state, closes #3206 (921a25e)
- set system theme (2885269)
- temp hide btc send all (f513e09)
- tests (98b12eb)
- transaction duplication (4421099)
- typecheck failure in ordinals query (09a8697)
- uninvert imgs, closes #3208 (65afa4e)
- validate addresses against network, closes #3161 (83664da)
Internal
- add config changes to dev (0ca785b)
- add send container to full page (d4a5ded)
- facade hook for form, reorg validators (4e6a523)
- fix import, unwrap fns (ce914ac)
- fix tests (7a56a1e)
- form routing (fc5996b)
- improve logic to calculate bitcoin fee (c8099e9)
- kill old send form and tests (3847d7e)
- remove bitcoin msg (cde1661)
- send max and add available balance (2055e9c)
- settings menu open in new tab (6d266d4)
- upgrade crypto deps (048b3e4)
3.34.2 (2023-02-16)
Bug Fixes
- prod btc address from fund page receive (ca01c28)
Internal
- remove logs (4091543)
3.34.1 (2023-02-15)
Bug Fixes
- add btc address to account header (4c1616d)
- disable bitcoin for ledger (f2e8005)
- null char in memo field (ff56e76)
- recipient choose account (174ee8e)
- tooltip hiding after click (e53add6)
3.34.0 (2023-02-14)
Features
Bug Fixes
- branch name env variable (afad562)
- kill gaia update on create account (1c7fc13)
- send all with pending txs (41ec042)
- send form amount (1a533cc)
Internal
- remove localStorage wallet config (2271968)
- rushed changes for testnet support (06a8cb4)
- store structure (9dc1b27)
3.33.1 (2023-02-09)
Bug Fixes
3.33.0 (2023-02-07)
Features
- add request feature to setting menu (427ad10)
- fetch BNSx names on mainnet (8c573f2)
- new send form tests (15da6b8)
Internal
- create reusable flag layout component (cb4e47d)
3.32.5 (2023-02-07)
Bug Fixes
- case where current account index higher than highest (73cf157)
3.32.4 (2023-02-06)
Bug Fixes
- delayed home loading (7844bec)
Internal
- upgrade deps (d00b798)
3.32.3 (2023-02-03)
3.32.2 (2023-02-01)
Bug Fixes
- convert Icon to named fn (f02a242)
3.32.1 (2023-02-01)
Bug Fixes
Internal
3.32.0 (2023-01-31)
Features
Internal
- account restore logic (d688d8f)
- add debug fn to help account index issue (208a9ac)
- add debug tool (b1408fd)
- amount field auto scaling (fe1c804)
- avoid millions of bns lookups, check config directly (259b524)
- make error currency agnostic (c9652bb)
3.31.1 (2023-01-25)
Internal
3.31.0 (2023-01-24)
Features
Bug Fixes
- analytics: track switching account, closes #2994 (d5a2536)
- dev source maps (39a6f90)
- emotion styles broken (a92cd27)
- emotion styles broken (67f809c)
- ext icon tooltip, closes #2967 (dd3b240)
- packaging: prevent unresolvable sourcemap logs, closes #2964 (c886e4d)
- pending tx nonce (a60cb6f)
- prevent onboarding when wallet exists, closes #2997 (2ef4bd9)
- sentry: remove some transaction logs (bea316a)
- track sentry releases, source maps, closes #2915, #2914 (febde6a)
- unit tests (281736d)
Internal
- add hasStx property to switch account event (efbf87e)
- alt implementation, query cache (a7dc71b)
- attempt removing babel (0cdedb1)
- batch update deps (aa72dd7)
- fix failed merge (669f8a4)
- fix failed merge 2 (7dead89)
- fix failed merge yarn lock (d3eafec)
- fix failed merge yarnlock (b5e60a8)
- form validation (cc6ec1a)
- new send form file structure (58c564e)
- remove coreApiUrl getter (001dad3)
- rename specify stx specific atoms (c61dc9f)
- test removing all resolutions (3790e69)
- upgrade @redux/toolkit (5b3e8c0)
- upgrade misc. packages (0f65e56)
3.30.0 (2023-01-10)
Features
- misc sentry improvements (9cc0507)
Bug Fixes
- dev source maps (b73b63a)
- emotion styles broken (22c97c4)
- emotion styles broken (aa24db4)
- pending tx nonce (fbc73bc)
- unit tests (78e09d0)
Internal
3.29.0 (2022-12-19)
Features
- add support for update-profile request (17e624d)
Bug Fixes
Internal
- edit nonce (34084b9)
3.28.0 (2022-12-13)
Features
Bug Fixes
- add hiro api-wide rate limiting (d3c06ba)
- bad error catching, closes #2931 (43daf15)
- increase test delay for flaky test (64fdb5a)
- remove suspense (e2b2c24)
Internal
- fees component for bitcoin (b2661ee)
- improve when fn types (694c607)
- message signature feature (9ed7d71)
- remove leftover comment (7eaffbd)
- remove sha.js in favour of nobel hashes (b032deb)
- use ratelimiter built-in time syntax (da56375)
3.27.0 (2022-12-05)
Features
- add get help menu item, closes #2823 (6e13f4c)
- add option to easily transfer within same wallet (f1b6ac6)
- allow tracking app initiating wallet flow, closes #2904 (d533d43)
- bitcoin fees query (9451f89)
Bug Fixes
- close other frames when wallet locks (8788e01)
- re-enable sentry, closes 2822 (23776d4)
- use existing data-testid values (5194c20)
Internal
- add window.open lint rule (0ed015b)
- reading search params outside react (4e8d3dd)
- use type assertion (1ac3fba)
3.26.0 (2022-11-24)
Features
- send form amount field (ab3a10a)
- send form details (b6a54bb)
- support bns recipients, closes #1840 (55bf5ef)
Bug Fixes
- amount input in extension (9b31782)
- balances: query correct balance, show microblock balance, closes #2898 (da58732)
- missing address chars, closes #2860 (95bee55)
- theme analytics, closes #2799 (8c85177)
- typo (f5f68f3)
Internal
- add error handling to form (fb19774)
- base forms for all currencies (3eec893)
- be explicit about address, allow reuse for non-current account (153b961)
- form field error styles (7ebe8c9)
- home page with facade pattern (c1bbd29)
- improve errors, add focus state (0d193af)
- init new integration tests (5de2613)
- initial test forms (601c4a8)
- initial value helper, inline error (15fe88d)
- react query pattern, form routes (7860ee9)
- remove coupling of balances types, subBalance (de94f2c)
- remove okcoin (b34e214)
- remove unused suspense (8369e32)
- rename existing tests as legacy (7b97265)
- rename original balance queries with stx naming (1770e3d)
- semantic form elements (6f9b123)
- tightens rules against orphan files (950569a)
- use factory fn (b43159a)
- validation schemas (3cd15c5)
3.25.0 (2022-11-16)
Features
Bug Fixes
Internal
- remove unused suspense (4cab35f)
3.24.0 (2022-11-15)
Features
- add chain-specific network config, closes #2689 (5404f75)
- add send crypto asset routes and choose asset (d92f98c)
- capture analytics on consent screen only by default, closes #2784 (8f7d61d)
- strengthen signout message, closes #2748 (6358807)
Bug Fixes
- balance with wrong decimals, closes #2828 (37f0c10)
- clipped label (8414602)
- logic with client fallback nonce (22d77eb)
- merge conflicts (8992adc)
- remove unused types (24d1ca6)
- rename settings actions (ea16169)
Internal
- audit tx request errors (c58b4cb)
- configurable query hook pattern (35893ab)
- linting: import order (239e7d7)
- remove capsize library (4d5db43)
- remove capsize workaround (a7e8cf4)
- test dev access (c3ac636)
- tooling: add decrypt mnemonic page (befb98b)
3.23.0 (2022-11-07)
Features
- add btc to balance list (c13e27f)
Bug Fixes
- ledger: failing to broadcast from send form (25ba10c)
- persist user selected theme, fixes #2789 (adabbaa)
Internal
- enable btc query with address (404f904)
- network switcher (708e638)
- remove btc test address (463bc17)
- rename vars, closes #2779 (d2a7e17)
3.22.1 (2022-11-03)
Bug Fixes
- market-data: conversion creating decimal money (1557fe0)
3.22.0 (2022-11-03)
Features
Bug Fixes
- padding on switch acct list, closes #2751 (3a190e2)
- reintroduces usd amounts, closes #2756, #2735 (b9574a8)
- remove unnecessary call to setShowSignOut (ce7ad3c)
- show spinner when activity is loading (f9fbca3)
3.21.1 (2022-10-31)
Bug Fixes
- add analytics events to local log (b0bfb9a)
- disable input on pw field when loading (9e26a45)
- parsing invalid punycode (18f59fa)
- tooltip label (ff587cd)
Internal
- broadcast fn (07e4362)
3.21.0 (2022-10-27)
Features
Bug Fixes
- not quite strong strength bar full (dcfb1ec)
- send form loading ui (eaf313b)
- throw on http error response (5291cc3)
Internal
- prevent vercel msgs (11278e5)
3.20.0 (2022-10-21)
Features
- add bitcoin to tx list (711ad3c)
Bug Fixes
- no suspense on market data query (100e927)
3.19.1 (2022-10-20)
Bug Fixes
- menu items casing (ab4fbc9)
- slow firefox sign in times, persistent worker (7eb353a)
- white screen on account select list (12d77a1)
Internal
- removes 1 of the 2 expensive tx generations on input change (7dd067c)
3.19.0 (2022-10-18)
Features
Bug Fixes
- fees query options (16068b1)
- password box lag issue, closes #2697 (d3aad11)
- remove deprecated substr methods (10b9b62)
- simulated fee estimations (669ade2)
Internal
- add mailing list link to readme (956840d)
- migrate to @tanstack/react-query (b103bee)
- reusable base type, Money, MarketPair, MarketData (025c5f1)
- reuse account item layout component (b6be275)
3.18.2 (2022-10-14)
Bug Fixes
- no fallback when no gaia profile found (12d796d)
3.18.1 (2022-10-05)
Bug Fixes
- path url trailing slash (ff4cc7b)
Internal
- upgrade stacks.js v5 (fc8dadc)
3.18.0 (2022-10-04)
Features
Bug Fixes
- edit nonce to zero (1fb1e36)
- hide menu in send form (78c2001)
- ledger: mismatching public key (d1be7be)
- network: full path not accepted, closes #2680 (23fb2f6)
Internal
3.17.2 (2022-09-16)
Bug Fixes
- query: reuse of query key (9c654bc)
3.17.1 (2022-09-15)
Bug Fixes
- throwing error with contract function (6f528fe)
3.17.0 (2022-09-14)
Features
- ledger: add utf-8 message signing support (99239b2)
Bug Fixes
- cached data bug in atom with wrong network, closes #2645 (2a180ee)
- chrome rejections, unused permissions (86e1ddb)
- message-signing: message wrapping, closes #2594, #2441 (3ca2d10)
- querying fee endpoint empty payload, closes #2653 (cf2ca3b)
- sponsored txs confirm button (4d01442)
Internal
- broadcast error ux (70fe208)
- deps-dev: bump @actions/core from 1.6.0 to 1.9.1 (fca2545)
- message-signing: structured data formatting (b3dd513)
- remove useUpdateAuthRequest atom, closes #2639 (110d87c)
- select asset (b5684d8)
- upgrade @zondax/ledger-stacks (797ce5a)
- upgrade packages (9558376)
- upgrade stacks.js packages (b6ed0a9)
- use onMount hook (3712a30)
3.16.1 (2022-08-17)
Bug Fixes
- firefox origin url issue (b46a97d)
Internal
- analytics event on worker error (00cfb49)
3.16.0 (2022-08-16)
Features
- trigger release (7ae759a)
Bug Fixes
- update create version release job (efd2551)
3.15.0 (2022-08-16)
Features
- trigger release (0f4d87f)
Bug Fixes
- remove locally installed pkg (74d8de6)
3.14.0 (2022-08-16)
Features
- warn when originating tab closes (552293e)
Bug Fixes
- name spoofing detection from metadata (d9c0e2d)
- redirect back after successful unlock (717ad60)
- release notes (3087cdf)
- semantic release (3a897b5)
- semantic release add, use yarn (32a6785)
- semantic release package install (ae59396)
- setup and relocate env variables (e827f2e)
- upgrade semantic-release action plugin (ea7d747)
Internal
- component (4cf384d)
- add conventionalcommits pkg (728f46d)
- add job post (486eedb)
- atoms: remove transaction request atom (ac29a32)
- avoid using localStorage to cache ephemeral values, closes #2547 (4f7126f)
- better handle window close event, closes #1181 (8b6523f)
- coinbase pay ui (7ede3ce)
- deps: tidy unused packages (664b59f)
- disable sentry (d88b955)
- enable coinbase pay fast checkout (adcb2c0)
- fee estimations (20ef805)
- remove more unused packages (4cab525)
- remove react query wrapper (1e479e5)
- security: add dev tools warning (1021f34)
- spell incurred properly (9fd7ec7)
- steps state (76e8c0a)
- tooling: fix redux devtools (e42367d)
- track on 'disconnected tab' error (4577b21)
3.13.5 (2022-08-05)
Bug Fixes
- new pop up window extension crash (2eeb416)
3.13.4 (2022-08-04)
Bug Fixes
- remove merge job from main ci (55e8d98)
3.13.3 (2022-08-04)
Bug Fixes
- remove referrer header adding (0c72776)
3.13.2 (2022-08-01)
Bug Fixes
- add 'all_frames' option, closes #2351 (276e5f6)
- dockerfile to reduce vulnerabilities (6291364)
- filter nonce txs by sender address (8eaf9c7)
- nan nonce (ecd13c5)
3.13.1 (2022-07-20)
Bug Fixes
- wallet config path (02d3c62)
3.13.0 (2022-07-19)
Bug Fixes
- better error handling for broadcasting from apps (759f1d5)
- change confirmation logic while setting password (7d052fb)
- ledger: close transport on activity completion (1133821)
- ledger: improve onboarding ux, close transport (bdf57d1)
- ledger: non-zero index account signing, closes #2572 (f19142e)
- ledger: try again jwt signing wasn't working, closes #2561 (ab53a8b)
- next tx nonce (275c8f6)
- password strength indicator ux (b4c4c34)
- remove instance of redirect_uri (74328d2)
- unused import error (9abca5f)
Features
- add coinbase pay support (7fdf363)
3.12.1 (2022-07-16)
Bug Fixes
- path to wallet config (4e7d978)
3.12.0 (2022-07-12)
Bug Fixes
- add transition to fund account tile (a4cc29a)
- drawer header (1be4f88)
- error during sign out on lock screen (8f04a0e)
- error when selecting tx request fee (ee64d9b)
- first steps limit to five accounts (7058fb5)
- ledger: add new error screen (173af14)
- ledger: conditional finalise tx req (00830d1)
- ledger: returning values back to app (b0c5700)
- ledger: unsupported browser modal not opening (e78864b)
- onclose after confirm ledger tx (ad8b2b4)
- query hook dependency (378f0d1)
- referrer header modifying page origins, closes #2533 (cfdc1e6)
- show unlock waiting message only when loading (c1111b7)
- sponsored tx edit nonce (edd5c48)
- tx-signing: missing sip10 detection, closes #2537 (a41ef58)
- tx-signing: routes missing, readded, #2534 (4257768)
- validate redirect uri (8b180f2)
Features
- ledger increase fee tx signing (d8ff5eb)
3.11.2 (2022-07-07)
Bug Fixes
- validate redirect uri (5264c9f)
3.11.1 (2022-07-06)
Bug Fixes
- first steps limit to five accounts (f2baa11)
- query hook dependency (927af6a)
- transaction nonce not incrementing (2528cf3)
3.11.0 (2022-06-30)
Bug Fixes
- add referer headers to api calls (4b23da1)
- bad ui copy practices (828082a)
- current account name (7b54aa4)
- direct landing on send form page, closes #2470 (b98d570)
- firefox white screen with referer header (427e592)
- fund page layout shift (9f66227)
- header version alignment (676b5dd)
- loading first steps (bbbff9c)
- new tab send form nonce and scroll (62e6d11)
- nonce with pending tx (9ba8234)
- onboarding state (40bb84b)
- receive page scroll (fd363de)
- remove double scrollbars, emotion set up (fc0be70)
- send form white screen (1ff0e70)
- sign message oncancel (f2d75f8)
- sign message with line breaks (fdc8866)
- suggested steps only updating with refresh (2dea9c6)
- support SIP-018 for structured data signing (8087cd6), closes #2443 #2460 #2419
- use the anchor mode from the input transaction (92c7c6a)
Features
- add image to fungible token (c891983), closes #1800
- initial support jwt signing on ledger (5f4696e)
- support Ledger hardware wallets (8a7d0d2)
3.10.0 (2022-06-13)
Bug Fixes
- bad ui copy practices (d92a767)
- fund page layout shift (748136c)
- header version alignment (99af515)
- onboarding state (061f383)
- receive page scroll (9c41ace)
- suggested steps only updating with refresh (edb5ace)
- use the anchor mode from the input transaction (8f16d5b)
Features
3.9.0 (2022-05-16)
Bug Fixes
- hide nfts with zero balance (67294a2)
- refetch account balance (20f11cb)
- scrollbars from padding changes (1dffe55)
- subtract pending txs from send max balance (8de6523)
- use recoverable key format (c80e651)
Features
3.8.0 (2022-05-16)
Bug Fixes
- choose account padding (13d091e)
- disable confirm button until fees are loaded (0500796)
- error message page (228e9b7)
- scrollbars from padding changes (1038ddb)
- transaction page, keep padding at all breakpoints (feebd62)
Features
3.7.2 (2022-04-26)
Bug Fixes
- error message page (e579961)
3.7.1 (2022-04-25)
Bug Fixes
- bug where wallet doesn't sign out, closes #2341 (5d6d52d)
- create account drawer to toast (db7cbf3)
- switch account drawer (1d59e69)
3.7.0 (2022-04-06)
Bug Fixes
- fee dropdown positioning (936199a)
- search and select asset (dc077b1)
- track tx signing errors (a387ef1)
- unauthorized request error (28c1fa5)
Features
3.6.1 (2022-03-30)
Bug Fixes
- fee dropdown positioning (a5d9121)
- track tx signing errors (48d854f)
- unauthorized request error (a0377d8)
3.6.0 (2022-03-28)
Bug Fixes
- add low fee caps (7196a88)
- re-add dependency array for getAccountDisplayName usage (e69dcac)
- remove conditional code for post conditions in fts (d1ca5df)
Features
- add moonpay fiat onramp (e20a2ea), closes #2068
- add new onboarding home page (8e17124)
- show account username suffices (f8d631e)
3.5.1 (2022-03-24)
Bug Fixes
- add low fee caps (f391ccf)
3.5.0 (2022-03-22)
Bug Fixes
- re-add dependency array for getAccountDisplayName usage (9a40fd8)
- remove conditional code for post conditions in fts (16624e2)
Features
3.4.0 (2022-03-21)
Bug Fixes
- pull request template cc (756aa4a)
Features
- force trigger release (222a448)
- force trigger release redo (b8c9f87)
- force trigger version action (7f4e4dc)
3.3.0 (2022-03-16)
Bug Fixes
- account names not displayed on sign in screen (c2448fc)
- backup old wallet salt key to gaia (58696e3), closes #2238
- removing localstorage vaules, remove later (e62ab64)
- unlock auth routing bug (04c093d)
Features
3.2.1 (2022-03-09)
Bug Fixes
3.2.0 (2022-02-21)
Bug Fixes
- add back tippy styles (7ee08c8)
- add release rules to commit analyzer (2080626)
- change okcoin wording (41e7255), closes #2170
- disable performance tracking (4dda809)
- double scrollbar issue firefox, closes #2228 (75f60a7)
- hitting api with metadata queries (8776d6b)
- missing account balance (0d5cdd8)
- near render loop issue (e60d527)
- pending label styling (4f671eb), closes #2187
- remove suspense, causes scroll bug, closes #2220 (664a3ae)
- send form styles (a52696e)
- send max invalid fee calculation, closes #2175 (db22161)
- slow fetching of metadata, hit api faster (0b5fb74)
- slower render performance on create account list, fixes #2139 (1e21648)
- slower render performance on create account list, fixes #2139 (4e372e4)
- sponsored tx fee (9cfa3fd)
- thrown error with sponsored tx (396a87f)
Features
- add analytics to tx signing & fiat onramp (e943119), closes #2037 #2035
- add back up secret key page (6e11303)
- add config for max fee estimations (0a7a20e), closes #2039
- add message in activity list (f67f7ab), closes #2187
- add set password page (9d18c72)
- add welcome page (431e63b)
Reverts
- Revert "feat: upgrade @stacks package to 3.1.0" (58e3ee0)
- Revert "chore: upgrade @stacks/wallet-sdk,auth to 3.1.1" (27de05c)
- Revert "fix: missing stx derivation type err" (6da1ad6)
3.1.1 (2022-02-07)
Bug Fixes
- virtual account list (d94deec)
3.1.0 (2022-02-07)
Bug Fixes
- add back tippy styles (1c7f7d4)
- change okcoin wording (8437cf3), closes #2170
- disable performance tracking (5059e5f)
- hitting api with metadata queries (6283e9c)
- missing account balance (c6f9bca)
- near render loop issue (7b7d097)
- send form styles (4aa6fd3)
- send max invalid fee calculation, closes #2175 (f764ed2)
- slower render performance on create account list, fixes #2139 (87077cf)
- slower render performance on create account list, fixes #2139 (cbb1fa5)
- sponsored tx fee (b0203b3)
- thrown error with sponsored tx (f943979)
Features
- add analytics to tx signing & fiat onramp (d1a986e), closes #2037 #2035
- add back up secret key page (7a0acc0)
- add config for max fee estimations (4a3a1bd), closes #2039
- add set password page (cd7962e)
- add welcome page (bc17596)
3.0.0 (2022-01-26)
Bug Fixes
- breaking change from stacks.js (d09244c)
- can't unlock wallet after upgrade (1882c1f), closes #2124
- change wallet config default branch to main (400a55a)
- gaia config being fetched on every key press, closes #2101 (013ec9e)
- improve list render performance (fd0154e)
- increase fee showing zero (297afa8)
- is asset transferable logic, closes #2154 (32dbd96)
- lock and unlocking routes (5df9e88)
- long white screens (ad41051)
- null rendering when accounts are undefined, closes #2000 (973dcc4)
- onboarding route flashing (b2e478b)
- remove disabled regtest option from networks list (6aafe89)
- remove gaia call when unlocking wallet (837cef7), closes #1877
- remove gaia call when unlocking wallet (b717b03), closes #1877
- remove inline source maps in prod (46ddd28)
- rename localnet to devnet (5e489d5)
- render whole account list when fewer than 10 accounts (abe1597)
- routing sign and signed out (61d4851)
- security vulnerability from audit (c80cd98)
- show fiat onramp buy button only on mainnet (6d1df94), closes #2049
- submitted transactions not appearing (e1e902d)
- switch account failing test (7efd8c9)
- trigger release (691a14b)
- use saved hasSetPassword from storage (f3cfbff)
chore
Features
- activate okcoin fiat onramp integration (881e88d), closes #2105
- add metrics for fee estimation (2788a9b), closes #2041
- add unlock waiting message (e2cf9f1), closes #2062
- reduce sentry tracesSampleRate (a08a36d)
Reverts
- Revert "feat: add welcome page" (4b7859a)
- Revert "refactor: global styles" (97b16c1)
- Revert "feat: add back up secret key page" (95c3a76)
- Revert "feat: add set password page" (4f44c48)
- Revert "refactor: update existing styles to match changes" (326b0b2)
- Revert "refactor: add primary button" (152fffd)
BREAKING CHANGES
- release: from stacks.js (d09244c)
2.25.1 (2022-01-18)
Bug Fixes
- security vulnerability (c9dd7f0)
2.25.0 (2022-01-18)
Bug Fixes
- breaking change from stacks.js (d09244c)
- can't unlock wallet after upgrade (1882c1f), closes #2124
- change wallet config default branch to main (400a55a)
- gaia config being fetched on every key press, closes #2101 (013ec9e)
- improve list render performance (fd0154e)
- increase fee showing zero (297afa8)
- long white screens (ad41051)
- null rendering when accounts are undefined, closes #2000 (973dcc4)
- onboarding route flashing (b2e478b)
- remove disabled regtest option from networks list (6aafe89)
- remove gaia call when unlocking wallet (837cef7), closes #1877
- remove gaia call when unlocking wallet (b717b03), closes #1877
- remove inline source maps in prod (46ddd28)
- rename localnet to devnet (5e489d5)
- render whole account list when fewer than 10 accounts (abe1597)
- security vulnerability from audit (c80cd98)
- show fiat onramp buy button only on mainnet (6d1df94), closes #2049
- switch account failing test (7efd8c9)
- use saved hasSetPassword from storage (f3cfbff)
Features
- add metrics for fee estimation (2788a9b), closes #2041
- add unlock waiting message (e2cf9f1), closes #2062
Reverts
- Revert "feat: add welcome page" (4b7859a)
- Revert "refactor: global styles" (97b16c1)
- Revert "feat: add back up secret key page" (95c3a76)
- Revert "feat: add set password page" (4f44c48)
- Revert "refactor: update existing styles to match changes" (326b0b2)
- Revert "refactor: add primary button" (152fffd)
2.24.1 (2022-01-11)
Reverts
- Revert "refactor(tx-signing): use unsigned serialised txs for fee estimation" (114e1de)
- Revert "refactor(tx-signing): remove implicit signing of transactions from send-form" (3161ed7)
- Revert "refactor(tx-signing): upgrade '@stacks/transaction', '@stacks/connect'" (f4a3a52)
- Revert "refactor(tx-signing): adjust unusual fee behaviour, kill signed tx file" (e836021)
- Revert "fix: breaking change from stacks.js" (1d9e6ba)
- Revert "chore: update webpack mode to 'production'" (8b77480)
- Revert "fix: change wallet config default branch to main" (0e2159b)
- Revert "refactor: app routes and account gate" (2a2cb56)
- Revert "refactor: address code comments" (fa240f1)
- Revert "refactor: replace useChangeScreen with useNavigate" (2ad1117)
- Revert "refactor(onboarding): use layout component for welcome page" (31b787c)
- Revert "refactor: routing fixes and cleanup" (18c9ca3)
- Revert "feat: add metrics for fee estimation" (37ca5ae)
- Revert "fix: show fiat onramp buy button only on mainnet" (813de90)
- Revert "refactor: use container route with layout" (a48e74b)
- Revert "refactor: header for layout route" (9b51528)
- Revert "fix: increase fee showing zero" (9938d20)
- Revert "fix: onboarding route flashing" (c51972b)
- Revert "refactor: tidy up component" (60797e3)
- Revert "fix: null rendering when accounts are undefined, closes #2000" (f5fdfc8), closes #2000
- Revert "fix: improve list render performance" (72e2b7c)
- Revert "refactor(deps): upgrade @stacks/wallet-sdk" (0989ec6)
- Revert "refactor(deps): upgrade @stacks/{common,auth,network}" (3c26ab2)
- Revert "refactor(deps): upgrade @stacks/{transactions,encryption}" (6427aa1)
- Revert "refactor: improve switch account behaviour" (96727af)
- Revert "refactor: move type definitions" (359cf83)
- Revert "fix: use saved hasSetPassword from storage" (9168f31)
- Revert "fix: switch account failing test" (e68c7c2)
- Revert "refactor: move vault utility" (5bfba0a)
- Revert "fix: long white screens" (489ec81)
- Revert "refactor: remove ShowDelay" (df06783)
- Revert "refactor: use React jsx transform" (3524860)
- Revert "refactor: remove unnecessary imports" (564c2fb)
- Revert "refactor: add test for unlock route" (dbf69fc)
- Revert "fix: remove gaia call when unlocking wallet" (2ffb470)
- Revert "refactor: move vault utility" (6e0342e)
- Revert "fix: remove gaia call when unlocking wallet" (098d90a)
- Revert "refactor: add test for unique route paths" (f26c850)
- Revert "feat: add unlock waiting message" (95c012a)
- Revert "refactor(folders): move components" (2f977d6)
- Revert "refactor: rename linting actions" (13814d7)
- Revert "refactor(deps): update client deps" (91eadd6)
- Revert "refactor(deps): update dev deps" (d528d77)
- Revert "fix: render whole account list when fewer than 10 accounts" (b568c85)
- Revert "fix: gaia config being fetched on every key press, closes #2101" (96546e5), closes #2101
- Revert "fix: remove disabled regtest option from networks list" (5fd24dd)
2.24.0 (2022-01-11)
Bug Fixes
- breaking change from stacks.js (85666ae)
- change wallet config default branch to main (69ce2f0)
- gaia config being fetched on every key press, closes #2101 (2484d78)
- improve list render performance (df65dbb)
- increase fee showing zero (492ed1c)
- long white screens (feba515)
- null rendering when accounts are undefined, closes #2000 (5d95af0)
- onboarding route flashing (f2419d5)
- remove disabled regtest option from networks list (6a68a2f)
- remove gaia call when unlocking wallet (2bc01d4), closes #1877
- remove gaia call when unlocking wallet (e6c3947), closes #1877
- render whole account list when fewer than 10 accounts (8464b74)
- show fiat onramp buy button only on mainnet (c02f138), closes #2049
- switch account failing test (982e3e9)
- use saved hasSetPassword from storage (5e8869d)
Features
- add metrics for fee estimation (00690f2), closes #2041
- add unlock waiting message (03ffdf7), closes #2062
2.23.2 (2021-12-08)
Bug Fixes
2.23.1 (2021-12-07)
Bug Fixes
- remove a fullstop from the password placeholder (e6f865a)
2.23.0 (2021-12-07)
Bug Fixes
- don't warn of no writekey in dev by default (d6f4d2b)
- lint issue on transak-helper (46a95e5)
- send form white screen (a8c7e74)
- use transak production env for preview build (3e9e432)
Features
- add fiat onramp UI + providers (14f6cba)
2.22.0 (2021-11-29)
Features
- inconsequential comment change to trigger release, part 3 (f766b5d)
2.21.5 (2021-11-29)
Bug Fixes
- inconsequential comment change to trigger release, part 2 (fc4d922)
2.21.4 (2021-11-29)
Bug Fixes
- empty commit, trigger new release (99578bd)
- inconsequential comment change to trigger release (a3c6b2b)
2.21.3 (2021-11-29)
Bug Fixes
- send form white screen (a8c7e74)
- add max values for fee estimations (06bda04)
- update max fee estimation (98f2186)
2.21.2 (2021-11-26)
Bug Fixes
- fallback to default estimations (c3044ff)
- fees query network (ccb3182)
- logger import (2ccae06)
- remove fee form suspense (e2f2e2c)
2.21.1 (2021-11-24)
Bug Fixes
- logger import (828aa50)
2.21.0 (2021-11-24)
Bug Fixes
- close estimations on click outside (45bec9a)
- custom fee state after fallback (6d2a02e)
- fee estimations fail default (72b25cb)
- mempool txs query atom (73f5b01)
- replace by fee cache bug, closes #1975 (a99a14e)
- send max calc (9e05290)
- send max toast (a66c62d)
- types: loose tx type results in stable release bugs (3b17de0)
- use react-query for mempool calls (f45edff)
Features
2.21.0-dev.9 (2021-11-24)
Bug Fixes
- mempool txs query atom (605e1e7)
2.20.3 (2021-11-12)
Bug Fixes
- mempool txs query atom (605e1e7)
2.20.3-dev.1 (2021-11-11)
Bug Fixes
- mempool txs query atom (73f5b01)
2.20.2-dev.2 (2021-11-11)
Bug Fixes
- mempool txs query atom (b707d87)
2.20.2 (2021-11-11)
Bug Fixes
2.20.2-dev.1 (2021-11-11)
Bug Fixes
2.20.1 (2021-11-10)
Bug Fixes
- add preview release images, delete unused assets (89a49fd)
- clean hex value for deserializeCV (377031d)
- csp: chrome 96 regression breaks argon2 (4492ed2)
- csp: external images broken (91331d9)
- generate release with preview name (0baaced)
- local dev not injecting provider, closes #1795 (d95b413)
- manifest app version doesn't include -dev (8660262)
- qa build url (eae4633)
- show stx transfers from contract call (514cc61), closes #1713
- tidy CI jobs, update readme (1496af9)
- upload release as zip (d244bfa)
- upload release assets (efd278a)
- use semantic release (7eba15a)
- wallet dependence on gaia, closes #1732 (c5b86dd)
2.20.1-dev.12 (2021-11-10)
Bug Fixes
- csp: chrome 96 regression breaks argon2 (f5b064c)
2.20.1-dev.11 (2021-11-09)
Bug Fixes
- clean hex value for deserializeCV (4d98347)
2.20.1-dev.10 (2021-11-09)
Bug Fixes
2.20.1-dev.9 (2021-11-02)
Bug Fixes
- qa build url (cfa5abe)
2.20.1-dev.8 (2021-10-30)
Bug Fixes
- csp: external images broken (29ca0f3)
2.20.1-dev.7 (2021-10-29)
Bug Fixes
- add preview release images, delete unused assets (01c3121)
2.20.1-dev.6 (2021-10-29)
Bug Fixes
- generate release with preview name (bdaa8bf)
2.20.1-dev.5 (2021-10-29)
Bug Fixes
- manifest app version doesn't include -dev (83fd238)
2.20.1-dev.4 (2021-10-29)
Bug Fixes
- tidy CI jobs, update readme (3c55a11)
2.20.1-dev.3 (2021-10-29)
Bug Fixes
- upload release as zip (0b9d471)
2.20.1-dev.2 (2021-10-29)
Bug Fixes
- upload release assets (0fc66ea)
2.20.1-dev.1 (2021-10-29)
Bug Fixes
- local dev not injecting provider, closes #1795 (d95b413)
- use semantic release (24b752c)
- wallet dependence on gaia, closes #1732 (c5b86dd)
Changelog
2.20.0
Minor Changes
- #1720
dad028e8dThanks @kyranjamie! - Add a new state that asks users for permission to record application diagnostics
2.19.4
Patch Changes
- #1804
8cb4909d6Thanks @fbwoolf! - This fixes passing in a custom fee not working for apps using the wallet.
- #1798
0e4b9c7c5Thanks @kyranjamie! - This fixes breaking changes caused by updating webpack-dev-server to pass security audit checks.
2.19.3
Patch Changes
- #1753
6eab6659bThanks @aulneau! - This update makes it so any drawer component (network select, account select, etc) will be a modal when used in larger screens, but a drawer when used in the extension view (smaller widths).
- #1779
b33e34834Thanks @fbwoolf! - This adds rendering the stx post condition in the list of post conditions.
- #1754
d6493cdbcThanks @fbwoolf! - This fixes how asset metadata displays in post conditions. It should display correctly now even if a user doesn't have that token in their account.
- #1752
91cf29e88Thanks @aulneau! - This update fixes the loading state for when the status of a network is not yet available.
- #1780
c90ed29f0Thanks @beguene! - This fixes the test-app post conditions that were causing contract call failures.
- #1777
589a96fdcThanks @fbwoolf! - This fixes filtering local transactions using the safely formatted hex txid.
2.19.2
Patch Changes
2.19.1
Patch Changes
- #1758
3890723aeThanks @kyranjamie! - Fixes bug where it auto-scrolls up
2.19.0
Minor Changes
- #1738
b470c7a57Thanks @kyranjamie! - Adds messages sourced from the main branch of the repository
- #1726
9fe5b22dfThanks @aulneau! - This update improves the way in which the wallet persists user activity. When a user sends a transaction, the wallet will store a version of it locally. This improves the performance and feedback of the application.
Patch Changes
- #1737
92aee034bThanks @josecanhelp! - This change allows a wallet with zero STX balance to sign a sponsored transaction.
2.18.0
Minor Changes
- #1704
81e039c97Thanks @kyranjamie! - Makes use of a WebWorker to prevent main thread from lagging during unlock operation
Patch Changes
- #1741
2655b649cThanks @kyranjamie! - This adds the sign out drawer to the lock screen so users can sign out.
- #1708
5aa6498a3Thanks @aulneau! - This update adds the global variable VERSION to all cache keys for any data that is persisted in local storage. This makes it so when the wallet updates, there isn't any leaking between versions and avoids using possibily outdated/stale data.
2.17.0
Minor Changes
-
#1691
4b685917bThanks @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
88682a9b3Thanks @kyranjamie! - Adds a confirmation page before user is able to delete their wallet
Patch Changes
- #1530
990bec70aThanks @beguene! - Use the api to get possible nonce and fallback to default nonce calculation if the api is not available.
- #1617
e38fafbe6Thanks @aulneau! - This update enables some additional persistence of query data, such as transactions and balances. This makes it so the wallet can be more performant when opening it.
- #1669
fa4b49721Thanks @fbwoolf! - This relocates the 'Learn more' text link in the advanced settings drawer.
2.16.0
Minor Changes
- #1639
c051ef56cThanks @aulneau! - This update adds the ability for users to update the fee for a given transaction. Additionally, users can now update the fee for a pending transaction (replace by fee), to increase the miner incentives for that transaction.
2.15.2
Patch Changes
- #1625
98fcd2548Thanks @aulneau! - This update adds a warning for any contract call that is set to ALLOW mode -- if a user is signing a transaction with ALLOW mode set, any post conditions displayed will have no effect.
2.15.1
Patch Changes
- #1619
df283d3ccThanks @aulneau! - Fixes bug where balance contained a comma, thus preventing it from being converted to a BigNumber
- #1614
7a0cd03a2Thanks @aulneau! - This fixes a rare bug where if an address has received more transactions than we fetch for, it would assume it was a fresh account and return the incorrect nonce.
2.15.0
Minor Changes
- #1572
46a90aabThanks @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
7d8bbbf0Thanks @fbwoolf! - This fixes an error in the wallet by initializing the merged asset balance as a BigNumber.
- #1599
ee45a99dThanks @kyranjamie! - Fixes bug where users are unable to set the extension to the localhost url, owing to stacks.js changes
2.14.0
Minor Changes
- #1430
371c9545Thanks @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
aeb48279Thanks @fbwoolf! - This updates the STX token icon in all places to match current designs.
- #1573
40f49aceThanks @fbwoolf! - This fixes the placement of the tooltip when copying the user address in the wallet header.
- #1564
eca0ae6fThanks @fbwoolf! - This updates the network badge by removing 'mode' from the label. It now reads 'Testnet'.
2.13.0
Minor Changes
- #1540
92f2cd26Thanks @kyranjamie! - Adds a context menu that opens the wallet in full page mode
Patch Changes
- #1561
5947b000Thanks @aulneau! - This fixes a bug where the overflow for the choose account screen was incorrectly set, thus preventing users from scrolling down to accounts that were off screen.
2.12.5
Patch Changes
- #1521
77a33488Thanks @fbwoolf! - This fixes inconsistent balances shown in the send form when a user has locked STX. It also fixes an inaccurate validation error shown when sending max STX.
- #1522
cc6741bbThanks @aulneau! - This update refactors the way we implement the helper library@stacks/blockchain-api-client.
2.12.4
Patch Changes
- #1494
12821cd0Thanks @aulneau! - This fixes an issue where a promise was caught when it should not have been.
2.12.3
Patch Changes
- #1481
211990f5Thanks @beguene! - Some addresses were displayed with 6 or 4 char on both side of the ellipsis. This makes it consistent with 4 char.
- #1456
fa37093cThanks @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
a8abb466Thanks @aulneau! - This fixes a bug where the principal contained in a postcondition would be incorrectly changed when it was a contract principal.
- #1467
0532be11Thanks @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
7110398aThanks @aulneau! - When selecting an account to authenticate an application, you can now see the balances for each account.
- #1485
662bb4c8Thanks @beguene! - Make all our Open Sauce titles consistent with their font-weight. Set it to medium
- #1448
45e7d207Thanks @aulneau! - This update attempts to fix when sometimes network requests fail due to a CORS related issues. Additionally, this fixes a runtime react key warning.
2.12.2
Patch Changes
- #1445
e3b6062fThanks @aulneau! - This change removes our dependency on @tabler/icons and usesreact-icons/fifor all our icon needs, which matches our figma designs. Additionally, this reduces our minified package from over 4mb to under 3.5mb
2.12.1
Patch Changes
2.12.0
Minor Changes
- #1420
0097c7bbThanks @aulneau! - This update fixes a visual bug that caused the network drawer to persist longer than expected, and adds in a global app error boundary to capture run time errors and provide a way for users to report issues.
- #1326
f1382d1bThanks @aulneau! - This update replaces our use of recoil for state management to jotai. This gives us tighter integrations with tools such as react-query and rxjs.
Patch Changes
- #1301
9c24f96eThanks @kyranjamie! - Adds dependency-cruiser, a tool which can both visualize and validate import dependencies in the Stacks Wallet. This PR adds a single rule stating that thesrc/componentsfolder cannot import fromsrc/pages
- #1408
dcca229fThanks @aulneau! - This fixes the logic used to allow or disallow the usage of decimals in the send field. Previously SIP 10 compliant tokens that defined a value of "0" would pass the condition, thus allowing users to incorrectly try to send a decimal value of a token which uses no decimal places.
- #1437
df71881eThanks @aulneau! - This fixes a bug where if a user switched accounts while on a page like the receive or view secret key, and navigated home, their balances would show stale data related to the previous account they were on.
- #1386
cf687aa7Thanks @fbwoolf! - This sets up the ability to perform integration tests in full page rather than in the extension popup for transactions.
- #1294
d40af091Thanks @aulneau! - This update adds the current version number next to the logo for better debugging and information display.
- #1333
b6c9a5b8Thanks @fbwoolf! - This updates connect version packages to capture changes to the intro modal in the test-app.
- #1222
08fe3e99Thanks @kyranjamie! - Removes unused old code once used in the authenticator
- #1431
07b79809Thanks @aulneau! - This update does a minor refactor to how we were fetching BNS names for a given address, and improves the performance of the application by removing the use of the jotai utilwaitForAllfrom the names atom.
- #1434
ff55f99cThanks @aulneau! - This update adds better error handling for when a transaction is failed to broadcast. Sometimes the endpoint returns a string as an error message, and previously that was accepted because there was no validation happening on the string. The string is now validated to be a correct txid, and if it fails, the UI will display the correct error message.
- #1285
859d9a64Thanks @kyranjamie! - Fixes issue where the fee wasn't subtracted from the maximum amount you can send, as well as using the principal's available balance, rather than total.
- #1404
af763d56Thanks @kyranjamie! - Adds validation to prevent a user from being able to send more than their SIP-10 balance. Fixes #1400
- #1433
a895107fThanks @aulneau! - This update enables quicker and more responsive refreshing of an accounts remote data
2.11.1
Patch Changes
- #1308
4eeec781Thanks @aulneau! - This updates fixes a display bug that rounded STX values incorrectly. This bug had no effect on values used in transactions, only with the display of the amounts.
2.11.0
Minor Changes
- #1221
b438b324Thanks @aulneau! - This update refactors much of the architecture of the internal state of the extension and attempts to reduce much of the tech debt we have accumulated.
- #1293
ce60d212Thanks @aulneau! - This update improves the error handling we have around unauthorized transactions and expired requests.
- #1268
b2ecacf9Thanks @kyranjamie! - Changes transaction activity screen to order transactions by date, rather than in a single list
Patch Changes
- #1292
d93a6eacThanks @SergeyVolynkin! - This update fixes a regression where the set-password page became mis-aligned.
- #1299
99434b6cThanks @kyranjamie! - Refactor of our component organization, making efforts to structure by feature, and giving clearer responsibilities to each top level directory
- #1269
6777a57aThanks @kyranjamie! - Fixes issue where pending transactions aren't always shown
- #1267
117abb0cThanks @kyranjamie! - Fixes border radius
- #1291
342a1144Thanks @kyranjamie! - A handful of UI-related errors were being thrown, this PR fixes them, as well as addressing unknown prop issues with the tooltip component
2.10.0
Minor Changes
-
#1208
b76efa57Thanks @aulneau! - ### SIP 010 supportThe main goal behind this PR was to support tokens that conform to the SIP 010 Fungible token standard. Changes to the extension to enable this touched many areas, but mostly had to do with how we construct the state for each token and how we are displaying it. I've designed things in a way that we can still display older tokens or other FTs that do not conform by using the code we had from before as a fallback when there aren't decimals/symbol/name methods available.
High level overview of changes:
- dynamically fetch and cache meta data for a given token
- display and format balances with correct decimal offset
- display ticker/name as defined in contract
- allow only tokens that have a correct transfer method to be sent via the extension
- correct decimal placeholder in amount input field
- better fallback/loading UI for FTs
- progressive fallback for tokens that don't conform
- improved form validation based on meta data
- automatically switch to "activity" tab on successful transfer
- other misc improvements
Patch Changes
- #1233
09dddb5aThanks @kyranjamie! - Adds code coverage and deploys to Github Pages https://blockstack.github.io/stacks-wallet-web/
2.9.0
Minor Changes
- #1175
09c9b857Thanks @fbwoolf! - This adds firing an event when a user cancels an auth or transaction popup which triggers calling an onCancel callback function.
Patch Changes
- #1214
71524bfcThanks @kyranjamie! - Fixes #1204, where a rerender issues causes users in the onboarding flow to enter a prohibative glitch. Credit to community member @whoabuddy for reporting
2.8.0
Minor Changes
- #1193
0e3619eaThanks @aulneau! - This update refactors and improve much of the UI and functionality of the transaction signing popup. Fixes these issues: #1172 #1165 #1146 #1115 #1147.
Patch Changes
- #1194
c331563aThanks @aulneau! - This update adds initial support for fetching and dispaying names associated with a given account stx address.
- #1200
5d863cb8Thanks @aulneau! - This update removes theBlockstackProviderthat the extension would inejct into apps. This is to allow apps that are still using legacy auth (app.blockstack.org) to work without needing to update to the extension. Other apps should be on the latest versions of connect that no longer useBlockstackProvider, but instead useStacksProvider.
- #1178
3c26a6b8Thanks @aulneau! - This fixes a bug with the positioning of the popup to fallback to the default window object if the chrome extension api window is not available.
2.7.1
Patch Changes
- #1173
c6d18b45Thanks @aulneau! - This removes any git commands and instead relies on default env vars provided by github actions. If they don't exist, they aren't used.
2.7.0
Minor Changes
- #1168
7ac4c8feThanks @aulneau! - This update fixes the positioning of the popup in relation to the primary window that fired the action
Patch Changes
- #1166
5e124022Thanks @hstove! - Removes theCOMMIT_SHAglobal variable for production builds, to help with reproducible builds in any environment.
- #1171
0814c1c6Thanks @aulneau! - This update cleans up the webpack config and updates many of our dependencies, and fixes some build related CI tasks
2.6.0
Minor Changes
- #1149
8984f137Thanks @aulneau! - This update removed all use of redux in our application in favor of Recoil.
2.5.0
Minor Changes
- #1110
9cb73658Thanks @agraebe! - Adds support for sponsored transactions. When a developer includes the optionsponsored: truein a transaction request, the transaction will not be broadcasted. Instead, the developer will need to get the raw transaction and sign it as a sponsor, and then broadcast it.
Patch Changes
- #1161
e28302b1Thanks @aulneau! - Updates our dependencies on @stacks/connect and @stacks/connect-react to the latest version of each.
3599f0d0Thanks @aulneau! - Updates the dockerfile and github actions to improve out publishing workflow.
2.4.7
Patch Changes
- #1155
fc2cc397Thanks @aulneau! - Updates the github actions to break out the different jobs for each browser extension.
2.4.6
Patch Changes
- #1139
f00d1c14Thanks @fbwoolf! - This fixes onboarding elements from being pushed to the bottom of the screen and popup by removing the automatic margin-top spacing.
86039691Thanks @aulneau! - Made some fixes to the webpack config to better support building the extension from the DockerFile.
2.4.5
Patch Changes
-
#1134
a2d00798Thanks @aulneau! - This fixes two issues:There was a race condition such that sometimes when a transaction would be generated from the requestToken, the postCondition hook would run before the token was decoded, and as such always returned an empty postConditions array.
There was a bug where if the account had a pending function call transaction, the nonce store would never be correct while the tx was still pending.
2.4.4
Patch Changes
- #1129
1f5e24abThanks @markmhx! - This is a patch version bump to get aligned with a manual version bump that was submitted to extension builds.
-
#1137
2f0202a1Thanks @aulneau! - Adds the ability to submit an attachment alongside a transaction. It displays the attachment in a separate row if present. It prints it as ascii if the attachment is composed of only readable characters, otherwise it displays it as a hex string.
2.4.2
Patch Changes
- #1127
4a629e04Thanks @hstove! - Fixes the version of the Github Action used to upload the chrome extension
2.4.1
Patch Changes
- #1117
3f3f8762Thanks @CharlieC3! - Updates our Github Actions to automatically publish production versions of the extension to the Chrome and Firefox stoes.
2.4.0
Minor Changes
-
#1123
9985a3cbThanks @hstove! - This removes the dependence onredirect_uriwhen generating anappPrivateKey. Instead, the wallet will use the URL of the tab that originated this request.It also includes two chores:
- Remove the
terser-webpack-pluginpackage, which is unused and was flagged inyarn audit - Bumps the version of node.js used in Github Actions from 12.16 to 12.22
- Remove the
2.3.1
Patch Changes
- #1107
054cef76Thanks @aulneau! - This update removes all analytics calls we were using while the extension was in alpha.
- #1092
81ed8f4eThanks @hstove! - Added extra verification to a transaction signing request. If an app tries to have you sign a transaction, but you haven't logged into that app with any of the accounts currently in your wallet, the transaction will be blocked. Fixes #1076 and #1078.
- #1099
3a387b8eThanks @hstove! - Adds Argon2 password hashing. This greatly improves the security of user's encrypted secret keys, because Argon2 vastly increases the time it takes to test a password.
2.3.0
Minor Changes
-
#1084
ae5c723eThanks @aulneau! - This update fixes https://github.com/blockstack/stacks-wallet-web/issues/1067. It seems that there were some issues with the way that we were keepingStacksTransactionsin recoil store. Recoil serializes everything that is in an atom/selector, and that serialization was breaking the transaction class.Changes & Improvements
- validation has been improved on the send screen
- send screen design has been improved slightly moving towards the figma designs
- tickers are now displayed in the same way as the explorer
- error handling now displays a toast if the transaction fails for some reason
- assets now use the same kind of gradient as on the explorer
- amount placeholder updates based on asset selected
-
#1095
f2092eb8Thanks @aulneau! - This update resolves these issues:Changes
refactors the hook
use-setup-tx(before, after) into smaller, more manageable parts. From the original hook, there are a few new ones that each take care of their own responsibility:- useAccountSwitchCallback
- useDecodeRequestCallback
- useNetworkSwitchCallback
- usePostConditionsCallback (the one we care about for this PR)
Other misc fixes
- There was a bug where if a
token_transferhad post conditions defined (which it should not), it would not display them. This fixes that bug. - Very briefly refactored the base component that displays the post conditions, see component.
Patch Changes
- #1096
55635960Thanks @aulneau! - This update adds headers to all outbound requests to thestacks-node-apiserver with the product name and version.
- #1082
84553743Thanks @hstove! - Updates our dependencies so that all versions are pinned. Also adds some checks to CI to make sure dependencies are pinned, and thatyarn auditdoes not flag anything.
2.2.0
Minor Changes
-
#1065
ed019a48Thanks @aulneau! - Seed input fixes:- A user can now paste in any combination of string and numbers and hopefully get a correct phrase out.
- The input for the seed phrase is now the perfect height to not scroll when someone enters in a 12 or 24 word phrase
- Hitting return/enter will submit the form
- Pasting in a magic recovery code will get validated. Previously we were just checking to see if it was 1 word.
Password entry fixes:
- Now debounced and does not blur the input when validation occurs, fixes #942
- improved the error message to be less dynamic with a sane, static, suggestion, resolves #1031
-
#1068
618d6fd7Thanks @aulneau! - This PR updates elements that link to the explorer throughout the application, and starts the work on displaying transaction items in a more robust way (working towards our designs in figma).Improvements
- Added a copy action to the receive button
- The latest transaction item component has been updated to reflect the designs/states in figma
- items now link to explorer, fixes #1018
- fixes the drawers component such that the contents will scroll, and the header stays fixed
- created an
AccountAvatarcomponent to display a generated gradient (based on the account, will persist between sessions) - general code health improvements
- added capsize for better typography sizing
- #1068
126e2342Thanks @aulneau! - This bumps the version for our @stacks/ui-* libs to their latest versions.
Patch Changes
- #1054
099b75c4Thanks @hstove! - Added an integration test for creating an account, locking the wallet, and unlocking
2.1.0
Minor Changes
- #1053
155ea173Thanks @hstove! - Fixed a bug where clicking 'create an account' did not properly update the wallet state.
Patch Changes
- #1062
94d9c12fThanks @aulneau! - This change updates the tooling we use for versioning the exension, moving away fromstandard-versionto changesets!
-
#1064
5cd3f565Thanks @hstove! - Fixes webpack's versioning logic to only use "canonical" version on exactly the 'main' branch. Previously it only checked if the branch included "main", so this logic would execute for a branch named likeXX-main.This also updates the
@changesets/actionversion to point to a specific commit, for security reasons.
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.7 (2021-03-11)
Bug Fixes
- remove demo app stick header (3e7d19a)
2.0.6 (2021-03-11)
Bug Fixes
- location of zip file after build-ext.sh (0c003ba)
2.0.5 (2021-03-11)
Bug Fixes
- push new version and tags in version job (98b9d46)
2.0.3 (2021-03-08)
Bug Fixes
- object-src replace (5f54666)
2.0.2 (2021-03-08)
Bug Fixes
- deps (86de1c1)
2.0.1 (2021-03-08)
Bug Fixes
- checkout main when publishing npm on main (40446a0)
2.0.0 (2021-03-05)
Bug Fixes
- add ability to view secret key (d7dca7d)
- add in warning (2906270)
- authentication error (6abf504)
- bad state after resetting recoil state (1e89762)
- broken extension locked state, fixes #760 (c2bca4e)
- broken state after restoring extension (7baf146)
- bug when creating new account (7bdeec6)
- capitalize secret key, fixes #768 (0706230)
- choose account page tweaks, fixes #735 (6ae6889)
- close icon in drawers (c4f1def)
- conditional bug (5f2ad4a)
- correct network/chainID matching in tx signing, nonce error (6190d5f)
- cursor on settings popover, fixes #739 (8d58259)
- default font-size in extension (320fea6)
- font sizes on tx popup (00bf475)
- header alignment (7121f8a)
- hide actions during onboarding, fixes #738 (d1cede0)
- improve general sizing and layout, refactor some layout elements (91f580c)
- improvements from code review feedback (2a1d243)
- improvements to reduce network load (101b278)
- index.html -> popup.html (5e0b42f)
- input formatting on send page. fixes #729 (c6ad05e)
- installation integration test (8a2982b)
- integration tests (c903de7)
- lint (2197ea5)
- lint error (75e60a4)
- linting error (35ca002)
- missing test selector for integration tests (6691350)
- mock fee fetching in transaction-utils test (135c3f4)
- nasty bugs around password, redux state in ext, fixes #770 (6fc81dd)
- nonce issue (225e1f3)
- nonce issues causing pending tx's (1e916f9)
- nonce not set when zero (b7a0724)
- prevent overflow on save key in popup, fixes #926 (e6be09b)
- properly set post conditions from payload (a53216e)
- quick fix to reduce node load (63f00a1)
- remove incorrect typing for event (eda8e64)
- revert to localStorage for ext, fix CI oddities (e43b74d)
- secret key cut off, 24 words default, fixes #771 (0f27637)
- send max top (0c8418e)
- serialize post conditions in connect payload (faebbec)
- set PostCondition principal for string serialized PCs (36b1aeb)
- show latest transaction on home page immediately, fixes #766 (0ce2c74)
- sizes in different contexts, clean up account select page (b131429)
- small csp fix (1306198)
- spacing, flow of sign up (d514fd4)
- stacks blockchain api language, fixes #740 (2a3a6f9)
- tests with new auth rules (6934049)
- tons of tx-related improvements. fixes #728 and #729 (d8b9e50)
- track rehydrated from vault to reduce jitter on load (8d76df9)
- ts error unused import (c1180a3)
- update blockchain API URLs, fixes #802 (2aa204f)
- validate STX address on send page, fixes #945 (c14ab85)
- webpack 5, fast refresh :~) (63d7d38)
- wonky url causing issues in auth (fba1619)
Features
- disable username registrations (1f21428)
- improved UX around wallet onboarding (8ab3dd3)
- mainnet network (c9802a9)
- move key management to 'vault' in background script (b83cc7e)
- password validation, fixes #733, fixes #720 (d8f6832)
- persist networks ChainID, use it everywhere (66a21c6)
- qol improvements for tx signing (f86d568)
- refactor wallet logic, remove keychain (0f3ac1f)
- restore from wallet config (008b1a2)
- stacks wallet branding, icon, asset cleanup, fixes #732 (b9cb445)
- stacks wallet for web (6957c04)
- switch to signed-in account with connect tx calls (d6a896f)
- use extension-native apis for app messaging (663281a)
1.20.16 (2021-01-09)
Note: Version bump only for package @stacks/app
1.20.15 (2021-01-08)
Bug Fixes
- broken tx signing with extension (0235140)
1.20.14 (2021-01-06)
Bug Fixes
- ignore exit code from FF addon publish (ae05d36)
1.20.13 (2021-01-06)
Bug Fixes
- use job conditionals instead of workflow conditional (772b374)
1.20.12 (2021-01-06)
Bug Fixes
- ignore tags refs for version workflow (d2a18fc)
1.20.11 (2021-01-06)
Bug Fixes
- better syntax for excluding tagged commits' (4729d01)
1.20.10 (2021-01-06)
Bug Fixes
- dont run publish on master commits without tag (0b7cb3a)
1.20.9 (2021-01-06)
Note: Version bump only for package @stacks/app
1.20.8 (2020-12-29)
Bug Fixes
- build rpc pkg before deploying contracts (c56d3f7)
1.20.7 (2020-12-29)
Bug Fixes
- support ts paths in deploy-contracts script (4bc3ce3)
1.20.6 (2020-12-29)
Bug Fixes
- build packages before deploy-contracts script (66f0857)
1.20.5 (2020-12-29)
Bug Fixes
- auto-deploy testnet contracts with github actions (b1b5c97)
1.20.4 (2020-12-14)
Bug Fixes
- prod deploy apps job action (b8ccc59)
1.20.3 (2020-12-14)
Bug Fixes
- change lerna publish to skip existing versions (ac16572)
1.20.1 (2020-12-04)
Bug Fixes
- export auth from connect (d201aab)
1.20.0 (2020-11-25)
Features
- update extension build instructions (4d55afa)
1.19.4 (2020-11-18)
Bug Fixes
1.19.3 (2020-11-17)
Bug Fixes
- update actions to fix set-path err (0b4fd95)
1.19.2 (2020-11-13)
Note: Version bump only for package @stacks/app
1.19.1 (2020-11-09)
Bug Fixes
- build connect ui in build-ext.sh (c0bd586)
1.19.0 (2020-11-07)
Features
- more tests for url validation (cad6e6a)
1.18.4 (2020-11-06)
Bug Fixes
- blockstack, react dep versions (7f23d36)
1.18.3 (2020-11-05)
Bug Fixes
- valid-url package for url validation (2d0664b)
1.18.2 (2020-11-05)
Bug Fixes
- add dep to app (eade246)
1.18.1 (2020-11-05)
Bug Fixes
- add additional url validation (1b67fbd)
1.18.0 (2020-11-04)
Features
- further simplify app instructions (598827d)
1.17.1 (2020-11-03)
Bug Fixes
- proper glob for lerna packages (5367055)
1.17.0 (2020-11-02)
Bug Fixes
- better handling for mobile and blocked popups (3151863)
- stencil publishing tweaks (db45290)
- app: prefix hex with 0x in tx result (2277bc0)
- add Content Security Policy (27200a3)
- add frame CSP to extension manifest (4df09ce)
- back to only frame CSP (e613210)
- better lookup for profile location, fixes #377 (f292cc1)
- better readme for firefox install (cbecc86)
- connect version was behind published (2d7633e)
- create secret key link not working, #436 (c5870f5)
- cursor pointer on dont show this again, fixes #508 (fe4dcf4)
- default allow csp (48e4532)
- dont have selected address when canceling reuse, fixes #454 (27f8f61)
- dont show extension button on mobile, fixes #575 (1580805)
- fix all eslint and prettier tasks (217ca35)
- home page alignment, #440 (06dde15)
- inject version into manifest.json, ignore .zip in git (6c046aa)
- keychain package was behind published version (acbd4b0)
- keychain version (e1618f6)
- lighter CSP (fcaed93)
- lint (fd708ff)
- manually fix new eslint bugs (7650b7a)
- non-JSX SVG attrs throwing errors (1b3f37f)
- prettier/eslint resolutions and versions (0fe69bb)
- prevent auto-zoom of sign in field, fixes #510 (eea3219)
- reduce scope of CSP (d4d52ff)
- use non-eval source maps, script-src self (995a8f4)
- app: create StacksNetwork from payload (2229bcd)
- app: use strict comparison (0f74422)
- remove import of d.ts in keychain (5d5f2eb)
- remove repeating console log, closes #628 (5aee7e1)
- remove unused perms from manifest (52abc1f)
- removes need for
unsafe-evalCSR (3f62dc5) - rpc-client version (83cf48b)
- run new lint:fix (c84c893)
- sanitize input (7f289a6)
- show correct secret key on home screen, fixes #517 (e14afcf)
- show loading when reusing account, fixes #464 (19fbf4e)
- spacing between reused account icons, fixes #509 (f47c8f2)
- tweaks to get extension working (e068dce)
- ui version behind published (8198ca0)
- update node api url (7c71cc7)
- use async dispatch, fixes #441 (b097348)
- use const instead of let (b93c712)
- use spread operator (f432d74)
- app: routing bug when trying to create new key, fixes #381 (66f78aa)
- app: use BigNum for fungible post condition amount (633ac80)
- app: use network from payload (a21ea67)
- 16px below app icon (4097510)
- add account loading/transition, fixes #163 (fbd063c)
- Add hover action to '' list (c405989)
- add spacing below title, fixes #139 and #234 (336a235)
- adjust task names, add bootstrap task (099038f)
- Alignment of the onboarding create screen, Closes #136 (7e16aa5)
- All uses of seed phrase (c9e32a2)
- app name undefined on create screen (d8930dd)
- change button sizes to lg (9465556)
- choose account after sign in with key, fixes #156 (432ab82)
- choose account hover styles (e924b04)
- clear onboarding path on sign out #341 (f0820c9)
- document.title bug #335, caused by invalid redux hydration (882fdd6)
- document.title undefined, fixes #335 (378b903)
- dont require built ui to build connect (c354be7)
- dont show secret key when logged out, #340 (355d518)
- dont show warning if app already used, closes #188 (93e110a)
- Ensure key input trims whitespace, Closes blockstack/connect#66 (5dc347f)
- Ensure page events are tracked (e64396f)
- Error message, Closes #169 (02e7c46)
- ErrorLabels not formatted properly, Closes #159 (981dab6)
- hard-coded "Messenger" in secret key page (bfc0848)
- hide icon in ScreenHeader if missing (75d0682)
- Input/Textarea fields autocapitalizing on iOS, Closes #180 (45ec252)
- long usernames text-align: left, fixes #174 (0939f99)
- magic recovery code flow getting stuck (500fdeb)
- missing app icon on username error, #338 (7296f63)
- Prevent zoom on focus by increasing fontsize, Closes #183 (4044c1b)
- profile info not set in authResponse (9e48475)
- proper title tracking, #201 (b715c8b)
- Remove resize and spellchecking from all inputs/textareas, Closes #153 (a0eff88)
- remove undefined (a50bcb4)
- Remove username placeholder (c6d6258)
- screens with inputs will now submit on return, fixes: #147, #160 (31cbbe4)
- send to sign-in if sendToSignIn, even if path = sign-up (b397ff3)
- sign in flows dont change screen properly (3c162cd)
- spacing on collapse component (0541cba)
- textarea height and title (60df34a)
- Tracking (#111) (4babe6b)
- ts error with react-router import (8ecef0f)
- typo (5c40890)
- update type for button mode prop (3f8ad2f)
- username capitalization, fixes #419 (97cb976)
- validate that seed is not empty on sign in, fixes #170 (e0ea149)
- Visual glitches with account warning dialog (ca2224b)
Features
- add ability to view secret key (440c3e5)
- add button to get extension (f0ba354)
- add CI, proper connections between packages (5934829)
- add debug mode for transaction signing (3c66887)
- Add identity validation and availability to the auth flow (3f51783)
- add keychain logic to restore identities (e2a18d6)
- add link back to Secret Key page, Closes #168 (5ed74c7)
- Add loading spinner when selecting account, Closes #96 (386235d)
- add proper page tracking to first page (89b9f5d)
- Add validation to seed entry field (#63) (6a34531)
- add variants to username error state (19b603b)
- add vercel headers (ae3c72a)
- Add write key segment (8ff9be7)
- adds appURL to onboarding store (5085bb0)
- adds onCancel method for when popup closed (c5800ae)
- adds screen changed event (b1600b6)
- change copy of intro modal CTA, fixes #466 (6b64222)
- codebox and highlighter (b9056f8)
- dont use popups in mobile, adds method to handle redirect auth (450f58b)
- expose connect, app version (b90a618)
- implement basic homepage (10ac702)
- implementation of router (bd03411)
- improve accessibility of connect modal, links (74352c7)
- improve extension instructions (e4f9f89)
- Layout closer to designs, created (#68) (52f4fe7)
- more detailed events to username (5cc323b)
- more events, mostly around choosing an account (a1f7401)
- move changing screen into analytics hook (0be47b5), closes #130
- move doTrack into hook, #130 (6b1d390)
- move username screen to the end, closes #110 (942379b)
- Page title changes between screens, Closes #149 (e1373d8)
- prompt password managers earlier in flow, closes #224 (12a6772)
- refactor connect ui into web components with stencil (7f65900), closes #581 #604 #612 #606 #613
- remove auto username generation (b160f2b)
- remove connect screen at end of onboarding (42c8958)
- remove secret key branding, #334 (e57c8bc)
- rename all packages to @stacks (b56e750)
- send user back into unfinished onboarding flow (5ccda3c)
- show error page when username registration fails (fd457c6)
- slight speedup on final auth transition (6fb56a8)
- support relative app icons in appDetails, closes #348 (40f27dc)
- use .id.blockstack subdomain, fixes #123 (59d3087)
- use stats package for metrics (710f1fc)
- use window.location for ios redirect (9d83fc9)
- app: hide default domain placeholder during onboarding (8a12763), closes #221 #220
- onboarding: update branding, copy (7b4f6ac)
1.16.1 (2020-11-02)
Note: Version bump only for package @stacks/app
1.16.0 (2020-11-02)
Bug Fixes
- app: prefix hex with 0x in tx result (2277bc0)
- add Content Security Policy (27200a3)
- add frame CSP to extension manifest (4df09ce)
- back to only frame CSP (e613210)
- better handling for mobile and blocked popups (3151863)
- better lookup for profile location, fixes #377 (f292cc1)
- better readme for firefox install (cbecc86)
- connect version was behind published (2d7633e)
- create secret key link not working, #436 (c5870f5)
- cursor pointer on dont show this again, fixes #508 (fe4dcf4)
- default allow csp (48e4532)
- dont have selected address when canceling reuse, fixes #454 (27f8f61)
- dont show extension button on mobile, fixes #575 (1580805)
- fix all eslint and prettier tasks (217ca35)
- home page alignment, #440 (06dde15)
- inject version into manifest.json, ignore .zip in git (6c046aa)
- keychain package was behind published version (acbd4b0)
- keychain version (e1618f6)
- lighter CSP (fcaed93)
- lint (fd708ff)
- manually fix new eslint bugs (7650b7a)
- non-JSX SVG attrs throwing errors (1b3f37f)
- prettier/eslint resolutions and versions (0fe69bb)
- prevent auto-zoom of sign in field, fixes #510 (eea3219)
- reduce scope of CSP (d4d52ff)
- remove import of d.ts in keychain (5d5f2eb)
- use non-eval source maps, script-src self (995a8f4)
- app: create StacksNetwork from payload (2229bcd)
- app: use network from payload (a21ea67)
- app: use strict comparison (0f74422)
- remove repeating console log, closes #628 (5aee7e1)
- remove unused perms from manifest (52abc1f)
- removes need for
unsafe-evalCSR (3f62dc5) - rpc-client version (83cf48b)
- run new lint:fix (c84c893)
- sanitize input (7f289a6)
- show correct secret key on home screen, fixes #517 (e14afcf)
- show loading when reusing account, fixes #464 (19fbf4e)
- spacing between reused account icons, fixes #509 (f47c8f2)
- tweaks to get extension working (e068dce)
- ui version behind published (8198ca0)
- update node api url (7c71cc7)
- use const instead of let (b93c712)
- use spread operator (f432d74)
- app: use BigNum for fungible post condition amount (633ac80)
- use async dispatch, fixes #441 (b097348)
- username capitalization, fixes #419 (97cb976)
- app: routing bug when trying to create new key, fixes #381 (66f78aa)
- 16px below app icon (4097510)
- add account loading/transition, fixes #163 (fbd063c)
- Add hover action to '' list (c405989)
- add spacing below title, fixes #139 and #234 (336a235)
- adjust task names, add bootstrap task (099038f)
- Alignment of the onboarding create screen, Closes #136 (7e16aa5)
- All uses of seed phrase (c9e32a2)
- app name undefined on create screen (d8930dd)
- change button sizes to lg (9465556)
- choose account after sign in with key, fixes #156 (432ab82)
- choose account hover styles (e924b04)
- clear onboarding path on sign out #341 (f0820c9)
- document.title bug #335, caused by invalid redux hydration (882fdd6)
- document.title undefined, fixes #335 (378b903)
- dont require built ui to build connect (c354be7)
- dont show secret key when logged out, #340 (355d518)
- dont show warning if app already used, closes #188 (93e110a)
- Ensure key input trims whitespace, Closes blockstack/connect#66 (5dc347f)
- Ensure page events are tracked (e64396f)
- Error message, Closes #169 (02e7c46)
- ErrorLabels not formatted properly, Closes #159 (981dab6)
- hard-coded "Messenger" in secret key page (bfc0848)
- hide icon in ScreenHeader if missing (75d0682)
- Input/Textarea fields autocapitalizing on iOS, Closes #180 (45ec252)
- long usernames text-align: left, fixes #174 (0939f99)
- magic recovery code flow getting stuck (500fdeb)
- missing app icon on username error, #338 (7296f63)
- Prevent zoom on focus by increasing fontsize, Closes #183 (4044c1b)
- profile info not set in authResponse (9e48475)
- proper title tracking, #201 (b715c8b)
- Remove resize and spellchecking from all inputs/textareas, Closes #153 (a0eff88)
- remove undefined (a50bcb4)
- Remove username placeholder (c6d6258)
- screens with inputs will now submit on return, fixes: #147, #160 (31cbbe4)
- send to sign-in if sendToSignIn, even if path = sign-up (b397ff3)
- sign in flows dont change screen properly (3c162cd)
- spacing on collapse component (0541cba)
- textarea height and title (60df34a)
- Tracking (#111) (4babe6b)
- ts error with react-router import (8ecef0f)
- typo (5c40890)
- update type for button mode prop (3f8ad2f)
- validate that seed is not empty on sign in, fixes #170 (e0ea149)
- Visual glitches with account warning dialog (ca2224b)
Features
- add ability to view secret key (440c3e5)
- add button to get extension (f0ba354)
- add CI, proper connections between packages (5934829)
- add debug mode for transaction signing (3c66887)
- Add identity validation and availability to the auth flow (3f51783)
- add keychain logic to restore identities (e2a18d6)
- add link back to Secret Key page, Closes #168 (5ed74c7)
- Add loading spinner when selecting account, Closes #96 (386235d)
- add proper page tracking to first page (89b9f5d)
- Add validation to seed entry field (#63) (6a34531)
- add variants to username error state (19b603b)
- add vercel headers (ae3c72a)
- Add write key segment (8ff9be7)
- adds appURL to onboarding store (5085bb0)
- adds onCancel method for when popup closed (c5800ae)
- adds screen changed event (b1600b6)
- change copy of intro modal CTA, fixes #466 (6b64222)
- codebox and highlighter (b9056f8)
- dont use popups in mobile, adds method to handle redirect auth (450f58b)
- expose connect, app version (b90a618)
- implement basic homepage (10ac702)
- implementation of router (bd03411)
- improve accessibility of connect modal, links (74352c7)
- improve extension instructions (e4f9f89)
- Layout closer to designs, created (#68) (52f4fe7)
- more detailed events to username (5cc323b)
- more events, mostly around choosing an account (a1f7401)
- move changing screen into analytics hook (0be47b5), closes #130
- move doTrack into hook, #130 (6b1d390)
- move username screen to the end, closes #110 (942379b)
- Page title changes between screens, Closes #149 (e1373d8)
- prompt password managers earlier in flow, closes #224 (12a6772)
- refactor connect ui into web components with stencil (7f65900), closes #581 #604 #612 #606 #613
- remove auto username generation (b160f2b)
- remove connect screen at end of onboarding (42c8958)
- remove secret key branding, #334 (e57c8bc)
- rename all packages to @stacks (b56e750)
- send user back into unfinished onboarding flow (5ccda3c)
- show error page when username registration fails (fd457c6)
- slight speedup on final auth transition (6fb56a8)
- support relative app icons in appDetails, closes #348 (40f27dc)
- use .id.blockstack subdomain, fixes #123 (59d3087)
- use stats package for metrics (710f1fc)
- use window.location for ios redirect (9d83fc9)
- app: hide default domain placeholder during onboarding (8a12763), closes #221 #220
- onboarding: update branding, copy (7b4f6ac)
1.15.7 (2020-10-05)
Bug Fixes
- connect: use authOrigin from authOptions (e6602a8)
1.15.6 (2020-10-05)
Bug Fixes
1.15.5 (2020-09-29)
Bug Fixes
- update node api url (7c71cc7)
1.15.4 (2020-09-25)
Bug Fixes
- add yarn.lock (24d88d5)
1.15.3 (2020-09-16)
Bug Fixes
- keychain lib still broken (1a7fd0c)
1.15.2 (2020-09-10)
Bug Fixes
- keychain: use correct filepath when writing profiles (fa8098a)
1.15.1 (2020-08-21)
Note: Version bump only for package @blockstack/app
1.15.0 (2020-08-21)
Bug Fixes
- keychain version (e1618f6)
- rpc-client version (83cf48b)
- app: use BigNum for fungible post condition amount (633ac80)
Features
- change copy of intro modal CTA, fixes #466 (6b64222)
- dont use popups in mobile, adds method to handle redirect auth (450f58b)
1.14.0 (2020-08-11)
Bug Fixes
- dont have selected address when canceling reuse, fixes #454 (27f8f61)
- prevent auto-zoom of sign in field, fixes #510 (eea3219)
- show correct secret key on home screen, fixes #517 (e14afcf)
- show loading when reusing account, fixes #464 (19fbf4e)
Features
- add button to get extension (f0ba354)
1.13.5 (2020-07-30)
Bug Fixes
1.13.4 (2020-07-28)
Note: Version bump only for package @blockstack/app
1.13.3 (2020-07-28)
Bug Fixes
1.13.2 (2020-07-27)
Bug Fixes
- connect: pass all data to token (3f46f60)
1.13.1 (2020-07-24)
Bug Fixes
1.13.0 (2020-07-24)
Features
- better bundle size with esmodules (2c7046f)
1.12.1 (2020-07-24)
Bug Fixes
1.12.0 (2020-07-23)
Features
- expose connect, app version (b90a618)
1.11.6 (2020-07-22)
Bug Fixes
- docs not building (d6acb21)
1.11.5 (2020-07-22)
Bug Fixes
- workflow syntax for test-app deployment (976fe54)
1.11.4 (2020-07-22)
Note: Version bump only for package @blockstack/app
1.11.3 (2020-07-14)
Bug Fixes
- textStyles not being typed (2428f69)
1.11.2 (2020-07-09)
Note: Version bump only for package @blockstack/app
1.11.1 (2020-07-09)
Note: Version bump only for package @blockstack/app
1.11.0 (2020-07-07)
Features
- add codesandbox ci (9e903d7)
1.10.5 (2020-06-30)
Note: Version bump only for package @blockstack/app
1.10.4 (2020-06-30)
Note: Version bump only for package @blockstack/app
1.10.3 (2020-06-30)
Note: Version bump only for package @blockstack/app
1.10.2 (2020-06-29)
Note: Version bump only for package @blockstack/app
1.10.1 (2020-06-24)
Bug Fixes
- ui version behind published (8198ca0)
1.10.0 (2020-06-24)
Bug Fixes
- better readme for firefox install (cbecc86)
- connect version was behind published (2d7633e)
- create secret key link not working, #436 (c5870f5)
- home page alignment, #440 (06dde15)
- keychain package was behind published version (acbd4b0)
- remove unused perms from manifest (52abc1f)
- tweaks to get extension working (e068dce)
- use async dispatch, fixes #441 (b097348)
Features
- add variants to username error state (19b603b)
1.9.3 (2020-06-10)
Note: Version bump only for package @blockstack/app
1.9.2 (2020-06-07)
Bug Fixes
- better handling for mobile and blocked popups (3151863)
1.9.1 (2020-05-21)
Note: Version bump only for package @blockstack/app
1.9.0 (2020-05-15)
Bug Fixes
Features
- use window.location for ios redirect (9d83fc9)
1.8.0 (2020-05-06)
Features
- codebox and highlighter (b9056f8)
1.7.0 (2020-04-30)
Bug Fixes
- clear onboarding path on sign out #341 (f0820c9)
- document.title bug #335, caused by invalid redux hydration (882fdd6)
- document.title undefined, fixes #335 (378b903)
- dont show secret key when logged out, #340 (355d518)
- missing app icon on username error, #338 (7296f63)
- ts error with react-router import (8ecef0f)
Features
1.6.1 (2020-04-17)
Bug Fixes
- profile info not set in authResponse (9e48475)
1.6.0 (2020-03-12)
Features
- send user back into unfinished onboarding flow (5ccda3c)
1.5.1 (2020-03-12)
Bug Fixes
- hide icon in ScreenHeader if missing (75d0682)
1.5.0 (2020-03-12)
Features
- improve accessibility of connect modal, links (74352c7)
1.4.1 (2020-03-12)
Bug Fixes
- send to sign-in if sendToSignIn, even if path = sign-up (b397ff3)
1.4.0 (2020-03-10)
Features
- add ability to view secret key (440c3e5)
1.3.0 (2020-03-10)
Features
- use stats package for metrics (710f1fc)
1.2.0 (2020-03-10)
Bug Fixes
- dont require built ui to build connect (c354be7)
Features
- implementation of router (bd03411)
1.1.2 (2020-03-10)
Note: Version bump only for package @blockstack/app
1.1.1 (2020-03-10)
Note: Version bump only for package @blockstack/app
1.1.0 (2020-03-10)
Bug Fixes
- 16px below app icon (4097510)
- add account loading/transition, fixes #163 (fbd063c)
- Add hover action to '' list (c405989)
- add spacing below title, fixes #139 and #234 (336a235)
- adjust task names, add bootstrap task (099038f)
- Alignment of the onboarding create screen, Closes #136 (7e16aa5)
- All uses of seed phrase (c9e32a2)
- app name undefined on create screen (d8930dd)
- change button sizes to lg (9465556)
- choose account after sign in with key, fixes #156 (432ab82)
- choose account hover styles (e924b04)
- dont show warning if app already used, closes #188 (93e110a)
- Ensure key input trims whitespace, Closes blockstack/connect#66 (5dc347f)
- Ensure page events are tracked (e64396f)
- Error message, Closes #169 (02e7c46)
- ErrorLabels not formatted properly, Closes #159 (981dab6)
- hard-coded "Messenger" in secret key page (bfc0848)
- Input/Textarea fields autocapitalizing on iOS, Closes #180 (45ec252)
- long usernames text-align: left, fixes #174 (0939f99)
- magic recovery code flow getting stuck (500fdeb)
- Prevent zoom on focus by increasing fontsize, Closes #183 (4044c1b)
- proper title tracking, #201 (b715c8b)
- Remove resize and spellchecking from all inputs/textareas, Closes #153 (a0eff88)
- remove undefined (a50bcb4)
- Remove username placeholder (c6d6258)
- screens with inputs will now submit on return, fixes: #147, #160 (31cbbe4)
- sign in flows dont change screen properly (3c162cd)
- spacing on collapse component (0541cba)
- textarea height and title (60df34a)
- Tracking (#111) (4babe6b)
- typo (5c40890)
- update type for button mode prop (3f8ad2f)
- validate that seed is not empty on sign in, fixes #170 (e0ea149)
- Visual glitches with account warning dialog (ca2224b)
Features
- add CI, proper connections between packages (5934829)
- Add identity validation and availability to the auth flow (3f51783)
- add keychain logic to restore identities (e2a18d6)
- add link back to Secret Key page, Closes #168 (5ed74c7)
- Add loading spinner when selecting account, Closes #96 (386235d)
- add proper page tracking to first page (89b9f5d)
- Add validation to seed entry field (#63) (6a34531)
- Add write key segment (8ff9be7)
- adds appURL to onboarding store (5085bb0)
- adds screen changed event (b1600b6)
- implement basic homepage (10ac702)
- Layout closer to designs, created (#68) (52f4fe7)
- more detailed events to username (5cc323b)
- more events, mostly around choosing an account (a1f7401)
- move changing screen into analytics hook (0be47b5), closes #130
- move doTrack into hook, #130 (6b1d390)
- prompt password managers earlier in flow, closes #224 (12a6772)
- app: hide default domain placeholder during onboarding (8a12763), closes #221 #220
- move username screen to the end, closes #110 (942379b)
- Page title changes between screens, Closes #149 (e1373d8)
- remove auto username generation (b160f2b)
- remove connect screen at end of onboarding (42c8958)
- show error page when username registration fails (fd457c6)
- slight speedup on final auth transition (6fb56a8)
- use .id.blockstack subdomain, fixes #123 (59d3087)
- onboarding: update branding, copy (7b4f6ac)

