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

05 May 09:55
v1.4.1
Compare
Choose a tag to compare

Bug Fixes

  • BcPhoneNumber: revert to previous release
    (ea40856c)
  • Deploy: use correct web socket URL
    (758684ea)

v1.4.0

04 May 17:42
v1.4.0
Compare
Choose a tag to compare

Bug Fixes

Chore

  • Login: add login to legacy link on login page

v1.4.0-rc7

04 May 12:43
v1.4.0-rc7
Compare
Choose a tag to compare
v1.4.0-rc7 Pre-release
Pre-release

Bug Fixes

  • Legacy: move legacy cache bust into folder
    (f205a731)

v1.4.0-rc6

04 May 12:25
v1.4.0-rc6
Compare
Choose a tag to compare
v1.4.0-rc6 Pre-release
Pre-release

Bug Fixes

v1.4.0-rc5

04 May 11:28
v1.4.0-rc5
Compare
Choose a tag to compare
v1.4.0-rc5 Pre-release
Pre-release

Bug Fixes

Features

  • Links: point to /wallet-legacy
    (468c9d38)
  • Login:
    • fetch legacy wallet guid if needed
      (c11608f1)
    • fetch legacy wallet guid if needed
      (1ff1a07d)

Chore

  • SEO: add keywords and description meta tags (by @jtormey)
  • Signup: more helpful text for new users
  • WalletWelcome: change Anonymous Wallet User to Wallet User and make nytimes quote first and remove interval (#420)

v1.3.29

02 May 11:52
v1.3.29
Compare
Choose a tag to compare

Bug Fixes

  • Deploy: use correct web socket URL
    (178f08e1)

v1.3.28

29 Apr 11:51
v1.3.28
Compare
Choose a tag to compare

Bug Fixes

  • 2FA: disable 2FA field after correct entry
    (b5ce02ea)
  • API: link to service-my-wallet in api access copy
    (544dee1d)
  • Alerts: translate async so that translation strings are not shown
    (2ed373a0)
  • Buttons: synchronize button usage
    (955f4b1e)
  • Deploy: use '/' instead of full domain by default
    (4b92ab0c)
  • Dropdowns: add helpful placeholder to ui-select dropdowns
    (2aaa878a)
  • Flexbox: better support for ie
    (9cd38c94)
  • ImportedAddresses:
    • alignment and font size of receive to: address
      (5ae92ba4)
    • set modal to auto for imported address receive
      (00903aaf)
    • add transfer to more options
      (fa989293)
  • LandingPage:
  • LegacyAddress:
    • do not show Your Bitcoin Address if all spendable imported addresses are archived
      (8514ce1f)
    • for 'Your Bitcoin Address' expect the oldest address to be displayed
      (1aae7138)
  • Login: disable sign in button if 2FA field is empty
    (3fe7957e)
  • Receive: only show bitcoin address in copy and share and only update qr on amount not message
    (bd592cfc)
  • RecoverFunds: separate forms to avoid flickering btwn recover funds steps
    (3d75f1cf)
  • Router: do not allow changing to public state if logged in
    (21c76ea9)
  • Select: fix flickering dropdown in modals
    (d7f5d01f)
  • Send:
    • make description error more specific
      (17c79c28)
    • show error message when call to unspent fails
      (53cc8c97)
    • show error when tx description is too long
      (97e3e04b)
    • update payment.from and payment.to on qr scan
      (ce3234bb)
    • cleaner overview note presentation
      (d2be3849)
    • change note to description and add placeholder to translations
      (e48d43fa)
    • more logical coloring for recipients in confirmation
      (a277c32a)
  • Server: newline caused CSP error Updated instruction for whitelisting multiline script. Removed unused inline Javascript whitelist for angular-charts Removed unused ROOT_PATH from index.jade
    (04074d5f)
  • Well: better well class and apply btn-xs in settings
    (de79e449)

Features

  • LandingPage: minor updates to reposition v2 -> v3
    (41586a2d)

Refactor

  • Gruntfile: honor semistandard in replace task
  • Index: auto-include source files when developing
  • Karma: semistandard
  • server.js: remove unused code and obey semistandard

Chore

  • Favicon: delete unused favicons
  • SecurityCenter: remove unnecessary transfer function from securityCenterCtrl
  • SemiStandard: accept angular, browserDetection and Blockchain as global variables.\nDown to 894 problems.
  • Semistandard:
    • fix remaining semistandard errors
    • fix errors in directives
    • fix errors in services
    • fix errors in controllers
    • fix errors in wallet.service
    • don't check tests
    • specify in package.json
  • Travis: run semi-standard

v1.3.27

27 Apr 08:25
v1.3.27
Compare
Choose a tag to compare

Restore missing polyfill. Fixes IE 11 receive screen (af4b686)

v1.3.26

26 Apr 09:14
v1.3.26
Compare
Choose a tag to compare

Bug Fixes

  • ChangePassword: fix error message caused by undefined variable
    (af717f83)

Chore

  • Grunt: add semistandard command

v1.3.25

22 Apr 12:26
v1.3.25
Compare
Choose a tag to compare

Bug Fixes

  • Favicon:
    • remove manifest.json favicon file
      (23a1b7e4)
    • proper production URL's
      (a8a376b7)
  • Send: transition to and from confirmation screen
    (8c2a4536)
  • VerifyMessage:
    • show error alert if message verification fails
      (580281db)
    • fix colors and styling
      (b33b253e)

Features

  • ImportedAddresses: move archive/priv key/sign msg to option dropdown
    (59ebfb07)
  • SignMessage:
    • add height transition between steps
      (c190fe6e)
    • update ui for sign message to reflect send/receive changes
      (22fc9383)
    • do not replace message field, quick copy for signature
      (2a917be7)
    • add legacy address message signing
      (1f2da619)
  • VerifyMessage: add message verification to imported addresses page
    (06408ba5)

Test

  • SignMessage:
    • rename test
    • test spec for message signing
  • VerifyMessage: test spec for message verification

Chore

  • SignVerify: hide sign / verify message