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.3.4
Bug Fixes
- 2FA:
- ActivityFeed: matching line height on homepage
(f853f18a) - Addresses: fix 'click to open receive modal' functionality
(1dd9d206) - CurrencyService: spontaneously broken test
(0f5c9084) - DevServer: use correct express api to stop deprecation warning
(d268a1f0) - Home: deal with 0 transactions, missing $safeApply
(7f2b570e) - Index: add helpers.service to index.js
(53993c04) - Nav: inconsistent nav item height fix
(e19ab700) - RecoverFunds:
- Reset2FA: text overflow ie11
(525d25fd) - Security: fix flickering of remove/set second password buttons
(cb782abd) - SendModal: send modal overflow issues
(2464c55a) - SignUp: fix the position of the accept terms of service checkbox
(9aec8d77) - Signin: size of recover 2FA modal
(1cc56079) - Transactions:
- WarningMsg: simplify warning message
(96d9c064) - Whitelist: upgrade angular-ui-router from 0.2.15 to 0.2.17
(54a740c5) - welcome: set out of app state dynamically
(34e17fea)
Features
- ContactSupport: move contact support out the header and into view more modal
(e2e2098f) - Header: login page header
(586dbede) - Nav: reconstruct explorer drop down with new links
(6435b747) - ReceiveModal: add helper text to explain generated addresses
(f4684dca) - TOR: tell user to refresh after send
(a4d88694) - Transactions: show when sent to/from watch-only address
(d9feafb8) - WalletWelcome:
- use ng-src instead of src
(74dfe32b) - ios mobile and app flow fixed
(9cf86a33) - change footer image and mobile changes
(347b4ddb) - change images to match blockchain blue
(68bee1ab) - change new design welcome image
(e53ec12d) - mobile
(59464c6d) - add android and blocket
(2bcf0c52) - add footer
(260ab6ce) - add ios feature and squares
(6cd36faa) - add ios and transactions
(f151468a) - set up first transition
(50f480af) - figure out scrolling
(8b377913) - working on scroll in view directive
(0ff94997) - set up marketing page route
(17b725e0)
- use ng-src instead of src
- ui-select: upgrade and no longer use fork, update whitelist
(4e2a8cb9)
Refactor
- PublicHeader: create a module for the public header and add translations
- Transactions:
- display correct transaction inputs and outputs
- finish implementing wallet txList
- update transaction view to use new tx format
- use new wallet txList in transaction feed
- formatService: format origins and destinations
Test
- Transactions: fix tests for new process tx
Chore
- Release: release notes now go into Github tags
v1.3.3
Bug Fixes
- 2FA: don't allow phone number change while SMS 2FA is enabled
(9bf36310) - DidYouKnow: use states instead of paths, cleaned up and added tests
(7d498725) - SecurityCenter: email and password hint interaction with bcasync
(f8ac727c) - Upgrade: don't allow ESC key to close modal
(6b4f9caf) - activityFeed: update recent transactions when display currency is toggled
(cd9ef576) - alerts: use directive to display alerts, fix closing behavior
(7cf31d37) - bcAsyncInput: interaction fix for hiding and showing input fields
(640dbb1a) - changePassword:
- home: show imported addresses in balance table even with 0 balance
(d6f0eb12) - note: trigger update after setting a tx note
(dd1359e1) - preferences: add minutes unit to logout time display
(b08ebe1b) - security:
- send:
- translations: fix display of translations followed by :
(db89bb9d)
Features
- Deploy: hardcode version and show in console
(e9ac4c38) - Upgrade: redirect to classic login if refused
(5b267792) - dev:
Test
- SecurityCenter: add tests
- changePassword: test for setting password to email / current password