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.28.1
Bug Fixes
- exchange:
- exchange checkout: grey out inputs if remaining limit is 0
(be432d75) - recurring buy:
- check recurringLimit against viewValue
(d018b5ff) - fixes disabling/showing recurring order form if user level >= 2
(4ec29745) - adds content to whats new
(9df7837d) - no unused vars
(1733d18c) - add subscription ID to trade receipt
(479a1a5a) - make exchange-recurring-trades component partner agnostic, remove unneeded code
(4fec8c06) - dismiss recurring buy intro, quick buy height
(b83358c1) - cancel trade within subscription, finish payment link on pending recurring trade
(2af102b9) - confirm cancel alert when cancelling recurring buy subscription
(b1a6319b) - add hourly option for QA, default to 'weekly' in select
(3f078208) - helper button shows when recurring checkbox is disabled
(fc3203fd) - change copy on datepicker clear button
(1c92137e) - show 'until i cancel' after clearing date
(5e9e35b8) - adds ability to remove recurring buy option from summary edit view
(497d3ede) - disables continue button on mediums view if recurring amount is over CC max
(44173dcf) - resets recurring buy fields when closing out of buy modal
(7c3bd706) - add recurring buy intro
(a7eecea2) - do not allow user to pick an end date that would not result in a recurring buy
(ab5b9d97) - display correct frequency options, tooltip when recurring checkbox is disabled
(b0e4a1ef) - disabled recurring buy checkbox if no fiat value
(85e8be6b) - frequency / duraction selection alignment
(cc0fcc88)
- check recurringLimit against viewValue
- shapeshift:
- shift: when changing assets, default account will auto select
(c233f098) - trade: use blockchain instead of Blockchain
(35318db8) - unocoin:
Features
- coinify: add btc tx fee to buy summary
(899babbe) - recurring buy:
- sell:
- some minor ui improvements, locking on transitions
(ccb43924) - exchange link copy and determineStep change
(bf922e99) - copy for verify, upload
(3994bea6) - show disabled exchange-checkout when verification is required
(03c915ec) - show bank account on exchange checkout component
(d9c2c693) - set up handlers for exchange-confirm
(d95d99d1) - submitTx
(4148d158) - exchange confirm onCancel handler
(d98440c2) - exchange-confirm, trade details/receipt
(4df411a2) - receipt step
(249ba667) - exchange-confirm component
(777393ca) - create sell trade, create payment, publish
(4b4ac8fc) - qa tool for photos
(ae451735) - change copy to be sell specific
(cd0623b5)
- some minor ui improvements, locking on transitions
Refactor
v1.28.0
v1.27.9
Bug Fixes
- alert:
- faq:
- price chart: handle situation where no data is returned
(98d59b72) - shapeshift:
Features
- alert: allow sections with no section title
(bb386149) - faq: add wallet-options faqMessage to faq
(76ac5bac)
Style
- faq: spacing between or
(31de357a) - mobile: set wallet content to display block on mobile to allow correct scrolling
(b4a23f91)
Test
- shapeshift: add currency to settings for tests
(956afa54)
Chore
- release: upgrade blockchain-css
(cc8abce1)
Pull requests merged
v1.27.8
v1.27.7
v1.27.6
Bug Fixes
- alert:
- balance:
- buysell:
- coinify:
- disable: disable shapeshift in bch as well
(a499a37f) - exchange:
- locales: change translations back
(09539b0a) - shapeshift:
Features
- alert:
- balance:
- buysell: logic to toggle show/hide for feat ctas
(fefa8040)
Refactor
- exchange: move cryptoCurrencyMap to currency service
(d52beddd) - options: move web config out of platforms object
(b50a6aad)
Style
- shapeshift: use fiat currency symbol
(d025fab2)
Test
- env: add webHardFork msg to env mocks
(f61f82a1)
Chore
- balance: hide balance message locally
(d272f2c7)
Branchs merged
- Merge branch 'v1.27-release' into ss-fixes
(21a62991) - Merge branch 'v1.27-release' into ss-fixes
(8007a8ae) - Merge branch 'v1.27-release' into shift-confirm
(0ad687db)
Pull requests merged
- Merge pull request #1365 from blockchain/ss-fixes
(6dd3ab92) - Merge pull request #1367 from Sam0711er/patch-1
(0ddf83a0) - Merge pull request #1366 from blockchain/balance-msg
(f429a6ce) - Merge pull request #1362 from blockchain/shift-confirm
(bda52c33) - Merge pull request #1363 from blockchain/alerts
(a091ec03) - Merge pull request #1359 from blockchain/bch-ss-disable
(ab258229) - Merge pull request #1360 from blockchain/coinify-fixes
(c768413d) - Merge pull request #1358 from blockchain/feature-disabled
(319aea9d)
v1.27.5
v1.27.3
Bug Fixes
- alert:
- coinify:
- not enough funds first error
(bef12e05) - show 'No trades yet' banner
(fa06d876) - always use btc in summary, add fee to quote amount
(ff189a04) - add arrow when multiple fiat options
(0723ac47) - show error messaging in fiat, show min needed to sell in fiat
(25ed1a0f) - do not restrict sell by profile.canTrade (7 day delay)
(19a5f0b5)
- not enough funds first error
- conversions: check for when conversion is 0
(324411f7) - linter:
- order history:
- security: add noopener noreferrer to external links
(1c107a91) - sfox: order history
(77de5024) - shapeshift:
- unocoin:
Features
- alert:
- propagate non-link actions for send and request
(85e7df58) - make alerts collabsible or dismissible
(b8088cf2) - add danger icon to block-alert
(8b8c4c5e) - make send and request alerts configurable
(ee913449) - show block alerts in send and receive
(c25abf24) - make block-alert dismissible
(29d42cb6) - implement changed design
(9c5bfff8) - add service alert where needed
(ad71ddb2) - add block alert component - wip
(4d0eb613)
- propagate non-link actions for send and request
- disable: add ability to disable features selectively, with a reason
(99fe6966) - recurring buy:
- sfox: share sellMax through exchange, handle sell request
(fec99a81)
Refactor
- alert:
- move localized message logic to languages service
(d93484ec) - move service alerts into single serviceAlert object
(9ac15e7a) - move service-alert components to one place
(cced42a8) - move flags for send and receive alerts to wallet-options
(61d475de) - move block alert helpers to service
(9c378140) - add show-icon prop
(511a6060) - wallet-options-alert -> service-alert
(549e8b3e) - move service alert to wallet-options
(2087cac1) - wrap block-alert in wallet-options-alert
(99a7d931)
- move localized message logic to languages service
- conversions: move check to if to avoid ternary
(68a2c10e) - footer: Use shared footer module
(9faa51e9)
Style
- coinify:
- exchange:
- footer: handle rules in brand-assets
(4ad32ff8) - recurring buy:
Test
- alert: test block-alert service
(39a4d50d) - currency: conversion check
(c40bb830) - recurring buy: fix summary ctrl test
(9b826f0b)
Chore
v1.27.2
Bug Fixes
- balances: btc balance will be viewed in preferred unit
(57f9c0ee) - bitcoin cash:
- chart: set correct date when switching between btc and eth all time
(7319d3d3) - coinify: set payment to (coinify account addr)
(e7ff0d4d) - dashboard: list all btc wallets and each corresponding balance in Your Balances table
(898e716f) - dyk: remove old mobile pairing DYK
(7e0c8401) - eth send: clean addresses prefixed with 'ethereum:'
(6a2c2e94) - linter:
- locales:
- recovery: fix copy
(66f1b576) - shapeshift:
- bitcoin cash, or other wallet specific functionality fixes
(e0b205db) - better error messaging when funds < min
(4dc37eaf) - update baseCurr when switch(), let handle rate and balance update
(6fb2ac6f) - allow switch() function to take from param
(25948e97) - use locked instead of busy, spacing, form validation
(ecf25791) - show state select on mobile
(996f0d50)
- bitcoin cash, or other wallet specific functionality fixes
- transactions:
- unocoin:
- whats new: use a tag
(ebaba066)
Features
- locales: chinese translations
(f1284e19) - recurring buy:
- disable and fix linter issues
(f575cd6d) - cancel subscription
(7c6d0741) - pass subscription to buy
(222528ec) - add endTime and datepicker
(f1ac9901) - stylize recurring order table layout
(8a85cb6d) - finish recurring order table layout
(0c7fb28e) - order history setup
(0325d5f5) - show recurring trades in order history
(d1cd482a) - This is a Recurring Order summary
(ecd4b167) - recurring dropdown, show/hide bank in medium
(4db633c7)
- disable and fix linter issues
- sfox:
- shapeshift:
- send from account for ss buildPayment
(f5d829c7) - disable form when locked, pass index to quoteHandler
(994f3b0f) - allow setting to/from with each available wallet
(24d5f9d5) - select from multiple accounts
(a9c42da1) - receipt copy, helper buttons, margins and padding
(c1c38863) - confirm copy and helpers
(50856158) - loading state, switch, margins, helper copy
(2ca52035) - allow fiat inputs, clean up errors
(6c2e5f1e) - enhacements WIP
(37cb3202)
- send from account for ss buildPayment
- unocoin:
Refactor
- coinify: use grid for order history
(4835afc4) - shapeshift:
Style
- shapeshift: update state select view
(070c1348)
Copy
- locales:
- Dutch - small corrections
(8bfd26af) - new dutch translations
([e8ab404](https://github.com/blockchain...
- Dutch - small corrections