This repository has been archived by the owner on Oct 8, 2019. It is now read-only.
Releases: blockchain/My-Wallet-V3-Frontend
Releases · blockchain/My-Wallet-V3-Frontend
v1.8.0
Bug Fixes
- accounts: use gradual rendering for imported addresses
(2e027810) - caps: fix capitalization typo
(01d7e1cf) - quote:
- receive:
- transferall: show secondary currency for total and fees in parens
(c250c7e5) - wallet: change Add Wallet to Add
(e57a02d5)
Features
- accounts:
- dev: use iSignThis staging by default
(8413735d) - email: warn against using mail providers reported as troublesome
(dc77997a) - home: break out imported addresses in home screen balance and remove if accounts and imported addresses sum is 1
(9564e222) - logout:
- pairingcode: prompt for main pw before showing pairing code
(1bdb38c4) - prod: disable angular debug exposed scopes for performance
(05cf1dc6) - quote:
- tx: display warning for rbf/double spend txs
(3199fd16)
Refactor
- imported address: remove unused hasLegacyAddress
(08313361) - quickstart: Remove defaultAmts
(438f38ec)
Chore
- package: remove private flag in package.json
(5f1db2db) - tests:
Pull requests merged
- Merge pull request #729 from blockchain/prod-perf
(1b269aaf) - Merge pull request #722 from blockchain/accounts-revamp
(a1483d3e) - Merge pull request #446 from blockchain/rbf-doublespend-warn
(f21727dc) - Merge pull request #724 from blockchain/isignthis-stage
(10455df4) - Merge pull request #721 from blockchain/backup-reminder
(2d98710d) - Merge pull request #719 from blockchain/receive-help-text
(b35a097a) - Merge pull request #695 from blockchain/btc-fiat-quote
(09eb21d7) - Merge pull request #720 from blockchain/transfer-amounts
(e1a7b42c) - Merge pull request #718 from blockchain/pairing-code-pw-reprompt
(070ac9dd) - Merge pull request #717 from blockchain/mail-provider-warn
(7ae15cb6) - Merge pull request #728 from blockchain/1.7.35-fixes
(57732205) - Merge pull request #726 from blockchain/html-test-coverage
(6d04bf00)
v1.7.36
v1.7.35
Bug Fixes
- adverts: ensure ads can vary in width and include text
(89e33189) - copy: missing localizations on landing page
(8f08583c) - faq: correct first faq copy
(6c799bdc) - landing: translation
(8727341e)
Style
Pull requests merged
- Merge pull request #723 from blockchain/revert-698-nav-additions
(0fdc756a) - Merge pull request #715 from blockchain/landing-strings
(f011ba0a) - Merge pull request #711 from blockchain/title-change
(21279eb7) - Merge pull request #716 from blockchain/ad-img-size
(e614011d) - Merge pull request #712 from blockchain/little-r
(ee0edf07) - Merge pull request #714 from blockchain/faq-text
(2b393bc8)
v1.7.34
v1.7.33
Bug Fixes
- accounts:
- copy: wallet identifier recovery does not require verified email
(cdf07a18) - format: make balance and archived fields reactive to changes
(b9f9ce9b) - imported address: show address in Receive To:
(dfd399cd) - logout:
- securitycenter: add spaces between words for verify email
(6391759a) - transactions: pass correct info to export history for autofilling
(2976aeb8)
Features
- accounts:
- claim: remove redeem from email / sms code feature
(4e7d2997) - exporthistory: add export dates to export history filename
(b0e170f3) - faq:
- logout:
- apply ux updates, logout moved to separate view
(4f03d215) - add private session option to login screen
(62bea454) - logout of wallet on receiving wallet_logout event
(27455270) - prompt user to complete survey on logout
(6abfe227) - remove logout confirm unless saving
(11e3419f) - sweet animation for deauthorizing, small ui updates
(3470a1e2) - add option to deauthorize after logout
(7d4b5d69)
- apply ux updates, logout moved to separate view
- preflight: add needed data- tags for preflight dev tool
(e00f29db) - publicheader: show bci search bar and language dropdown in public nav bar
(b6844210) - top: remove My Wallet, make BYOB larger
(1221d307)
Refactor
- accounts: remove accounts from wallet navigation
(8a1b42b0) - css: reuse some css for dropdowns
(c752a1dd) - faq: clean up variable and service naming
(4fbb7aaf) - login: angular form validation, controller cleanup
(5b6f0705) - public: get uid directly, rather than through rootScope promise
(4a9345ad) - top: no need for state params accountindex
(37c6e0f9)
Style
- faq:
- logout: make survey modal a confirm alert
(4f2fa56f)
Test
Chore
- readme: update suggested version for local deployment
(1e2b6663) - routes: remove unused accountIndex param from transactions route
(88c35f8a)
Branchs merged
- Merge branch 'v1.7.31-fixes'
(1774c801)
Pull requests merged
- Merge pull request #709 from blockchain/preflight
(1802aa2e) - Merge pull request #708 from blockchain/logout-flow
(350aeba3) - Merge pull request #707 from blockchain/rem-my-wallet
(6512fe35) - Merge pull request #706 from blockchain/export-filename
(6c478640) - Merge pull request #705 from blockchain/spacing
(f4acce32) - Merge pull request #703 from blockchain/remove-email-sms-redeem
(7e2fab66) - Merge pull request #700 from blockchain/accounts-revamp
(af221912) - Merge pull request #698 from blockchain/nav-additions
(93b743e7) - Merge pull request #699 from blockchain/new-faq
(d1e2bb97)