Skip to content

Releases: iExecBlockchainComputing/web3-messaging-usecase-demo

web3-messaging-usecase-demo: v1.5.2

04 Aug 12:55
d7a1e96
Compare
Choose a tag to compare

1.5.2 (2025-08-04)

🐞 Bug Fixes

  • update Web3mail and Web3telegram to use new returned value and simplify ContactItem components (#133) (bf91bef)

web3-messaging-usecase-demo: v1.5.1

04 Aug 10:10
3811ee1
Compare
Choose a tag to compare

1.5.1 (2025-07-30)

🐞 Bug Fixes

  • update SDKs to prevent fetchUserContacts error when user has no contact (#131) (c7a4622)
  • update SDKs to prevent fetchUserContacts error when user has no contacts (c7a4622)

web3-messaging-usecase-demo: v1.5.0

29 Jul 14:10
894bac1
Compare
Choose a tag to compare

1.5.0 (2025-07-29)

🚀 Features

web3-messaging-usecase-demo: v1.4.0

28 Jul 13:28
eeae2ec
Compare
Choose a tag to compare

1.4.0 (2025-07-23)

🚀 Features

  • code refactor and request fetching optimisation (a1eadf4)
  • implement ContactItem component for displaying contact details and improve fetching (37da14d)

🐞 Bug Fixes

  • add IPFS node configuration to Web3Telegram client initialization (1c98054)
  • add IPFS node configuration to Web3Telegram client initialization (e32baeb)
  • add TODO comment to remove hardcoded IPFS node in Web3telegram initialization (2475a96)
  • consolidate contact name display into a single line (9b2249d)
  • enable strict user fetching for Telegram contacts (08141de)
  • improve error handling in ContactItem component (21d7cfb)
  • invalidate queries for fetching contacts and contact details after granting access and sending message (e8148a3)
  • remove debug log from fetchContactDetails function (b0d83b1)
  • replace CircularLoader with LoadingSpinner and improve loading state handling in ContactItem (2832655)
  • update @iexec/web3mail dependency to version 1.2.2 (c3664dc)
  • update @iexec/web3telegram to version 0.1.0-alpha.1 (1e9fc75)

✨ Polish

🧰 Other

  • update @iexec/web3telegram to version 0.1.0-alpha.1 (037538a)

web3-messaging-usecase-demo: v1.3.2

17 Jul 15:42
97e4e4a
Compare
Choose a tag to compare

1.3.2 (2025-07-17)

🐞 Bug Fixes

  • update error message for protected data creation failure (#122) (9af1b1d)

web3-messaging-usecase-demo: v1.3.1

07 Jul 08:12
64ec68f
Compare
Choose a tag to compare

1.3.1 (2025-06-24)

🐞 Bug Fixes

  • remove WalletConnect integration from wagmiConfig using reown instead (#120) (4261e37)

web3-messaging-usecase-demo: v1.3.0

20 Jun 07:39
48b6d40
Compare
Choose a tag to compare

1.3.0 (2025-06-19)

🚀 Features

  • add Mava Widget, replace IPFS by Encrypted Content, add send message confirmation modale (#118) (01fbbaf)

web3-messaging-usecase-demo: v1.2.0

11 Jun 15:13
7f24c32
Compare
Choose a tag to compare

1.2.0 (2025-06-11)

🚀 Features

  • add Google Tag Manager integration to index.html (#115) (65db1a7)

web3-messaging-usecase-demo: v1.1.0

24 Apr 13:06
713de02
Compare
Choose a tag to compare

1.1.0 (2025-04-22)

🚀 Features

🧰 Other

  • update @iexec/web3telegram version to 0.0.3-alpha (#108) (b73386e)

web3-messaging-usecase-demo: v1.0.0

15 Apr 07:26
5cdbd3a
Compare
Choose a tag to compare

1.0.0 (2025-04-10)

🚀 Features

  • add Alert and CircularLoader components for improved user feedback in protected data list (2485d1c)
  • add Dev Mode toggle to NavBar and implement Label and Switch components (b20f34c)
  • add DocLink component to display API method calls in various views (f388488)
  • add example environment variables for project configuration (54dbbe1)
  • add getUserFriendlyStatues utility and Stepper component for improved status display and progress indication (cb79f83)
  • add GrantAccessModal (a408f1a)
  • add GrantAccessModal component for user access management (3efba84)
  • add logo link to My Data in TopNavBar for improved navigation (545a09a)
  • add new visual assets for steps and update Resources component to use them (eb9255e)
  • add onboarding popup with step-by-step guidance and local storage tracking (3b97a2c)
  • add onboarding popup with step-by-step guidance and local storage tracking (92e6902)
  • add onboarding popup with step-by-step guidance and local storage tracking (d9fafb5)
  • add OneStatus type for improved status management in addProtectedData component (7535767)
  • add ProtectedData component for displaying and managing user protected data (1daa189)
  • add ProtectedDataIcon component and integrate it into ProtectedDataDetails (7155795)
  • add ProtectedDataIcon component and integrate it into ProtectedDataDetails (2ba85f6)
  • add RevokeAccess component and integrate it into ProtectedData view (f247168)
  • add route for ProtectedData component and update link in ProtectedDataList (1f28c03)
  • add Select component and Textarea component, update routing for sending messages page (7128cfa)
  • add Web3Mail and Web3Telegram support and add contacts page (7452618)
  • Add Web3Mail and Web3Telegram support and add contacts page (8404e86)
  • add WEB3TELEGRAM_IDAPPS_WHITELIST_SC and update GrantAccessModal to handle telegram data (e447ba0)
  • add WEB3TELEGRAM_IDAPPS_WHITELIST_SC and update GrantAccessModal to handle telegram data (befc8cf)
  • add WEB3TELEGRAM_IDAPPS_WHITELIST_SC and update GrantAccessModal to handle telegram data (5e4bfa9)
  • add WORKERPOOL_ADDRESS_OR_ENS constant to configuration (47f8f3b)
  • better form validation for addProtectedData component (6175fbd)
  • create ProtectedDataDetails for better code readability (4e583bd)
  • DocLink: add DocLink component with conditional rendering based on dev mode (7b87e14)
  • enhance button rendering logic to conditionally display 'other' tab based on available data (884ef5c)
  • enhance Stepper component styling to indicate completed steps (5a814eb)
  • implement addProtectedData form for user input and data submission (dd22185)
  • implement responsive items per page based on window size (7d41876)
  • improve heading styles and enhance protected data item count display (3a7d872)
  • make isDone prop optional in StatusMessage component (a6de424)
  • move status management store to a dedicate file (525529a)
  • move StatusMessage in a dedicate components (fd1a80f)
  • navBar: add MyDataIcon component and update navigation item (d8ce9db)
  • navBar: add MyDataIcon component and update navigation item (34b510e)
  • navBar: add Resources navigation item and icon; add useDevMode store (142a096)
  • rename "profile" to "my data" (fc5aa6b)
  • Resources: add Resources view with step-by-step guidance and Telegram visual (c2e27bb)
  • reverse sorting order of contacts by access grant timestamp (dc6a967)
  • update addProtectedData component to use labels for better accessibility and enhance styling (4db5914)
  • update contact owner display to indicate ownership (4f95a22)
  • update NavBar SVG icons (0e48edd)
  • update ProtectedDataList to improve user navigation and data display (e6a03fd)
  • update SVG attributes in NavBar component for consistency (4f70d41)

🐞 Bug Fixes

  • add border styling to PaginatedNavigation component in ContactList (433a7f4)
  • add image for 'Protect a new data' section in ProtectedDataList comp...
Read more