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

25 Oct 13:49
v1.8.0
Compare
Choose a tag to compare
v1.8.0 Pre-release
Pre-release

Bug Fixes

  • accounts: use gradual rendering for imported addresses
    (2e027810)
  • caps: fix capitalization typo
    (01d7e1cf)
  • quote:
    • get a new quote on the summary step if using a fake quote on account creation
      (34232649)
    • attach payment methods to initial quote
      (b3560f7e)
  • receive:
    • remove 'my bitcoin address' link, edit copy at top of modal
      (005d7e77)
    • hide helper button if imported address is selected
      (c80e9d20)
    • move 'why is my address changing' link to helper-button
      (05a5e599)
  • transferall: show secondary currency for total and fees in parens
    (c250c7e5)
  • wallet: change Add Wallet to Add
    (e57a02d5)

Features

  • accounts:
    • move account edit functionality to account page
      (6acea534)
    • move imported addresses to 'Addresses'
      (af571ecb)
  • dev: use iSignThis staging by default
    (8413735d)
  • email: warn against using mail providers reported as troublesome
    (dc77997a)
  • home: break out imported addresses in home screen balance and remove if accounts and imported addresses sum is 1
    (9564e222)
  • logout:
    • prompt backup phrase in security center
      (fa951100)
    • replace 'do force logout' confirm with 'saving' popup
      (800b6e51)
    • add popup as a reminder to backup recovery phrase
      (918f7ad8)
  • pairingcode: prompt for main pw before showing pairing code
    (1bdb38c4)
  • prod: disable angular debug exposed scopes for performance
    (05cf1dc6)
  • quote:
    • use quote in buy modal
      (e5764404)
    • get correct quote amounts
      (a5e683b6)
    • give users ability to get quote from btc to fiat
      (5563739a)
  • tx: display warning for rbf/double spend txs
    (3199fd16)

Refactor

  • imported address: remove unused hasLegacyAddress
    (08313361)
  • quickstart: Remove defaultAmts
    (438f38ec)

Chore

  • package: remove private flag in package.json
    (5f1db2db)
  • tests:

Pull requests merged

  • Merge pull request #729 from blockchain/prod-perf
    (1b269aaf)
  • Merge pull request #722 from blockchain/accounts-revamp
    (a1483d3e)
  • Merge pull request #446 from blockchain/rbf-doublespend-warn
    (f21727dc)
  • Merge pull request #724 from blockchain/isignthis-stage
    (10455df4)
  • Merge pull request #721 from blockchain/backup-reminder
    (2d98710d)
  • Merge pull request #719 from blockchain/receive-help-text
    (b35a097a)
  • Merge pull request #695 from blockchain/btc-fiat-quote
    (09eb21d7)
  • Merge pull request #720 from blockchain/transfer-amounts
    (e1a7b42c)
  • Merge pull request #718 from blockchain/pairing-code-pw-reprompt
    (070ac9dd)
  • Merge pull request #717 from blockchain/mail-provider-warn
    (7ae15cb6)
  • Merge pull request #728 from blockchain/1.7.35-fixes
    (57732205)
  • Merge pull request #726 from blockchain/html-test-coverage
    (6d04bf00)

v1.7.36

21 Oct 12:28
v1.7.36
Compare
Choose a tag to compare
v1.7.36 Pre-release
Pre-release

Bug Fixes

  • kyc: when KYC is approved link to buy sell page not buy modal
    (cc4a496d)
  • summary: editting value in buy summary updates total amount
    (704b2e6e)

v1.7.35

19 Oct 09:22
v1.7.35
Compare
Choose a tag to compare
v1.7.35 Pre-release
Pre-release

Bug Fixes

  • adverts: ensure ads can vary in width and include text
    (89e33189)
  • copy: missing localizations on landing page
    (8f08583c)
  • faq: correct first faq copy
    (6c799bdc)
  • landing: translation
    (8727341e)

Style

  • faq: increase size of faq header
    (ced8cf5a)
  • top: make r symbol next to byob smaller
    (60a5da8b)

Pull requests merged

  • Merge pull request #723 from blockchain/revert-698-nav-additions
    (0fdc756a)
  • Merge pull request #715 from blockchain/landing-strings
    (f011ba0a)
  • Merge pull request #711 from blockchain/title-change
    (21279eb7)
  • Merge pull request #716 from blockchain/ad-img-size
    (e614011d)
  • Merge pull request #712 from blockchain/little-r
    (ee0edf07)
  • Merge pull request #714 from blockchain/faq-text
    (2b393bc8)

v1.7.34

13 Oct 12:44
Compare
Choose a tag to compare
v1.7.34 Pre-release
Pre-release

Bug Fixes

  • smartaccount: take archived into account when filtering accounts
    (888cf983)

Features

  • transactions: add all option to selector
    (1ee82c54)

Pull requests merged

  • Merge pull request #710 from blockchain/all-txs
    (6b789774)

