Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Releases: blockchain/My-Wallet-V3-Frontend

v1.3.4

05 Feb 09:42
v1.3.4
Compare
Choose a tag to compare

Bug Fixes

  • 2FA:
    • hanging ladda fix
      (49eda771)
    • skip to 2fa verify if mobile number saved
      (9856597f)
  • 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:
    • add error state to mnemonic input if length is 12 and field is invalid
      (d3d0ca36)
    • recoveryForm displays appropriate error messages
      (c4e43627)
  • 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:
    • close transaction details when navigating away from transaction page
      (cc935ee7)
    • formatted.outputs is sometimes empty
      (fc0a32ba)
    • require new minor version of My-Wallet-V3
      (76c44999)
    • wait for wallet to be defined in activity service before getting txs
      (07cae08f)
  • 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:
  • 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

01 Feb 13:28
Compare
Choose a tag to compare

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:
    • do not allow changing to current password
      (31a2a880)
    • do not allow user to set email as wallet password
      (52e6ca0f)
  • 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:
    • escape html where ng-bind-html is used
      (bca8e00c)
    • show error when enable ip restrict fails
      (9b05579f)
  • send:
    • pass payment through error
      (96e9955d)
    • rebuild tx after send failure so that retrying is possible
      (9bad693f)
  • 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:
    • replace savePassword with autoReload
      (3cd6513a)
    • automatically login and go to last url when flag is set
      (794284ec)

Test

  • SecurityCenter: add tests
  • changePassword: test for setting password to email / current password