Releases: cardano-foundation/cardano-connect-with-wallet
Releases · cardano-foundation/cardano-connect-with-wallet
cardano-connect-with-wallet: v0.2.0
0.2.0 (2023-07-08)
⚠ BREAKING CHANGES
- refactor the libs into two modules which are both available as npm modules
Features
- refactor the libs into two modules which are both available as npm modules (008d523)
cardano-connect-with-wallet-core: v0.2.0
0.2.0 (2023-07-08)
⚠ BREAKING CHANGES
- refactor the libs into two modules which are both available as npm modules
Features
- refactor the libs into two modules which are both available as npm modules (008d523)
v0.1.58
0.1.58 (2023-07-05)
Features
- add build storybook in workspace (bf6cade)
- add build storybook react from worspace (2edae53)
- extract logic from useCardano into Wallet class from core (c3c444e)
- gha: add github pages storybook update (2a8bebc)
- gha: add github pages storybook update (5a43dbf)
- update react storybook static (f7a938b)
- update readme to include storybook doc link (2f4c9bd)
Bug Fixes
- add missing package-lock (18f818e)
- cypress tests on workspace (22edf88)
- disable generating video on cypress tests (2a8cd39)
- imports from core, utils and global (8264498)
- move cypress config and folder inside the react subfolder (b560bde)
- outdated package-lock.json (eee69e4)
- typo (7d437f5)
- update node to 18.2.0 (1b7b276)
- update release workflow to use yarn (d2cb008)
- update release workflow version to 18.12.0 and update .gitignore (97f1122)
- update test workflow to 18.2.0 (c4401f9)
- update useCardano core import (7bf4c98)
- update workflow test to 18.12.0 (3b3b21a)
- update workflow to use yarn (6ebdfd1)
v0.1.57
0.1.57 (2023-05-11)
Bug Fixes
- update types dir to new folder structure (cf5accb)
v0.1.56
0.1.56 (2023-04-23)
Features
- provide new property to display balance instead of stake address (f0e9a18)
v0.1.55
0.1.55 (2023-04-21)
Features
- usedAddresses and unusedAddresses are now provided by useCardano Hook (d0b7a02)
v0.1.54
0.1.54 (2023-04-20)
Bug Fixes
- prevent error if window.cardano is not available (5221f8e)
v0.1.53
0.1.53 (2023-04-04)
Bug Fixes
- finally fix the wrong behavior of reconnecting after page refresh. closes #37 (22fa09e)
v0.1.52
0.1.52 (2023-04-03)
Features
- add retry interval to prevent race conditions while waiting for the wallet to inject but keep the behavior of reconnecting after a page reload. Related to #37 (670f4da)
v0.1.51
0.1.51 (2023-04-03)
Bug Fixes
- add undefined check for wallet as it might not have been injected due to some race conditions which potentially results in #37 (e05f1b1)