0.2.7 (2023-09-20)
- add alert dialog to p2p button to see the actual message (d92d9a9)
0.2.6 (2023-08-11)
- update README.md trigger release (14925fa)
0.2.5 (2023-08-10)
- add eternl tracker urls for cip45 p2p connect (6e8aa96)
0.2.4 (2023-08-07)
- update dependencies, fix tracker urls to support ws and wss only (7711bc4)
0.2.3 (2023-08-06)
- add prop to extend the peer connect tracker urls (5b1b24d)
- handle custom prop in styled component to remove the warning (3f69dd8)
0.2.2 (2023-08-04)
- update cip45 api and include latest changes (70609c4)
- remove x char from desktop only menu items (973141f)
0.2.1 (2023-08-02)
- add more customizations and copy button to P2P modal dialog (b4c0005)
- add shouldForwardProp to remove the warning root-caused by styled components (1965ee0)
0.2.0 (2023-07-08)
- refactor the libs into two modules which are both available as npm modules
- refactor the libs into two modules which are both available as npm modules (008d523)
0.2.0 (2023-07-08)
- refactor the libs into two modules which are both available as npm modules
- refactor the libs into two modules which are both available as npm modules (008d523)
0.1.58 (2023-07-05)
- 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)
- 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)
0.1.57 (2023-05-11)
- update types dir to new folder structure (cf5accb)
0.1.56 (2023-04-23)
- provide new property to display balance instead of stake address (f0e9a18)
0.1.55 (2023-04-21)
- usedAddresses and unusedAddresses are now provided by useCardano Hook (d0b7a02)
0.1.54 (2023-04-20)
- prevent error if window.cardano is not available (5221f8e)
0.1.53 (2023-04-04)
0.1.52 (2023-04-03)
- 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)
0.1.51 (2023-04-03)
- add undefined check for wallet as it might not have been injected due to some race conditions which potentially results in #37 (e05f1b1)
0.1.50 (2023-03-17)
- rollup setup after updating the version (019e714)
0.1.49 (2023-03-17)
- add qr code dialog and use peer-connect lib (b7f3ef8)
0.1.48 (2023-02-23)
- component: add Lace to default wallets list (fb0b513)
0.1.47 (2023-01-20)
- trigger build pipeline for last bug fix by adding emojis to the github actions file (e1bbaf4)
0.1.46 (2022-12-03)
- workaround for NuFi no longer needed (dd9ac58)
0.1.45 (2022-11-07)
- show wallet icon once connected (de8be89)
0.1.44 (2022-10-24)
- flint workaround is not needed anymore (bb4ce55)
0.1.43 (2022-10-21)
- add a wallet injection listener (b67cd3e)
0.1.42 (2022-10-20)
- nufi support (7aecaba)
0.1.41 (2022-10-14)
- add ids and use a fallback if title is null (b3b8c94)
0.1.40 (2022-10-14)
- allow component as button title, introduce isConnecting, prevent users from connecting while the component already tries to connect (abd65d6)
0.1.39 (2022-10-10)
- hooks: remove error enums and introduce class based errors, allow to limit to specific network type
- hooks: remove error enums and introduce class based errors, allow to limit to specific network type (0d49611)
0.1.38 (2022-10-07)
- api for typhon wallet (2732cd6)
0.1.37 (2022-10-04)
- add polling for new wallets on the window.cardano object to provide a installedWalletExtensions array that is part of the useCardano hook (ec73247)
0.1.36 (2022-10-03)
- flint wallet does not return a cip30 DataSignature. Implemented a workaround to return a signature from flint (eb50ecb)
0.1.35 (2022-09-30)
- flint mobile connect (8180672)
0.1.34 (2022-09-29)
- components now also working on mobile (f48c16d)
- hook: connect/disconnect wallet does now work (01f82bd)
0.1.33 (2022-09-28)
- hook: testnet addresses will now decoded correctly (3f394c6)
0.1.32 (2022-09-27)
- add alwaysVisibleWallets to hightlight specific wallets even if they are not installed (1440470)
- export types (03f1839)
- redirect users to chrome store on desktop if a wallet extension has not been installed (fce1044)
- ConnectWalletList: css border when using no gap (3b8d85c)
0.1.31 (2022-09-26)
- cip30: api fix due to match cip30 specs and remove the deprecated nami functions
- cip30: api fix due to match cip30 specs and remove the deprecated nami functions (ecd485a)
0.1.30 (2022-09-25)
- missing package-lock (9726d2f)
- button: add pre and post component, onClick handler for the stake address and an option to hide the action menu
- use observable pattern to share a global state between all useCardano hooks
- custom styles now working due to replacing jss by styled components
- add hooks, refactoring and add new component
- use storybook for testing and developing
- use cip8 and cip30 for login and signing
- add custom actions for the connect button (9bf63c8)
- add disconnect and connect state to the useCardano hook (1cee38d)
- add hooks, refactoring and add new component (e44cf81)
- add mobile support to list component (c3896d6)
- add mobile wallet support for flint (377e02e)
- add more props for filtering the supported wallets and only display the installed wallets (5d54dd5)
- add onDisconnect callback (5a704b1)
- allow to pass other classNames (363c2db)
- button: add pre and post component, onClick handler for the stake address and an option to hide the action menu (16fdc19)
- hook: add getAvailableWallets function (7b7e216)
- hook: may filter wallet list and return capitalized wallet name (5b44f75)
- use cip8 and cip30 for login and signing (da6cfea)
- use observable pattern to share a global state between all useCardano hooks (b1c2139)
- use storybook for testing and developing (8fbeb9d)
- use styles prop to allow a style override for the components (0e76bd6)
- useCardano reacts to changes in local storage (e.g. disconnect call from other components etc.) (2a81d45)
- add a component folder to fix the export paths (be6f0a9)
- add key to custom actions (3324952)
- check if cardano is part of the window object (1e0d54f)
- custom styles now working due to replacing jss by styled components (863c7f7)
- export of list component (ef04f58)
- getInstalledWalletExtensions undefined check (f5add20)
- mix primary color with white instead of using an alpha value (06d9f8a)
- remove typhonjs and replaced it with bech32 to prevent webpack 5 issues (1936ece)
- solve css issues (d2c45c1)
- use @stricahq/typhonjs for address decoding due to memory issues in the serialization-lib (d715e36)
- use buffer package since built-in Buffer is not available in every environment (1ed77aa)
- use dispatch event to trigger the event storage listener (010690e)
- variable button hover color (e921ac4)
- wallet connect bug on reconnect because of a wrong internal state (92447b9)