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.4.11

29 Jun 15:41
Compare
Choose a tag to compare
v1.4.11 Pre-release
Pre-release

Bug Fixes

  • Animations: add angular animate to dependencies
    (a464d5da)
  • DYK: update send feedback link
    (d9000a1b)
  • Forms: use ng-submit and angular form validation
    (cbbcd2cd)
  • Landing: enable scrolling
    (9844875b)
  • VerifyEmail: update email verification status automatically in app
    (8b6d87ab)

Features

  • DYK: only show survey to increase probability for feedback
    (ed71a8d4)
  • Performance: landing page loads much faster (#447)
    (864a9fae)
  • Receive: clarify using an HD address message from Your Bitcoin Address modal
    (a1945ac4)
  • iOS:
    • use custom URL scheme only on iOS devices
      (7eb0df82)
    • open iOS app on email verification and authorization
      (de13627b)

Refactor

  • AccountInfo: parse (some of) get-info result in My-Wallet-V3
  • Forms: remove excess javascript in forms

Chore

  • Version: increase my-wallet-v3 version

v1.4.10-p2

27 Jun 10:09
v1.4.10-p2
Compare
Choose a tag to compare

Released v1.4.10-p1 again for CI reasons.

v1.4.10-p1

27 Jun 09:09
v1.4.10-p1
Compare
Choose a tag to compare
v1.4.10-p1 Pre-release
Pre-release

Bug Fixes

  • DYK: update send feedback link
    (a055b7bc)

v1.4.10-hot-fix

29 Jun 15:45
Compare
Choose a tag to compare
v1.4.10-hot-fix

v1.4.10

22 Jun 13:23
Compare
Choose a tag to compare
v1.4.10 Pre-release
Pre-release

Bug Fixes

  • ActivityFeed: right align
    (9fdbba0c)
  • ConfirmRecovery: prevent error when viewing mnemonic with duplicate words in same group
    (ea51b39a)
  • ExportHistory:
    • do not allow export when start date is past end date
      (49ee1aef)
    • better performance for select dropdown
      (ea5a4edb)
    • add min and max dates to export history datepicker
      (9aead46e)
  • Landing: mobile ui issues
    (07a2cca3)
  • Modals: allow dismissing nonsensitive modals with background click
    (7578f669)
  • Security: include 20000 in pbkdf2 iterations range
    (4abee3c9)
  • Send:
    • set private key field to touched after scan
      (ef025d55)
    • update copy for use total available
      (c95d425d)
    • fix floating est. conf time message
      (211d2fe4)
  • Templates: fix jade spacing warnings
    (1679a470)
  • TxFeed: handle address overflows in tx list
    (df0ac446)
  • Verify: swap message and signature fields
    (0feb4f93)
  • Versions: handle positioning on mobile
    (a892f6b0)
  • WalletNav: clear the ads on shorter browser heights
    (eeffa625)

Features

  • Amounts: comma separate currency values for amounts
    (afcce33c)
  • FirstTimeLogin: change layout
    (a6da1b37)
  • WhatsNew: add export history item to whats new
    (66b73058)

v1.4.9rc4

17 Jun 13:25
v1.4.9rc4
Compare
Choose a tag to compare
v1.4.9rc4 Pre-release
Pre-release

Bug Fixes

v1.4.8-p1

17 Jun 09:49
v1.4.8-p1
Compare
Choose a tag to compare
  • better handling of sessions (#473)

v1.4.9rc3

15 Jun 17:45
v1.4.9rc3
Compare
Choose a tag to compare
v1.4.9rc3 Pre-release
Pre-release

Features

  • Security: add noopener noreferrer to external _blank links (#469)
    (460cd883)

v1.4.9rc2

15 Jun 15:06
v1.4.9rc2
Compare
Choose a tag to compare
v1.4.9rc2 Pre-release
Pre-release

Bug Fixes

Test

  • Browser: fix broken tests

v1.4.9

15 Jun 14:46
v1.4.9
Compare
Choose a tag to compare
v1.4.9 Pre-release
Pre-release

Bug Fixes

  • Addresses: overflow on imported and hd address labels
    (8fb1bcc4)
  • Browser: increase minimum Safari and Webkit versions
    (016d09e3)
  • Description: tx description maxlength 255
    (eb0d3384)
  • FirstLoginModal: alignment (#467)
    (89831bec)
  • HelperButton: prevent helper-button from triggering form submits
    (0f5d3c3c)
  • SecurityCenter: remove whitespace underneat icons
    (7130351c)
  • Send: discourage sending to the same account
    (6f7aa7c6)
  • TxList: always show To: first in tx list
    (177d3e91)

Features

  • Addresses: expose HD Addresses (#461)
    (9019e65d)
  • ExportHistory:
    • add all imported and all hd addresses to select options
      (a16f52f2)
    • helper text copy
      (ed1a450a)
    • improve styling
      (2ba5a8e6)
    • use correct date format
      (bcef5556)
    • use existing endpoint for exporting history
      (5f7cd2fe)
    • export historical tx data in csv format
      (c5e19ee5)
  • Feedback: add link to qualtrics for feedback
    (e1904c5c)
  • Forms: general form improvements (#456)
    (6ed78c8a)
  • Landing: remove legacy css (#464)
    (356377a6)
  • Request: link to explain hd addresses (#466)
    (3086cac1)
  • Send: if avail balance is 0 and is selected in send draw attention to it
    (976535b4)
  • TxList: let users copy address/date instead of toggle and verify on bci link
    (3857c79b)
  • TxNote: save note on enter
    (7be0d70a)

Refactor

  • semistandard: use renamed my-wallet-v3 methods (#457)

Test

  • ExportHistory: test spec for ExportHistoryController
  • Format: fix test in format service
  • Total: fix tests for Wallet.total to include watch only balance