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.6.0
Bug Fixes
- exporthistory:
- landing:
- receive: Firefox only, Arrow/Currency Overlap
(56cfe8e7) - test: remove unused landing test
(76a78856) - tx: Searching for receive address now works
(6183aca8) - txnotes: tx-notes no longer able to have one, long, non-breaking word
(1fa66ec5)
Features
- 2fa:
- exporthistory: add notes and value at time to export history (#542)
(f6cf06de) - home: added About on wallet home page
(703c57aa) - importedaddresses: spend directly from imported address in settings
(1fd2b8dd) - landing: Updated Landing Page
(d9e623b0) - tx: now able to search by tx hash
(9dfe857e) - upgrade:
Refactor
- changelog: upgrade git-changelog and use Makefile
(2d3c0c37) - landing: remove scroll in view and scroll animation
(19932ce1) - tx: search function structure changed
(acc5df71)
Style
- landing:
Pull requests merged
- Merge pull request #553 from blockchain/export-history
(ba26e047) - Merge pull request #552 from blockchain/landing-test
(be0b3e52) - Merge pull request #550 from blockchain/landing-update-v2
(25ecf367) - Merge pull request #545 from blockchain/v2-v3
(f31af3fc) - Merge pull request #541 from c18js/transaction-hash-search
(3acd6bf1) - Merge pull request #539 from blockchain/copy_updates
(5c7de1cb) - Merge pull request #538 from blockchain/spend_imported
(21b6aadc) - Merge pull request #535 from blockchain/about_us
(b8834d96) - Merge pull request #548 from c18js/tx-search-address-fix
(f6b4e77e) - Merge pull request #534 from c18js/tx-feed-wrap
(1a7ef106) - Merge pull request #533 from c18js/receive-screen-overlap
(6f6da7e6) - Merge pull request #526 from blockchain/changelog
(81c5aaf2)
v1.5.1
Bug Fixes
- Amount: do not capitalize units that are not meant to be
(ff461d0c) - DidYouKnow: correct did you know title copy
(9246f30c) - IPRestrict: change copy to reflect correct verified email behavior
(207710af) - Landing: My Wallet instead of just Wallet
(81328bbe) - Security: show confirm recovery phrase button in security center (#520)
(8b6bd615) - Send: prevent send-to-self error false positives
(d82a0134) - WhatsNew: don't fetch or display before v2 wallet upgrade
(c0fbfdf5)
Features
- DidYouKnow: remove survey dyk, use original dyks on home page
(c28f0fc7)
Test
- WalletCtrl: test that welcome modal opens when firsTime goal is set (#519)
v1.5.0
Bug Fixes
- DestinationInput: update destinations list when ignored destination changes
(d3c1db28) - Dist: allow non-default port
(c4fc34eb) - FirstTime: show welcome modal after wallet creation
(b4a4848a) - Landing:
- Request: change request helpers to tooltips
(d76c5ee4) - Security: prompt for main wallet password before displaying mnemonic
(f1e1bde1) - Send: show imported address and address book labels in to dropdown
(33196f96) - ToDropdown: more consistent autofocusing
(828d22c1) - Top: align send receive buttons
(a26881fc) - TxList: amount total widths same size
(ac5d6367) - TxNote:
Features
- AddressBook: show address book in send to dropdown
(1477dac1) - Landing: update landing page content
(5ee21e89) - LargeTx: warn user when sending large tx with high fee
(9d4d3c42) - Metadata: use metadata service for What's New
(467cccc8) - Notifications: add sms notifications option in preferences
(3b02add0) - ToDropdown: use ui-select for to dropdown in send
(d74ed70f) - Upgrade: make upgrade more friendly
(ce71ae7a)
Refactor
- Landing: cleanup
- TxNote: use on-enter directive
Test
- Security: more tests for confirm recovery phrase
- UiSelectOpen: add test spec for ui-select-open directive
Chore
- Alias: unhide disable alias feature (#510)
- Copy: change notifications explanation copy text
- Release: bump blockchain-wallet bower version
v1.4.14-p4
v1.4.14-p3
Bug Fixes
- ActivityFeed: fix activity feed at mobile widths
(9df95e4a) - AutoLogout: prevent multiple logout timers from running at once
(bb1af191) - Buttons: change send/receive buttons back to original size
(909755ce) - Helper: center text
(27978130) - Send: confirmation screen ie flexbox issues
(dda0e6cc) - Versions: fix alignments of versions at mobile widths
(10542375)
Features
- SEO: change title tag to Bitcoin Wallet from Blockchain
(60d3fa49) - V3: remove legacy login link
(e6f89189)
Chore
- Alias: hide remove alias option (#501)
v1.4.14-p2
v1.4.14-p1
Fix: show version number in login screen.
v1.4.14
Bug Fixes
- Auth: prevent second authorized modal from showing on login
(28bde379) - CSS: ui-bootstrap-csp.css was missing, fixes e.g. calendar popover
(8d9ae70f) - ChangeIPWhitelist: do not allow ips of all wildcards
(2a4e6924) - ChangeLogout: set min logout time to 1 minute
(e99aeb71) - ExportHistory:
- HDAddresses:
- LogoutTime: use timestamps rather than timers for accuracy
(a485a257) - Reminder: error messages for email field, proper spinner
(b5f3b863) - Send:
- Support: update FAQ href
(e5f4b297)
Features
Refactor
- AccountForm: clean account form code, prevents creating multiple accounts with same name
- ChangeIPWhitelist: improve validation and clean up code
- LabelOrigin: convert to a component, apply highlight class externally
Test
- LabelOrigin: add tests for label-origin component