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

v1.3.4

Compare
Choose a tag to compare
@Sjors Sjors released this 05 Feb 09:42
· 4911 commits to master since this release
v1.3.4

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