v1.7.33

12 Oct 17:59
Compare
Choose a tag to compare
v1.7.33 Pre-release
Pre-release

Bug Fixes

  • accounts:
    • always load receive with default hd wallet as recipient
      (64864f15)
    • when new txs are set, set them with selected account index
      (bcd0439a)
    • show watch only addresses
      (9ac8620d)
  • copy: wallet identifier recovery does not require verified email
    (cdf07a18)
  • format: make balance and archived fields reactive to changes
    (b9f9ce9b)
  • imported address: show address in Receive To:
    (dfd399cd)
  • logout:
    • remove login option to secure wallet after logout
      (25c8bedd)
    • adjust animation timing
      (097f342a)
    • make copy updates seem less confusing
      (a3799eff)
  • securitycenter: add spaces between words for verify email
    (6391759a)
  • transactions: pass correct info to export history for autofilling
    (2976aeb8)

Features

  • accounts:
    • use smart account service for transactions, send, and receive
      (bec28c81)
    • smart select account
      (dbfa99c0)
    • move account dropdown to transactions filter bar
      (762a6d4d)
  • claim: remove redeem from email / sms code feature
    (4e7d2997)
  • exporthistory: add export dates to export history filename
    (b0e170f3)
  • faq:
  • logout:
    • apply ux updates, logout moved to separate view
      (4f03d215)
    • add private session option to login screen
      (62bea454)
    • logout of wallet on receiving wallet_logout event
      (27455270)
    • prompt user to complete survey on logout
      (6abfe227)
    • remove logout confirm unless saving
      (11e3419f)
    • sweet animation for deauthorizing, small ui updates
      (3470a1e2)
    • add option to deauthorize after logout
      (7d4b5d69)
  • preflight: add needed data- tags for preflight dev tool
    (e00f29db)
  • publicheader: show bci search bar and language dropdown in public nav bar
    (b6844210)
  • top: remove My Wallet, make BYOB larger
    (1221d307)

Refactor

  • accounts: remove accounts from wallet navigation
    (8a1b42b0)
  • css: reuse some css for dropdowns
    (c752a1dd)
  • faq: clean up variable and service naming
    (4fbb7aaf)
  • login: angular form validation, controller cleanup
    (5b6f0705)
  • public: get uid directly, rather than through rootScope promise
    (4a9345ad)
  • top: no need for state params accountindex
    (37c6e0f9)

Style

  • faq:
    • remove background highlight on toggle
      (29250a8d)
    • static header, scrolls with content
      (23bd1726)
    • remove animations and change arrow direction
      (fb856cdd)
    • update FAQ page style to latest design
      (099ca1b6)
  • logout: make survey modal a confirm alert
    (4f2fa56f)

Test

  • accounts: add test for filterByAddress
    (8f5c2de6)
  • faq: tests for faq controller
    (57799961)

Chore

  • readme: update suggested version for local deployment
    (1e2b6663)
  • routes: remove unused accountIndex param from transactions route
    (88c35f8a)

Branchs merged

  • Merge branch 'v1.7.31-fixes'
    (1774c801)

Pull requests merged

  • Merge pull request #709 from blockchain/preflight
    (1802aa2e)
  • Merge pull request #708 from blockchain/logout-flow
    (350aeba3)
  • Merge pull request #707 from blockchain/rem-my-wallet
    (6512fe35)
  • Merge pull request #706 from blockchain/export-filename
    (6c478640)
  • Merge pull request #705 from blockchain/spacing
    (f4acce32)
  • Merge pull request #703 from blockchain/remove-email-sms-redeem
    (7e2fab66)
  • Merge pull request #700 from blockchain/accounts-revamp
    (af221912)
  • Merge pull request #698 from blockchain/nav-additions
    (93b743e7)
  • Merge pull request #699 from blockchain/new-faq
    (d1e2bb97)

v1.7.32

10 Oct 13:56
v1.7.32
Compare
Choose a tag to compare
  • fix(Deploy): don't hardcode blockchain.info (breaks the Onion site)

v1.7.31

07 Oct 14:15
Compare
Choose a tag to compare
v1.7.31 Pre-release
Pre-release

Bug Fixes

  • publicheader: change bitcoin wallet back to wallet
    (24395236)

Chore

v1.7.30

06 Oct 21:16
Compare
Choose a tag to compare
v1.7.30 Pre-release
Pre-release

Bug Fixes

  • themes: dont apply theme to ads, remove xray theme
    (348708fa)

Chore

Pull requests merged

  • Merge pull request #701 from blockchain/themes-ads
    (ae2c19d5)

v1.7.29

06 Oct 17:50
Compare
Choose a tag to compare
v1.7.29 Pre-release
Pre-release

Chore

v1.7.28

06 Oct 14:00
Compare
Choose a tag to compare
v1.7.28 Pre-release
Pre-release
v1.7.28