Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 25, 2022
1 parent a4e6562 commit d94dec2
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 3 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,50 @@
# Changelog

## 1.0.0 (2022-09-25)


### ⚠ BREAKING CHANGES

* **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

### Features

* add custom actions for the connect button ([9bf63c8](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/9bf63c80fa56bc51333b1168c5881f225bba0887))
* add disconnect and connect state to the useCardano hook ([1cee38d](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/1cee38d3fc3d9442b97034cd44e9765d32e75023))
* add hooks, refactoring and add new component ([e44cf81](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/e44cf8125ead059469f9381a65af52cdf3d7a015))
* add mobile support to list component ([c3896d6](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/c3896d649ca3832fc5adc4e54cab6570818965bd))
* add mobile wallet support for flint ([377e02e](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/377e02e8c824ee093d400a7b0d09768c00380b34))
* add more props for filtering the supported wallets and only display the installed wallets ([5d54dd5](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/5d54dd55909ced7fa292e468c5327c7660131134))
* add onDisconnect callback ([5a704b1](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/5a704b1270a0cabf2a0018d074f62685f4085936))
* allow to pass other classNames ([363c2db](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/363c2db4def9e969af95435de6bf41ca315843be))
* **button:** add pre and post component, onClick handler for the stake address and an option to hide the action menu ([16fdc19](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/16fdc195ac60a768dcd6e236b190eb163bff4789))
* **hook:** add getAvailableWallets function ([7b7e216](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/7b7e216f187e831579dfe53ced2bb3d96161d429))
* **hook:** may filter wallet list and return capitalized wallet name ([5b44f75](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/5b44f7540b7e61705ea76a2ef7452d8ef2c4bf79))
* use cip8 and cip30 for login and signing ([da6cfea](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/da6cfeadb839aa72b5653399d8a9fd68de90272d))
* use observable pattern to share a global state between all useCardano hooks ([b1c2139](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/b1c21391601fb6a32711cd91f81e78b0bfe07c03))
* use storybook for testing and developing ([8fbeb9d](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/8fbeb9deb2d3f66eeb44a3c9d2cd228f224e1bce))
* use styles prop to allow a style override for the components ([0e76bd6](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/0e76bd6deb2d8842e67dc4d7ac155927aac0a4df))
* useCardano reacts to changes in local storage (e.g. disconnect call from other components etc.) ([2a81d45](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/2a81d450be9b90bd8fbac78736d91d77fcffead2))


### Bug Fixes

* add a component folder to fix the export paths ([be6f0a9](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/be6f0a99bd381a5c1bd69c8a1740443ad79a7828))
* add key to custom actions ([3324952](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/3324952c42e57fc21bb88e806a4e6083ff6ef2eb))
* check if cardano is part of the window object ([1e0d54f](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/1e0d54f61d2cbca2271c025d43cb1f424da0783b))
* custom styles now working due to replacing jss by styled components ([863c7f7](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/863c7f7a6267c5ee868ba78fadc8d3436447c0e1))
* export of list component ([ef04f58](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/ef04f585020e2b29895bbfa84280ba08c9520452))
* getInstalledWalletExtensions undefined check ([f5add20](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/f5add203a3d8e7f355848e3721be18fa3ad59e22))
* mix primary color with white instead of using an alpha value ([06d9f8a](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/06d9f8ab422d936d541ee5262c32d25a2f7ff3fb))
* remove typhonjs and replaced it with bech32 to prevent webpack 5 issues ([1936ece](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/1936ecef1755a759af2800a7af5ab6edf8851377))
* solve css issues ([d2c45c1](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/d2c45c1e195a68dc5078a9da47db8409e411423b))
* use @stricahq/typhonjs for address decoding due to memory issues in the serialization-lib ([d715e36](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/d715e3670679ae955d481b9d0badda7a14580c44))
* use buffer package since built-in Buffer is not available in every environment ([1ed77aa](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/1ed77aac086532e3d069ca723b7a80de0abe2fb0))
* use dispatch event to trigger the event storage listener ([010690e](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/010690e976e0cd1ab1f05fbdc81dd63f52e964f7))
* variable button hover color ([e921ac4](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/e921ac402dad7988a5db2b465472100878de893b))
* wallet connect bug on reconnect because of a wrong internal state ([92447b9](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/92447b9d9718cc56f6fab079fa9f9ecc75c0dc80))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-foundation/cardano-connect-with-wallet",
"version": "0.1.27",
"version": "1.0.0",
"license": "Apache-2.0",
"description": "This package aims to provide useful hooks and React components to simplify the cardano dapp integration",
"dependencies": {
Expand Down

0 comments on commit d94dec2

Please sign in to comment.