github blockchain/blockchain-wallet-v4-frontend v4.48.5

latest releases: v4.101.4, v4.101.3, v4.101.2...
3 years ago

4.48.4 (2021-03-29)

Chores
New Features
  • assets:
    • rethink icon display in CoinAccountIcon (477fece)
    • small bug fixes (96e27a6)
    • add loading state to holdings table (82ab6bf)
    • fixed height on holdings container (61a6036)
    • update menu asset list display and other small fixes (cbfd840)
    • clean up image color bullshit (dcbf551)
    • move to images for all coin icons (3f1b34b)
    • add new prices endpoint and show prices and price changes (74e28a8)
    • cleanup balances table and dropdown (905e8a7)
    • make asset table somewhat dynamic (9ee4a69)
    • add hardcoded prices table (49489cb)
    • start of new sidenav (4f356a8)
    • start addition of aave, dot, yfi (1e97e01)
  • accounts:
    • update translation keys (c1f79e2)
    • update non-custodial account names (a5219e5)
    • add CoinAccountIcon component (c72dffc)
    • rename custodial accounts (981ccac)
  • prices: add search icon to input (7237422)
  • home: fixing responsivity for the homepage (3bc68fa)
  • charts:
    • adding faster resizings on charts (ee1ad79)
    • adding enum as TimeRange (3981c02)
    • refactoring charts from homepage (f2e753a)
  • chart:
    • aligning items on coin page (a3fa738)
    • fixing packages and copy translation key (03d604c)
    • refactoring ParentSize (05bf077)
    • adding chart to coin page and removing react-highcharts (64ede16)
    • fixing types for TimeRange (6d57020)
  • kyc:
    • added comment to eplain why we need to call goals (d2fb73c)
    • fixed logic when to show banners (70aa3a3)
    • implemented new logic when to show which SDD banner (1a32af2)
  • deeplink: added more cases and redirects for deeplinks (9fec1a5)
  • sdd: show proper goal if user came from exchange linking (3b49258)
  • coins:
    • add interest accounts to coins selector (bfb55d3)
    • create coin selectors and generic account selector (f6a537e)
    • start mass migration to coin configurations folder (3c51bda)
  • types: fix all create deep eq selector errors (1c77aa2)
  • lint: sort imports (beceee6)
  • payments: add provisional payment amount util func (6ec4181)
  • kvStore: remove coinify, contacts and sfox remnants from codebase (003de52)
  • transactions: move coin intros into coins (21cd20b)
  • request:
    • remove missed request files (aa910d0)
    • remove old request modals 🎉 (ad2c190)
    • add Exchange rates to request link (dd60640)
    • style build and share crypto request link pages (390d6b5)
    • add create shareable request link pages (642c2e8)
    • display QR code of address (0b9737d)
    • add messaging if no requestable accounts exist (def341d)
    • style account and address rows on share page (9342999)
    • organize shared components and start show address screen (7deef89)
    • add account selectors, types and form (b42b4eb)
    • create initial request flyout (fae7358)
  • clipboard: update clipboard button component and use in request modal (3663d6b)
  • services:
    • update image service to follow new naming (cfe8c58)
    • combine style related services into one (130ce32)
    • organize and cleanup services (909e7c0)
  • coin select: allow component to render specific coin lists (647d597)
Bug Fixes
  • translations: manually update en.json (c970f45)
  • buy: fixed rendering of buy flow when bank do not have all expected details (1b652a2)
  • send:
    • fixed proper rendering for send of new coins (c831b8f)
    • add new coins to paymentGetOrElse saga (aa4959c)
  • accounts: update exchange account labels (942913d)
  • new-wallet: fixed close button behaviour (80b26ec)
  • dot: add transaction selector (ca6c029)
  • aave-yfi: max decimals (f545d6d)
  • yfi-balance: add yfi to wallet balance dropdown selector (9c38475)
  • exchange-rates: aave and yfi to 8 decimals (148d194)
  • aave-balance:
    • add aave selector to wallet balance dropdown (aa1254d)
    • use getAaveBalance instead of getPax (b25643e)
  • prices:
    • properly sort balances column (aae7978)
    • small style and copy changes (145fb57)
  • assets:
    • remove commented out code (804961f)
    • fix USD deposit button in coin intro (4a3a1fe)
    • coin line chart color (90da801)
    • transaction list icon background colors (a4d635e)
    • fiat display of assets and refresh prices in refresh saga (167e00e)
    • price change table sorting (06199a4)
    • readd text based filtering to table (9b983b8)
    • use memoized selector to avoid table rerenders (9ad0f25)
    • display algo and dot to 2 decimals minimum (1cb7367)
    • fix price sorting on table (6a28b8c)
    • fix dot price fetching (0bbe433)
  • charts: fixing colors and types of charts (ed78eb3)
  • ach invites: replaces the code that checks for the user being invited to ach by directly accessing the remote.data object with an getOrElse check (6ec183e)
  • packages: fixing yarn.lock and packages (3f65d8e)
  • codeowners: adding pedro as codeowner (f6a7a7d)
  • balance-dropdown: increase height to show all coins (ab8480f)
  • btc-txs:
    • fetch btc multiaddr again when filtering (cece694)
    • add filter to payload (b3df2bc)
  • layout: update page padding per new designs (4eecd2d)
  • sidenav: style nav dividers (a74fbba)
  • sell: remove invite flag from nc sell (0b9a010)
  • tx-list: add tx type filter to multiaddr call (0ce7461)
  • mobile auth: allow to resubscribe to channel (fa3c44e)
  • request:
    • if imported acc has no label use addr (f439b0f0)
    • add sticky header to coin select step (9a990e5)
    • ensure request availability for coin before displaying in list (22289cc)
    • ensure proper form initialization (910b426)
  • imports: new sort rules (ee45c1a)
  • lint: run lint (1662ce1)
  • interest: wrong currency due to loading state on getOrElse (7b1eaea)
  • types: one createdeepequal selector (d0327fd)
  • test: coin selector test (9e655ad)
  • core: change to blockchain-wallet-v4 src (ed94752)
  • tests:
    • fix ts-ignore on lint change (af49e2a)
    • update imports to fix tests (1af1d1f)
    • update tsconfig for new coins alias (631c2ca)
  • payments: change getOrUpdateProvisionalPaymentForCoin to generator (9a5d81d)
  • build: remove unneeded param to kyx redux (fa2011e)
  • ws: clean up old todo comment (829a0b6)
  • styles: prefer const (79f5b86)
Other Changes
  • blockchain/blockchain-wallet-v4-frontend into development (74a8bbd)
Refactors
  • coins:
    • move/update Interest to use generic coin utils/sagas (ffa5a98)
    • move coins folder to data folder (88f0430)
  • components: make new account list generic and share (4a2f243)

Don't miss a new blockchain-wallet-v4-frontend release

NewReleases is sending notifications on new releases.