Skip to content

v3.1.0

Compare
Choose a tag to compare
@kiva-robot kiva-robot released this 24 Oct 18:03
· 364 commits to production since this release

3.1.0 (2024-10-24)

🎉 New Features

  • [MP-767] mykiva lending stats (#5576) (b006486)
  • add badge container with new states to journey (d492880)
  • add badge tier captions and earn badge button (3b1ee17)
  • add initial locked badge version with lock wiggle on click (bf98056)
  • add loan counter on badge image (37c4664)
  • add metadata content in lender profile for badge share (8887658)
  • add outline to in-progress badge and solid shape to locked (780fc97)
  • add test to composable (2f40fa2)
  • borrower and trustee links added to my kiva hero (#5597) (7f526fe)
  • configurable idle timeout for vue workers (00b5249)
  • connect badge modal to real data (aefc166)
  • generic modal added for badge states (#5600) (88b496c)
  • implemented badge journey lines (fd6d061)
  • initial my kiva journey modal content (d0de14d)
  • modal content for completed badges (18fb9d3)
  • my kiva badges section (#5607) (65c5b04)
  • my kiva updates section (#5584) (b24145f)
  • prevent double-clicking complete registration CTA MP-938 (c39d113)
  • thanks view tracking MP-921 (d6eb9c0)
  • use kv-components KvLoadingSpinner for KvLoadingOverlay (c8ed306)
  • validate badge key exist (3ea45a4)

🐛 Bugfixes

  • add badge journey analytics (454558e)
  • add composable file (a751667)
  • add correct data to story (efa1006)
  • add missing country id and emits declaration to pass linting (76776f3)
  • add unit tests for composables, fix issues discovered with testing (8875b53)
  • adjusted with most recent changes (0f14e4f)
  • classes need to be applied to KvBaseInput wrapper MP-938 (9b068bb)
  • ensure journey re-renders correctly when different badges are opened (9875910)
  • ensure test more stable (dfeb0f6)
  • first name box should only show when names required MP-938 (1d0bbcb)
  • get loan number in title from badge target (37c3d66)
  • handle date format (63ed680)
  • hasDespositedBefore cookie not used where it should be (a8c9906)
  • hide journey lines until badge image loads (7fde30d)
  • linting (9b19d8d)
  • merge badge story data (49777c4)
  • missing file (accbc87)
  • random issues resolved with my kiva work (a598b57)
  • remove embed exp (771bff0)
  • resolve a couple console warnings and errors (302c034)
  • resolve console warning for carousel (4756361)
  • solve comments (3226745)
  • update new event tag names MP-921 (c7adb1d)
  • validation checks were changed to invalid when they should have stayed error MP-938 (f664ead)

🪚 Refactors

  • move thanks visible view logic from template to computed value MP-921 (ede678b)
  • separate lending achievement mock to different file (96741dc)
  • use composable for loading badge info (874c2d5)

🧹 Chores