Skip to content

v3.4.0

Compare
Choose a tag to compare
@kiva-robot kiva-robot released this 20 Nov 17:03
· 15 commits to production since this release

3.4.0 (2024-11-20)

🎉 New Features

  • add badge shine and rays animations (d940405)
  • add buttons to modal and fix padding issues (887014a)
  • add initial component for MyKiva thanks experience (117f0ed)
  • add tracking events to typage components (261fb3d)
  • added loader for badge modal async components (0a9d43b)
  • change tab on swipe (a81108e)
  • filter loans in carousel by status (a31c765)
  • footnote support for borrower status cards in MyKiva (8a40ef9)
  • increase limit in my kiva query to ensure 9 loans in carousel (d01f96f)
  • initial badges module for MyKiva TY page (07b0e61)
  • journal updates analytics (#5695) (b9362a2)
  • lender profile link added to my kiva nav (#5675) (e7abcc9)
  • my kiva analytic labels updated (#5689) (647573c)
  • my kiva first login for guest claim flow (#5686) (0e3dff4)
  • my kiva header badge tile (#5655) (874d0bb)
  • opted in state of TY experience for MyKiva (ff220b6)
  • optional run & wait time recordings in vue worker pool (202b393)
  • scroll MyKiva section into view after async data is loaded (5c15b66)
  • scroll to section when clicking continue as logged in user (4fb5b2c)
  • setup apollo http link to switch to stellate uri for cachable operations (7cf60d2)
  • show guest account creation on continue on new TY badge page (36b42d1)
  • show lastname in my kiva profile (#5670) (a90dba7)
  • toggle what is next for all cards and fix number of loans in carousel to match tabs (89e7ab0)
  • typage opt-in module component (a88c9e5)
  • use share info in badge earned modal (9686771)
  • using useBadgeData composable to get share content (d51d7c8)

🐛 Bugfixes

  • add fallback for retries and remove console logs (c0a5ac8)
  • add font book to module description (d86ec10)
  • add optional chaining just in case (5b26c67)
  • add optional chaining just in case (38ae0f9)
  • add TODO comment (41d0aef)
  • address warning from use of getBadgeShape in BadgeTile (e50efcb)
  • adjust badge width on MyKiva (83d8d5a)
  • adjust retry query with optional chaining, make operations list configurable (01c9db4)
  • adjust spacing and sizing in badge tile for MyKiva (834a96b)
  • adjust welcome text padding (1d01064)
  • adjustments to badge modal (37334a4)
  • another adjustment to hiding UI while waiting for data (17c065b)
  • avatar image sizes (ffb8ad5)
  • avatar sizes, borders and animation error (1b2879d)
  • badge tile loader fixed (#5661) (cbce7cd)
  • badge tile width fixed (#5671) (e149a2c)
  • badgekey issue fixed in public lender profile (#5663) (140dba4)
  • badges achieved value in events (7a1bc17)
  • borrower carousel in MyKiva should have consistent height (831f899)
  • borrower image issues (147fc7c)
  • borrower status card fix (#5677) (c725082)
  • carousel was not using the filtered loans variable (bec5f1a)
  • change smaller avatar size (a7faf24)
  • cleaned up expandable animation and mock data (4e1fca1)
  • conflicts (de6b3df)
  • conflicts (f0d9d59)
  • copy and style for no loans (079a751)
  • create separate options object, temporarily bypass csp for stellate for experimentation (da63ed8)
  • css media width (6633953)
  • do not show back button on earned section (59735a7)
  • donate link fixed on mykiva nav (#5699) (1a54df2)
  • gear icon width fixed (#5691) (d648c40)
  • in progress badge container fixed (#5658) (8ee5d3d)
  • inner padding in buttons and single loan image size (12d3d03)
  • journal updates counter fixed (#5696) (3ae2116)
  • lent countries to value (5f926b0)
  • lint (04de4f8)
  • lint (3e43e7d)
  • lint (d236031)
  • linting (deeecdb)
  • loan card updated in inprogress carousel (#5669) (5ddb090)
  • loans number fixed (#5662) (f406542)
  • match tracking events to epic (1cd00e8)
  • move settings gear up (542c06c)
  • my kiva bugs (#5659) (9aceca7)
  • my kiva stats bug (#5656) (e0c9d65)
  • mykiva mobile loan card width fixed (#5700) (f19529d)
  • new config to enable stellate debug header and customFetch for logging (d9e202e)
  • notification design (3da08b1)
  • padding and back action (e614992)
  • passing number of badges to optin module (c7f0477)
  • prevent scrolling to View all button (84b0bb3)
  • remove click from non-tiered badges (2c4bdae)
  • remove onInteractCarousel to avoid duplication in tracking (a762a60)
  • remove small design on modal (6d25095)
  • remove unwanted console logs (acb0052)
  • resolve MyKiva settings menu location issue (ab01531)
  • resolve prop issue for a user with no previous lending (b054a5d)
  • show in-progress badges in impact journeys section (0afaee8)
  • show tier level in top badge tile (f81e8f0)
  • solve conflicts (70f68f1)
  • start index added to badge in progress carousel (#5668) (f9c4054)
  • status card too wide and padding on large screens (dcd7a59)
  • story badge size (fa2dd07)
  • switch to user avatar (7e14e16)
  • text size for mobile (9012158)
  • title when no loans (941e02d)
  • unused queries (dc14e14)
  • update gifts url in the footer to new path (13d71b6)
  • update mock old badge (7609005)
  • update notification avatar sizes for mobile and desktop (e0e7914)
  • update string to array conversion (4608ff4)
  • updated analytics to match ticket requirements (96ccc24)
  • width in notification (982b136)

🪚 Refactors

  • prefetch badge queries (54758ee)
  • use one query for badge data (09edebf)
  • using kv avatar for notification (c84fbc7)
  • using ready query (d295d60)

🧹 Chores