Skip to content

Releases: 0xIntuition/intuition-ts

v0.17.0 ✨

06 Jan 17:36
4b4f7f0
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

Full Changelog: v0.16.0...v0.17.0

--

Contributors

@Vitalsine85 and @jonathanprozzi

v0.16.0 ✨

27 Dec 20:26
604babf
Compare
Choose a tag to compare

Changes

🚀 Features

  • ENG-5262 feat(portal): update protocol points from legacy api to graphql @Vitalsine85 (#1007)
  • ENG-5224 ENG-5242 feat(graphql,1ui,template): graphql package update to new schema and modified codegen @jonathanprozzi (#997)
  • ENG-5252 feat(portal): add raw graphql query to quests route for nft points @Vitalsine85 (#998)
  • ENG-4592 feat(graphql,template): add environment handling graphql and example in template @jonathanprozzi (#969)
  • ENG-0000 feat(repo): Setup graphql versioning & packaging @0xjojikun (#964)

🐛 Bug Fixes

Full Changelog: v0.15.0...v0.16.0

--

Contributors

@0xjojikun, @Vitalsine85 and @jonathanprozzi

v0.15.0 ✨

05 Dec 20:47
31d6745
Compare
Choose a tag to compare

Changes

🚀 Features

  • ENG-4934 feat(graphql,template): graphql package updates from feature branch @jonathanprozzi (#962)

🐛 Bug Fixes

Full Changelog: v0.14.3...v0.15.0

--

Contributors

@jonathanprozzi

v0.14.3 ✨

03 Dec 22:50
2ea2f1d
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

Full Changelog: v0.14.2...v0.14.3

--

Contributors

@0xjojikun and @Vitalsine85

v0.14.2 ✨

22 Nov 02:48
88abe2b
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • ENG-0000 fix(portal,1ui): Fix Privy auth issues @0xjojikun (#939)
  • ENG-4803 fix(portal): increase retries to 10 in get claim resource route @Vitalsine85 (#935)

Full Changelog: v0.14.1...v0.14.2

--

Contributors

@0xjojikun and @Vitalsine85

v0.14.1 ✨

20 Nov 00:12
0972d7d
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • ENG-0000 fix(portal): changes httpOnly logic to false and wraps verifyPrivyAccessToken @jonathanprozzi (#933)
  • ENG-0000 fix(portal): adds logic to app.tsx to clear old domain privy-session @jonathanprozzi (#932)

Full Changelog: v0.14.0...v0.14.1

--

Contributors

@jonathanprozzi

v0.14.0 ✨

19 Nov 21:22
07d25e7
Compare
Choose a tag to compare

Changes

🚀 Features

  • ENG-3894 feat(portal): add featured lists to explore lists route @Vitalsine85 (#926)
  • ENG-4757 feat(portal): validate address with getAddress in caip10 creation flow @Vitalsine85 (#924)

🐛 Bug Fixes

  • ENG-4797 fix(portal): prevent vault details fetch before stake modal is opened @Vitalsine85 (#930)
  • ENG-4780 fix(portal): make scrollarea height more responsive in review staking screens @Vitalsine85 (#927)
  • ENG-4730 fix(1ui): format large numbers in StakeButton @Vitalsine85 (#921)
  • ENG-4732 fix(portal): format numbers on profile overview cards @Vitalsine85 (#922)
  • ENG-4718 fix(portal): truncate text in the additional tab on list details route @Vitalsine85 (#917)
  • ENG-4719 fix(portal): change list headers on list detail to identity and claim tvl @Vitalsine85 (#916)

Full Changelog: v0.13.0...v0.14.0

--

Contributors

@Vitalsine85

v0.13.0 ✨

15 Nov 02:35
649a57c
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • ENG-4713 fix(portal,1ui): remove staking from identity rows on list detail @Vitalsine85 (#914)
  • ENG-4712 fix(portal,1ui): responsiveness fixes @Vitalsine85 (#913)
  • ENG-4708 fix(portal,1ui): fix skeletons for listcards and featured lists carousel @Vitalsine85 (#910)
  • ENG-4704 fix(portal,1ui): refine gradients in claim and identity row @Vitalsine85 (#909)
  • ENG-4696 fix(portal): increase maxLength on Trunctacular in ProfileCard @Vitalsine85 (#907)
  • ENG-4447 fix(portal): fix vault_id is null after identity creation @Vitalsine85 (#905)
  • ENG-4065 fix(portal): improve tag modal performance @Vitalsine85 (#851)

Full Changelog: v0.12.0...v0.13.0

--

Contributors

@0xjojikun, @Vitalsine85 and @jonathanprozzi

v0.12.0 ✨

11 Nov 21:19
025d142
Compare
Choose a tag to compare

Changes

  • ENG-4124 chore(portal): change wrong network to switch network @Vitalsine85 (#853)

🚀 Features

  • ENG-4653 feat(repo): updates monorepo readmes @jonathanprozzi (#892)
  • ENG-4659 feat(portal): set up hydration boundary in portal provider @jonathanprozzi (#888)
  • ENG-4656 feat(portal): add query to homepage and rewire stats component @Vitalsine85 (#886)
  • ENG-4662 feat(portal,1ui,graphql): update query in create identity modal @Vitalsine85 (#889)
  • ENG-4630 feat(1ui): smart component consumer pattern example -- 1ui + graphql data @jonathanprozzi (#883)
  • ENG-4634 feat(repo): adds initial data hydration pattern to template playground routes @jonathanprozzi (#885)
  • ENG-4627 feat(graphql): add second set queries and fragments @jonathanprozzi (#882)
  • ENG-4369 feat(graphql): graphql package scaffolding with codegen and patterns @jonathanprozzi (#881)
  • ENG-4506 feat(data-populator): add eoa handling @jonathanprozzi (#877)
  • ENG-4524 feat(data-populator): add render.yaml and dockerfile for deployment @jonathanprozzi (#874)
  • ENG-4562 feat(data-populator): prune env values - first pass @jonathanprozzi (#873)
  • ENG-4553 feat(data-populator): add success error state handling @jonathanprozzi (#871)
  • ENG-4503 feat(data-populator): Refactor batch create atoms flow @0xjojikun (#869)
  • ENG-4392 feat(portal): update staking flow @Vitalsine85 (#863)
  • ENG-4264 feat(data-populator): Port ethers to viem @auroter (#867)
  • ENG-4443 feat(repo): scaffold data populator app @jonathanprozzi (#860)
  • ENG-3931 feat(template): create privy template in monorepo -- phase one @0xjojikun (#859)
  • ENG-4262 feat(portal): POC for frontend/backend data resolution for contract addresses/arbitrary atoms @Vitalsine85 (#850)

🐛 Bug Fixes

🔨 Maintenance

Full Changelog: v0.11.0...v0.12.0

--

Contributors

@0xjojikun, @Vitalsine85, @auroter and @jonathanprozzi

Callout

  • We reverted and moved the following PRs to a specific feature branch (feature/graphql-migration):
    • ENG-4659 feat(portal): set up hydration boundary in portal provider @jonathanprozzi (#888)
    • ENG-4656 feat(portal): add query to homepage and rewire stats component @Vitalsine85 (#886)
    • ENG-4662 feat(portal,1ui,graphql): update query in create identity modal @Vitalsine85 (#889)
    • ENG-4634 feat(repo): adds initial data hydration pattern to template playground routes @jonathanprozzi (#885)

v0.11.0 ✨

18 Sep 14:40
6660044
Compare
Choose a tag to compare

Changes

🚀 Features

  • ENG-3113 feat(portal): add create button to EmptyStateCard for identities and claims @Vitalsine85 (#835)
  • ENG-4079 feat(portal): add share button modal detail pages @jonathanprozzi (#847)

🐛 Bug Fixes

  • ENG-3978 fix(portal): fix alignment of explorer button on identity row in activity feed @Vitalsine85 (#834)
  • ENG-4064 fix(portal): remove timeout from create identity @Vitalsine85 (#846)

🔨 Maintenance

  • ENG-2748 chore(portal): replace instances of w-[]px with w-rem @Vitalsine85 (#836)
  • ENG-3552 chore(portal): make home system stats clickable @Vitalsine85 (#833)

Full Changelog: v0.10.0...v0.11.0

--

Contributors

@Vitalsine85 and @jonathanprozzi