Skip to content

v2.751.0

Compare
Choose a tag to compare
@kiva-robot kiva-robot released this 27 Aug 21:51
· 927 commits to production since this release

2.751.0 (2024-08-27)

🎉 New Features

  • 404 page added (#5444) (c477382)
  • charts replaced with shared ones from kv components (#5458) (251c64b)
  • create an intermediate screen after badge is revealed to enhance transition between screens (8d69893)
  • handle unknown lender on profile page (#5455) (a4c1986)
  • integrate kv-carousel for badges (5dada33)
  • lender profile headings updated (#5459) (d25806d)
  • loading states adding to lender profile sections (#5451) (c17e0fd)
  • loans map added to lender profile (#5438) (55ba677)
  • meta data updated in lender profile (#5445) (f0a1d70)
  • pie chart mobile view fixed (#5447) (e230642)
  • reorganize structure and create discover component view (b308c78)
  • set badge fullscreen on click and fade in elements (c8ed11c)
  • set new deposit incentive end date MP-692 (83bba41)
  • smooth badge unblur (ed9af43)

🐛 Bugfixes

  • 3 cols for desktop (4a6b1aa)
  • change refugee badge name to plural (8e10d76)
  • extract async checkout error object with primary format (2746096)
  • fix optional chaining for fallback error states (8c586ff)
  • grow new bg to fullscreen except for header and footer (59f941a)
  • hide name using badge id (11e992d)
  • lint (d637937)
  • lint (49bb940)
  • lint (2f5852a)
  • lint (67e819e)
  • mfa api token auth requires using authorize call, not checkSession MP-479 (56f4fc5)
  • missing region in ty page query (b778aab)
  • missing track property (f357a9b)
  • remove checkout sticky code (a40e081)
  • remove unused args in story (b8810f9)
  • state is in hash and show error page for error conditions MP-479 (59d3186)
  • state param not generated before authorize call MP-479 (88d0eff)
  • tw class (657250f)
  • update component library (bb5513b)
  • update selected comms value check (8517ecd)

🪚 Refactors

🧹 Chores