This repository has been archived by the owner on Oct 8, 2019. It is now read-only.
Releases: blockchain/My-Wallet-V3-Frontend
Releases · blockchain/My-Wallet-V3-Frontend
v1.24.2
Bug Fixes
- charts:
- home: move chart error function
(94a497b5) - sell:
- tests: add Highcharts to globals
(9e976fce)
Features
- chart: cache chart data and use if request fails
(9d0f92fb) - qa: rename qaDebugger and allow qa to see exchange
(a129693d) - shift: test proportion of max limit errors shown
(5030ed9c)
Test
Chore
- release: v1.24.2
(d7b3f30c) - tests: rename ethLegacyTransition -> eth-legacy-transition
(e6209c24) - travis:
Branchs merged
- Merge branch 'v1.24-release' into chart-fail-state
(312032a2) - Merge branch 'v1.23-release' into v1.24-release
(d26b67ca) - Merge branch 'v1.24-release' of github.com:blockchain/My-Wallet-V3-Frontend into v1.24-release
(47638880) - Merge branch 'v1.24-release' of github.com:blockchain/My-Wallet-V3-Frontend into v1.24-release
(8f4a7e7e) - Merge branch 'v1.24-release' of github.com:blockchain/My-Wallet-V3-Frontend into v1.24-release
(fad975bf)
Pull requests merged
- Merge pull request #1305 from blockchain/chart-fail-state
(0182f21b) - Merge pull request #1306 from blockchain/qa-debugger
(82621de4) - Merge pull request #1302 from blockchain/chart-fixes
(f0078c26) - Merge pull request #1304 from blockchain/travis
(9b6227b0) - Merge pull request #1303 from blockchain/travis
(ecf98d0c) - Merge pull request #1296 from blockchain/sell-payment-fix
(f4cad547)
v1.24.1
Bug Fixes
- exchange-quote-expire: Redirect to 'create' page when counter expires
(b842674b) - exchange_quote_expire:
- home: include eth.total in balance table
(e0c866e7) - qa: autofill photos and verify
(65ae83cc) - shapeshift: disallow exchange tab when outside whitelisted state
(f9546d19) - shift_confirm_spec: Update onExpiration describe block to test onExpire function call
(69af0246)
Features
- eth: export legacy/main eth private key
(430b15c5) - home:
- cleanup old cache code
(c7b92c4f) - cache chart state
(b7e96add) - add back eth wallet on balance table
(d7821fae) - img tag --> pug
(66e596cf) - remove 1 and reorder time links
(52bb4531) - cache chart
(5062fe8a) - remove unused code from top nav
(26b81e7c) - fix mobile view
(fda291bc) - adds all time
(9e163d12) - fix time, add hours, endpoint adjustment removes scalen
(b82ff27b) - set height for chart container, reorder time links
(d568c33e) - use new endpoint
(e481cfbd) - fix issue where chart does not fill parent container when rendering from cache
(7c9f404a) - cache chart data
(d7d9463f) - price chart for btc
(3dcd8aed) - start price chart
(1b66c464)
- cleanup old cache code
- unocoin:
Refactor
- shapeshift:
- shift_confirm_component: Delete scope.lock in scope.onExpiration
(de298cc1)
Style
- home: add underline to time selection
(c34574e9)
Test
- shift: shift confirm calls expiration from template
(c59e88fd)
Chore
- release: upgrade blockchain-wallet
(5691a370)
Branchs merged
- Merge branch 'dashboard-chart' of github.com:blockchain/My-Wallet-V3-Frontend into dashboard-chart
(d442d93e) - Merge branch 'v1.24-release' into dashboard-chart
(787fd52a) - Merge branch 'v1.24-release' into unocoin-existing-users
(1ea314c3) - Merge branch 'v1.24-release' into dashboard-chart
(d10ecac4)
Pull requests merged
- Merge pull request #1298 from blockchain/export-archived-private-keys
(484a9a24) - Merge pull request #1290 from blockchain/exchange-quote-expire-fix
(e4629bca) - Merge pull request #1294 from blockchain/dashboard-chart
(262c36c9) - Merge pull request #1299 from blockchain/cache-chart-state
(6074fd3e) - Merge pull request #1293 from blockchain/unocoin-existing-users
(0da51c06)
v1.23.8
v1.24.0
Bug Fixes
- .getwalleticon: Add missing semicolon
(80a972f5) - all_wallets: Change ALL_WALLETS to ALL_BITCOIN_WALLETS
(d1e79ba6) - confirm_exchange_order:
- Fix run-on sentence in CONFIRM_DEPOSIT_AMOUNT message
(2a3cc546) - Refix the amount displayed to be calculated and shown in BTC
(b3979caf) - Fix .total to this.quote.depositAmount + this.fee
(b4126c41) - Change amount displayed to include fee and to be in BTC
(0e982cf8) - Change amount displayed to BTC
(35395092)
- Fix run-on sentence in CONFIRM_DEPOSIT_AMOUNT message
- eth: give priority to eth modal on login
(fc67777b) - exchange: Show wallet icon in to and from fields
(6f3216e3) - exchange_error_msg: Remove overlap between MIN_NEEDED_TO_SHIFT and EXCEEDED_MAX_SHIFT error messages
(d55eb17e) - faq: Update content for 'How do I receive/send ether'
(95bcac72) - first-login-modal-eth:
- header_safari_specific: Fix disappearing header by adding overflow: hidden to .wallet-container
(14f33dc5) - private_key_warning_eth: Minor grammar fix - change 'you' to 'your'
(41063f4a) - second_password: Show one error message when user tries to set the hint or main password as the secondary password
(964936f6) - tos/privacy: link to /terms or /privacy
(aad668c1) - whats_new: Close popover after clicking 'Learn More'
(be97a279)
Features
- coinify:
Refactor
- coinify:
- remove unushed buySell service method
(33319b64) - cleanup and fix setFiat on limit error
(c00d1f08) - remove commented out code
(2a83ed6a) - sell uses new limits
(af0ac8d6) - buy working with limits refactor
(bbf8c363) - gets new user flow working with refactored limits
(fcfd6fe5) - begin to use new limits
(0cf34fdb)
- remove unushed buySell service method
- eth: use eth label
(60d73e8a) - exchange: handle icon with class
(72bcbb93) - first_login_modal_eth: Add .width-20-mobile and .width-20-tablet classes to rocket img
(337d7bb3)
Style
- eth: positioning of error
(11c8f0b3)
Test
- coinify: fix tests
(4676bdb3)
Chore
- .gitignore: Add package-lock.json
(0ea1a445) - release:
Branchs merged
- Merge branch 'v1.23-release' into v1.24-release
(773e94d4) - Merge branch 'v1.23-release' into v1.24-release
(7234f8fa) - Merge branch 'v1.23-release' into exchange-fix
(fd0090b7) - Merge branch 'v1.23-release' into buy-limits
(9e678b8b) - Merge branch 'v1.23-release' into buy-limits
(bf4f63e1) - Merge branch 'v1.23-jira-fixes' of https://github.com/blockchain/My-Wallet-V3-Frontend into v1.23-jira-fixes
(afead700) - Merge branch 'v1.23-release' into buy-limits
(253e1198) - Merge branch 'v1.23-release' into v1.23-jira-fixes
(fcf1ac50) - Merge branch 'v1.22-release' into buy-limits
(078f007c)
Pull requests merged
- Merge pull request #1278 from blockchain/buy-limits
(4b900c8c) - Merge pull request #1286 from blockchain/tos-privacy
(928347d9) - Merge pull request #1291 from blockchain/login-modal-priority
(ec664ea1) - Merge pull request #1285 from blockchain/header-fix
(94e2a002) - Merge pull request #1283 from blockchain/exchange-error-msg-fix
(ea8a280e) - Merge pull request #1281 from blockchain/all-wallets-fix
(94cea762) - Merge pull request #1279 from blockchain/exchange-fix
(812e6a9a) - Merge pull request #1282 from blockchain/confirm-exchange-order-fix
(fea0267a) - Merge pull request #1276 from blockchain/private-key-warning-eth-minor-fix
(ba1c9723) - Merge pull request #1273 from blockchain/second-password-fix
(9e25e834) - Merge pull request #1261 from blockchain/v1.23-jira-fixes
([749aaba](749aabaedc69613f3a...
v1.23.7
v1.23.6
v1.23.4
Bug Fixes
- eth:
- allow checkgoals to complete checks
(b62c9ee1) - hide eth balance when null
(7551a075) - fix upgrade process
(c16d2e65) - proper accounts for getting txtype in amount component
(5a865beb) - show tx activities even if there is no default account
(ecbb9e1f) - use proper accounts for getting txtype
(52ab1ba0) - search all txs when checking if waiting on tx
(88be081b) - remove beta
(4ff73a10) - sec password prio
(d1df81cd) - do not attempt to get tx type for legacy account when there is none
(10c69ef0)
- allow checkgoals to complete checks
- txs: correct labels for eth accounts
(b5733c2d)
Test
- wallet: fix wallet controller test
(9e7586ee)
Pull requests merged
v1.23.3
Bug Fixes
- eth:
- controllerAs syntax
(d822727c) - do not open sweep modal if already waiting on tx
(023c0211) - add lock
(2a08d597) - give priority to beta upgrade modal
(45bf36dc) - handle second password cancel
(6239af20) - update beta transition code to v3
(e02ad3a7) - transfer funds
(c221a5ce) - set transition goal to null after checking
(92b5354b) - show beta upgrade message when needs transition
(f6118894) - remove hideAssetSelect from send/request
(96e4aee3) - start sweep legacy addr
(4f5939c8)
- controllerAs syntax
Features
- eth: display legacy txs
(02a284ec)
Test
- activity feed: hanlde Eth.txs
(253347fe)
Chore
- release: bump blockchain-wallet version
(4493fda5)
Branchs merged
- Merge branch 'v1.23-release' into beta-upgrade
(0d61e58f)