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.4.8
v1.4.7: Merge pull request #455 from blockchain/browser-math
Display sticky browser error message in form
v1.4.7rc4
v1.4.7rc2
Bug Fixes
- TxDetails:
- fix tx fee explaination/pending helper buttons and update copy
(35f94246) - only get value at time when necessary
(c1c888d3) - check for account existence before filtering
(15d01a95) - find match in labeled addresses and hdaddresses for tx note
(98eed491) - mobile and tablet ui fixes
(44d800a9) - fix address label display
(31d60735)
- fix tx fee explaination/pending helper buttons and update copy
- TxList: fix account filtering
(c80bfc83) - WhatsNew: prevent whats new icon from triggering route change
(526d5742)
Features
- TransactionDetails: move tx details into tx list
(e4b2fe66) - TxDetails:
- show amount when toggled and more than one recipient
(a1c053ef) - ellipsis on addresses (users can access through bc.info)
(00469c61) - show recipient preview if not toggled
(80b6f47c) - merge confirmed/pending status into verify link
(25b83c3f) - highlight tx note on search and remove toggle watch
(b9051edd) - change confirmation wording
(060fa9a4) - add 'confirmations' to pending
(ddbba9fd) - show tx status on mobile
(7d14eb56) - mobile ui tx details improvements
(8884d95c) - add confirmation scale
(3c3b725b) - show address label in description if it exists and remove unused ctrl and tests
(49192d2c) - font size adjustments and less loud Verify on Blockchain.info
(02a4dd93) - clicking tx in certain places toggles expansion
(6d67dabd) - ability to search for tx note
(bb4d30d3) - mobile ui support
(2ad203b3)
- show amount when toggled and more than one recipient
- WhatsNew:
Refactor
- WalletService: use reorganized login() parameters
Test
- WhatsNew: add tests for whats new feat
Chore
- Dep: bump blockchain-wallet version
v1.4.7rc1
v1.4.6
v1.4.5
v1.4.4
Bug Fixes
- Accounts: 'All' active state and amount
(941cd70f) - Accounts&Addresses: mobile ui for accounts and addresses
(a817a3e1) - AddressImport: better ux flow after cancelling transfer post address import
(1d1e9b17) - AutoLogout: trailing space in logout warn
(ab588748) - DynamicFeeHelper: Lower To [AMT] mBTC or BTC instead of MBTC
(5627a614) - ImportedAddresses:
- MobileUI:
- message beacon contextual message visibility
(13080057) - scrolling left side nav when height is short
(703b2ae1) - ie edge tablet feedback form
(cda91de7) - left nav height
(d28d5b31) - fix input field overlap in firefox tablet
(66530226) - tablet landing page issues
(dc228392) - more intuitive layout of security center on mobile
(9db44065) - remove top 20px for mobile modals
(b1195741) - remove scroll bars on mobile
(cf5f9139) - remove webkit-appearance none
(4aa76871) - max height on advanced send to avoid overflow issues
(777d0241) - imported addresses manage address mobile issues
(8d00ee6c) - sign msg modal mobile opacity
(bfa9b9d2) - better send receive dialogue
(5abd2ca4) - intuitive webkit scrolling
(e2a54775) - swap header toggles on mobile
(c8853638) - mobile homepage fixes
(112f3785) - small ui fixes in mobile modals
(fd419010) - wallet welcome page mobile ui issue fixes
(13220e6a)
- message beacon contextual message visibility
- ProgressBar: make sure that blue-background is specific to modal-progress
(4c855d13) - QR: qr codes generated by images instead of canvas (browser privacy)
(546ec124) - QRScan: better wording for qr helper text
(8823e80f) - Receive: fix alignment of receive to: text mobile
(dc3c1d05) - Security: fix api access copy
(a4978f36) - SendReceive: extend scrollable address css hack to send and receive
(e130f33f) - Transfer: append transfer tooltip to body
(9cd446ed) - Upgrade: fix font size alignment in upgrade modal
(4c196521) - WalletWelcome: include login to legacy link on mobile
(0d360fe2) - bcAsyncInput: better editing in hd address and import address directives
(c2a788c2)
Features
- Feedback: add information regarding feedback form and its purpose
(bde41cd1) - PrivacyPolicy: open privacy policy in external window
(b8ba70ca) - UseAll: use all in send
(e42cbf99)
Refactor
- SendFrom: increase from dropdown performance
Style
- UseAll: make use-all link text blue
Test
- UseAll: add tests for useAll function
v1.4.3
v1.4.2
Bug Fixes
- Alerts: keep array of alerts to check if next alert is the same
(00eb13b0) - PrivateKeyImport: change confirmation for private key import
(415170bc) - Send:
- Upgrade: center footnote
(db0cf932) - Verify:
- WatchOnly: change copy and layout for importing a watch only address
(4bd583a7)
Features
- Dep: use latest My-Wallet-V3
(c11d45fe) - Send: watch-only (#379)
(6be8bd31) - SignVerify: unhide sign / verify message feature
(fc46587f)
Refactor
- PasswordEntropy: move pw entropy dependency into repo
- Upgrade: function renamed in My-Wallet-V3 (#425)