All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Note: Version 0 of Semantic Versioning is handled differently from version 1 and above. The minor version will be incremented upon a breaking change and the patch version will be incremented for features.
- data-access: add
adapters
toWalletConfig
. - data-access: create
provideWalletAdapter
for standalone. - docs: add README to the repository.
- raw-example: create a raw example app and added instructions on how to get there in the README.
- cdk: use
inject
instead of theconstructor
for DI. - cdk: add
HdConnectWalletDirective
to give HTML elements the ability to connect the selected wallet. - cdk: add
HdDisconnectWalletDirective
to give HTML elements the ability to disconnect the selected wallet. - cdk: add
HdSelectWalletDirective
to give HTML elements the ability to select a wallet. - cdk: add
HdSelectAndConnectWalletDirective
to give HTML elements the ability to select a wallet and connect to it. - material: add
HdWalletModalTriggerDirective
to give HTML elements the ability to open the material select wallet modal. - cdk-example: create a cdk example app and added instructions on how to get there in the README.
- material-example: create a material example app and added instructions on how to get there in the README.
- cdk: add
HdSignMessageDirective
to give HTML elements the ability to sign an encoded message. - cdk: add
HdEncodeTextPipe
to transform a string into a Uint8Array.
- cdk: remove
HdWalletConnectButtonDirective
. - cdk: remove
HdWalletDisconnectButtonDirective
. - cdk: remove
HdWalletModalButtonDirective
. - material: remove
HdWalletModalTriggerDirective
. - cdk: remove
selectWallet
fromHdWalletAdapterDirective
- cdk: add
hd
prefix to all inputs and outputs from elements.
- core: Bump missing dependencies.
- core: Give support to Angular 15.
- core: Give support to Angular 14.
- core: Give support to Angular 13.
- core: Give support to Angular 12.
Initial release.
- data-access: Library to support handling wallets in Angular applications.
- cdk: UI library that gives headless widgets for creating custom UIs with wallet integration.
- material: Angular Material library with common widgets for wallet integration.