Releases: iExecBlockchainComputing/web3-messaging-usecase-demo
Releases · iExecBlockchainComputing/web3-messaging-usecase-demo
web3-messaging-usecase-demo: v1.5.2
web3-messaging-usecase-demo: v1.5.1
web3-messaging-usecase-demo: v1.5.0
web3-messaging-usecase-demo: v1.4.0
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
- simplify code (2dc504d)
🧰 Other
- update @iexec/web3telegram to version 0.1.0-alpha.1 (037538a)
web3-messaging-usecase-demo: v1.3.2
web3-messaging-usecase-demo: v1.3.1
web3-messaging-usecase-demo: v1.3.0
web3-messaging-usecase-demo: v1.2.0
web3-messaging-usecase-demo: v1.1.0
web3-messaging-usecase-demo: v1.0.0
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...