@eternl/cardano-dapp-connector-bridge
Version:
A postMessage bridge to connect dApps to the Eternl DApp Browser loading apps into an iframe.
26 lines (14 loc) • 506 B
Markdown
# Changelog
## v1.2.0 - 2024-08-14
- Made this repository an npm package (including Typescript definitions).
- Published the package on npm.
- Added support for extensions when calling enable().
## v1.1.1 - 2022-05-07
### Fixed
- Fixed isEnabled() not resolving by adding missing 'isEnabled' to methodMap.
## v1.1.0 - 2022-04-20
### Added
- feeAddress: Allow a string with key 'feeAddress', does not get replaced by a request function.
## v1.0.0 - 2022-04-19
### Added
- Initial release