Releases: bandada-infra/bandada
Releases · bandada-infra/bandada
v2.2.1
🐞 Bug Fixes
- @bandada-infra/api-sdk:
- Fix data object in createGroups request - by @vplasencia (2adf6)
- Remove properties that are no longer part of the group - by @vplasencia (16c13)
- @bandada-infra/client:
- Update API SDK types in the client app - by @vplasencia (f5543)
View changes on GitHub
v2.2.0
🚀 Features
- Support several networks in the blockchain credential - by @vplasencia (2b08f)
- Support avalanche c chain in the blockchain credential - by @vplasencia (9e778)
- Add create / remove groups with api key logic - by @0xjei (638f5)
- Add update group with api key logic; optimize create / remove with api key - by @0xjei (1bdc0)
- Add UI components to support admin apikey interactions - by @0xjei (011f7)
- Add missing APIs endpoints on ApiSdk - by @0xjei (57fab)
- @bandada-infra/api-sdk: Add createGroup function to the api sdk library - by @vplasencia (e286b)
🐞 Bug Fixes
- Add missing types for 'uuid' package - by @0xjei (496bb)
- Prevent access to admin info from outside the dashboard - by @vplasencia (ada96)
- Enable access to some group endpoints - by @vplasencia (db90f)
- Remove the creation of an admin in the dashboard app - by @vplasencia (fa7ce)
- @bandada-infra/api:
- Avoid running some functions twice if there are apikey and active session - by @vplasencia (ec478)
- Prevent adding a member to a credential group by using an api key or a valid session - by @vplasencia (b4b7e)
- @bandada-infra/api-sdk:
- Fix api requests - by @vplasencia (0d729)
- @bandada-infra/dashboard:
- Fix unauthorized issue when disconnecting the wallet - by @vplasencia (80ae2)
- Make api key elements work properly - by @vplasencia (2e77a)
View changes on GitHub
v2.1.1
What's Changed
- refactor(dashboard): add try for JSON.parse to prevent breaking by @ariesjia in #439
- Add SEO metadata to Docs by @vplasencia in #440
New Contributors
Full Changelog: v2.1.0...v2.1.1
v2.1.0
🚀 Features
-
Add Bandada docs inside
apps
folder by @vplasencia in #427 -
Update
yarn
version to v4 by @vplasencia in #429 -
Add Sepolia as default network by @vplasencia in #431
🐞 Bug Fixes
- Add check to disable continue when NaN by @aguzmant103 in #432
View changes on GitHub
v2.0.0
🚀 Features
-
New
blockchain
provider (withBLOCKCHAIN_BALANCE
andBLOCKCHAIN_TRANSACTIONS
validators) - by @vplasencia (036909e) -
New
eas
provider (withEAS_ATTESTATIONS
validator) - by @0xjei (2c48d03)
Big thanks to all the contributors:
@tanyas-codes @ntampakas @jennyg0 @baumstern @code-Gambler @intldds @rex4539 @ryanpwaldon @Ayoseun @omahs
View changes on GitHub
v1.1.0
v1.0.1
v1.0.0
🚀 Features
- Success Message when adding member - by @aguzmant103 (54bbd)
🐞 Bug Fixes
- Wrong initialization of cached groups in Group service - by @0xjei (b8c59)
- @privacy-scaling-explorations/api: Fix init cached groups - by @vplasencia (83441)
View changes on GitHub
v1.0.0-beta.1
🚀 Features
- Adding copy groupID button - by @aguzmant103 (b2dc2)
- Copy groupID on click - by @aguzmant103 (1e921)
🐞 Bug Fixes
View changes on GitHub
v1.0.0-beta
🚀 Features
- Add validation for minimum description length - by @NamanAg0502 (13f64)
- Bulk member add - by @qope (cd360)
- Add null check - by @aguzmant103 (e97cc)
- Hide Add Member - by @aguzmant103 (72850)
- Bulk Remove Edit on SDK - by @aguzmant103 (3fa1e)
- @privacy-scaling-explorations/api:
- [@privacy-scaling-explorations/apisdk.ts, group,ts](https://github.com/privacy-scaling-explorations/bandada/tree/main/packages/apisdk.ts, group,ts):
- Adds deleting multiple members - by @aguzmant103 (754c0)
- @privacy-scaling-explorations/dashboard:
- @privacy-scaling-explorations/group.tsx:
- Hide Add Member button when not a group admin - by @aguzmant103 (9f448)
🐞 Bug Fixes
- Fix a typo - by @qope (de9e6)
- @privacy-scaling-explorations/add-member-modal:
- @privacy-scaling-explorations/add-member-modal.tsx:
- @privacy-scaling-explorations/api:
- @privacy-scaling-explorations/dashboard:
- Avoid checking group description when creating onchain groups - by @vplasencia (9e1fa)
- Remove the description field from preview cards in on-chain groups - by @vplasencia (e34e8)
- Fix api url - by @qope (931e5)
- Fix typos - by @qope (1305d)
- Hide remove button in the case of off-chain - by @qope (2a218)