Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: release 1.0.8 #72

Merged
merged 57 commits into from
Dec 15, 2023
Merged

build: release 1.0.8 #72

merged 57 commits into from
Dec 15, 2023

Conversation

wenty22
Copy link
Collaborator

@wenty22 wenty22 commented Dec 15, 2023

Description

Issue ticket number and link

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • I have updated changeset
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

For adding a new wallet

For more detail, please click here

test case support? connected? switch networks? support testnet?
PC, browser extension ✔️ ✔️
Android, in system browser
Android, in wallet dapp browser
iOS, in system browser
iOS, in wallet dapp browser
WalletConnect, PC
WalletConnect, Android, in system browser
WalletConnect, Android, in wallet dapp browser
WalletConnect, iOS, in system browser
WalletConnect, iOS, in wallet dapp browser

wenty22 and others added 30 commits November 15, 2023 17:48
* feat: Add test example

* feat: Update examples

* feat: Add disclaimer & download url

* docs: Update example

* docs: Update docs

* docs: Update docs

* docs: Update gitignore

* docs: Update docs

* feat: Add zIndices theme config

* feat: Update examples

* feat: Refactor switch network modal

* refactor: Clean code

* feat: Update examples

* refactor: Update dependencies

* feat: Update version

* docs: Update docs

* chore: Add changeset

* test: Test changeset version

* docs: Create LICENSE

* docs: Update packages info

* chore: Add husky & lint-staged

* abc: test commit lint

* chore: Update husky

* chore: Update husky

* test: test husky

* chore: Add issue & pr template

* fix: Update OpenSwitchNetworkOptions type

* feat: Add options to control modal close

* feat: Add default wallets to walletConnect

* docs: Update useModal document

* refactor: Add className to base components

* chore: Add release github acton

* chore: Add publish ci script

* chore: Fix github action

* chore: Update github action

* test: Test github action

* chore: Add  .pnpm-store to gitignore

* chore: Update github action

* chore: Copy readme to walletkit package when publish

* chore: Update issue_template

* chore: Update pr & issue template

* Update bug_report.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
wenty22 and others added 27 commits November 29, 2023 11:46
* chore: prettier & eslint ignore changeset's md files

* fix: No need refresh when open WalletConnect Modal in QRCode page

* chore: Add vconsole for dev demo

* fix: fixed trustwallet losing status after refreshing

* chore: update release info
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: prettier & eslint ignore changeset's md files

* fix: No need refresh when open WalletConnect Modal in QRCode page

* chore: Add vconsole for dev demo

* fix: fixed trustwallet losing status after refreshing

* chore: update release info

* style: Update log output styles

* style: Add switchNetwork log

* refactor: update the `installed` field that detect whether wallet is installed to a function

* fix: fixed conflict issue between trustwallet and metaMask

* docs: update release docs
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: prettier & eslint ignore changeset's md files

* fix: No need refresh when open WalletConnect Modal in QRCode page

* chore: Add vconsole for dev demo

* fix: fixed trustwallet losing status after refreshing

* chore: update release info

* style: Update log output styles

* style: Add switchNetwork log

* refactor: update the `installed` field that detect whether wallet is installed to a function

* fix: fixed conflict issue between trustwallet and metaMask

* docs: update release docs

* docs: Add tests for adding new wallet
#51)

* docs: Add test result table to PULL_REQUEST_TEMPLATE

* fix: fixed multiple wallet conflicts resulting in undetectable issues

* chore: Add changeset log
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…he page. (#53)

* docs: Add test result table to PULL_REQUEST_TEMPLATE

* fix: fixed multiple wallet conflicts resulting in undetectable issues

* chore: Add changeset log
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ort the case of adding network. (#56)

* docs: Add test result table to PULL_REQUEST_TEMPLATE

* fix: fixed multiple wallet conflicts resulting in undetectable issues

* chore: Add changeset log

* feat: add `action` prop to WalletKitButton & WalletKitButton.Custom to support the case of adding network.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* docs: Update CONTRIBUTING.md

* docs: Add test result table

* docs: Add test result table to PULL_REQUEST_TEMPLATE

* fix: fixed multiple wallet conflicts resulting in undetectable issues

* chore: Add changeset log

* feat: add `action` prop to WalletKitButton & WalletKitButton.Custom to support the case of adding network.

* fix: fix theme configuration naming error issue

* docs: Add changeset docs

* build: release

* build: release 1.0.7 (#60)

* chore: Update bug_report template (#26)

* feat: Add test example

* feat: Update examples

* feat: Add disclaimer & download url

* docs: Update example

* docs: Update docs

* docs: Update docs

* docs: Update gitignore

* docs: Update docs

* feat: Add zIndices theme config

* feat: Update examples

* feat: Refactor switch network modal

* refactor: Clean code

* feat: Update examples

* refactor: Update dependencies

* feat: Update version

* docs: Update docs

* chore: Add changeset

* test: Test changeset version

* docs: Create LICENSE

* docs: Update packages info

* chore: Add husky & lint-staged

* abc: test commit lint

* chore: Update husky

* chore: Update husky

* test: test husky

* chore: Add issue & pr template

* fix: Update OpenSwitchNetworkOptions type

* feat: Add options to control modal close

* feat: Add default wallets to walletConnect

* docs: Update useModal document

* refactor: Add className to base components

* chore: Add release github acton

* chore: Add publish ci script

* chore: Fix github action

* chore: Update github action

* test: Test github action

* chore: Add  .pnpm-store to gitignore

* chore: Update github action

* chore: Copy readme to walletkit package when publish

* chore: Update issue_template

* chore: Update pr & issue template

* Update bug_report.yml

* Create config.yml

* Delete .github/ISSUE_TEMPLATE/config.yml

* Update bug_report.yml

* Update bug_report.yml

* chore: Update bug_report.yml

* style: Add chains type declaration for dev example

* style: Add chains type declaration for dev example

* chore: test docs release workflow

* chore: Test docs release workflow

* chore: test docs release workflow

* chore: test docs release workflow

* style: Add chains type declaration for dev example

* chore: test docs release workflow

* chore: Test docs release workflow

* chore: test docs release workflow

* chore: test docs release workflow

* test: test alpha release

* chore: update versions (alpha) (#39)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: Update docs

* fix: fix theme `auto` mode issue & fix walletConnect chains error

* fix: fixed `WalletConnect` automatic connection issue

* chore: Update dependencies versions

* chore: update versions (alpha) (#41)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: prettier & eslint ignore changeset's md files

* fix: No need refresh when open WalletConnect Modal in QRCode page

* chore: Add vconsole for dev demo

* fix: fixed trustwallet losing status after refreshing

* chore: update release info

* fix: Fixed trustwallet losing account status after refreshing (#44)

* chore: prettier & eslint ignore changeset's md files

* fix: No need refresh when open WalletConnect Modal in QRCode page

* chore: Add vconsole for dev demo

* fix: fixed trustwallet losing status after refreshing

* chore: update release info

* chore: update versions (alpha) (#45)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* style: Update log output styles

* style: Add switchNetwork log

* refactor: update the `installed` field that detect whether wallet is installed to a function

* fix: fixed conflict issue between trustwallet and metaMask

* docs: update release docs

* Dev (#47)

* chore: prettier & eslint ignore changeset's md files

* fix: No need refresh when open WalletConnect Modal in QRCode page

* chore: Add vconsole for dev demo

* fix: fixed trustwallet losing status after refreshing

* chore: update release info

* style: Update log output styles

* style: Add switchNetwork log

* refactor: update the `installed` field that detect whether wallet is installed to a function

* fix: fixed conflict issue between trustwallet and metaMask

* docs: update release docs

* chore: update versions (alpha) (#48)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: Add tests for adding new wallet

* Dev (#49)

* chore: prettier & eslint ignore changeset's md files

* fix: No need refresh when open WalletConnect Modal in QRCode page

* chore: Add vconsole for dev demo

* fix: fixed trustwallet losing status after refreshing

* chore: update release info

* style: Update log output styles

* style: Add switchNetwork log

* refactor: update the `installed` field that detect whether wallet is installed to a function

* fix: fixed conflict issue between trustwallet and metaMask

* docs: update release docs

* docs: Add tests for adding new wallet

* docs: Update contributing

* docs: Add test result table to PULL_REQUEST_TEMPLATE

* fix: fixed multiple wallet conflicts resulting in undetectable issues

* chore: Add changeset log

* fix: Fixed multiple wallets conficts resulting in undetectable issues. (#51)

* docs: Add test result table to PULL_REQUEST_TEMPLATE

* fix: fixed multiple wallet conflicts resulting in undetectable issues

* chore: Add changeset log

* chore: update versions (alpha) (#52)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: Fixed TrustWallet will automatically reconnect after reloading the page.  (#53)

* docs: Add test result table to PULL_REQUEST_TEMPLATE

* fix: fixed multiple wallet conflicts resulting in undetectable issues

* chore: Add changeset log

* chore: update versions (alpha) (#54)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: add `action` prop to WalletKitButton & WalletKitButton.Custom to support the case of adding network.

* Add `action` prop to WalletKitButton & WalletKitButton.Custom to support the case of adding network. (#56)

* docs: Add test result table to PULL_REQUEST_TEMPLATE

* fix: fixed multiple wallet conflicts resulting in undetectable issues

* chore: Add changeset log

* feat: add `action` prop to WalletKitButton & WalletKitButton.Custom to support the case of adding network.

* chore: update versions (alpha) (#57)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: fix theme configuration naming error issue

* docs: Add changeset docs

* build: release

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: update versions (#61)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: Fixed modal flickering issue in grid layout.

* Fixed modal flickering issue in grid layout. (#66)

* chore: Update bug_report template (#26)

* feat: Add test example

* feat: Update examples

* feat: Add disclaimer & download url

* docs: Update example

* docs: Update docs

* docs: Update docs

* docs: Update gitignore

* docs: Update docs

* feat: Add zIndices theme config

* feat: Update examples

* feat: Refactor switch network modal

* refactor: Clean code

* feat: Update examples

* refactor: Update dependencies

* feat: Update version

* docs: Update docs

* chore: Add changeset

* test: Test changeset version

* docs: Create LICENSE

* docs: Update packages info

* chore: Add husky & lint-staged

* abc: test commit lint

* chore: Update husky

* chore: Update husky

* test: test husky

* chore: Add issue & pr template

* fix: Update OpenSwitchNetworkOptions type

* feat: Add options to control modal close

* feat: Add default wallets to walletConnect

* docs: Update useModal document

* refactor: Add className to base components

* chore: Add release github acton

* chore: Add publish ci script

* chore: Fix github action

* chore: Update github action

* test: Test github action

* chore: Add  .pnpm-store to gitignore

* chore: Update github action

* chore: Copy readme to walletkit package when publish

* chore: Update issue_template

* chore: Update pr & issue template

* Update bug_report.yml

* Create config.yml

* Delete .github/ISSUE_TEMPLATE/config.yml

* Update bug_report.yml

* Update bug_report.yml

* chore: Update bug_report.yml

* style: Add chains type declaration for dev example

* style: Add chains type declaration for dev example

* chore: test docs release workflow

* chore: Test docs release workflow

* chore: test docs release workflow

* chore: test docs release workflow

* style: Add chains type declaration for dev example

* chore: test docs release workflow

* chore: Test docs release workflow

* chore: test docs release workflow

* chore: test docs release workflow

* test: test alpha release

* chore: update versions (alpha) (#39)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: Update docs

* fix: fix theme `auto` mode issue & fix walletConnect chains error

* fix: fixed `WalletConnect` automatic connection issue

* chore: Update dependencies versions

* chore: update versions (alpha) (#41)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: prettier & eslint ignore changeset's md files

* fix: No need refresh when open WalletConnect Modal in QRCode page

* chore: Add vconsole for dev demo

* fix: fixed trustwallet losing status after refreshing

* chore: update release info

* fix: Fixed trustwallet losing account status after refreshing (#44)

* chore: prettier & eslint ignore changeset's md files

* fix: No need refresh when open WalletConnect Modal in QRCode page

* chore: Add vconsole for dev demo

* fix: fixed trustwallet losing status after refreshing

* chore: update release info

* chore: update versions (alpha) (#45)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* style: Update log output styles

* style: Add switchNetwork log

* refactor: update the `installed` field that detect whether wallet is installed to a function

* fix: fixed conflict issue between trustwallet and metaMask

* docs: update release docs

* Dev (#47)

* chore: prettier & eslint ignore changeset's md files

* fix: No need refresh when open WalletConnect Modal in QRCode page

* chore: Add vconsole for dev demo

* fix: fixed trustwallet losing status after refreshing

* chore: update release info

* style: Update log output styles

* style: Add switchNetwork log

* refactor: update the `installed` field that detect whether wallet is installed to a function

* fix: fixed conflict issue between trustwallet and metaMask

* docs: update release docs

* chore: update versions (alpha) (#48)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: Add tests for adding new wallet

* Dev (#49)

* chore: prettier & eslint ignore changeset's md files

* fix: No need refresh when open WalletConnect Modal in QRCode page

* chore: Add vconsole for dev demo

* fix: fixed trustwallet losing status after refreshing

* chore: update release info

* style: Update log output styles

* style: Add switchNetwork log

* refactor: update the `installed` field that detect whether wallet is installed to a function

* fix: fixed conflict issue between trustwallet and metaMask

* docs: update release docs

* docs: Add tests for adding new wallet

* docs: Update contributing

* docs: Add test result table to PULL_REQUEST_TEMPLATE

* fix: fixed multiple wallet conflicts resulting in undetectable issues

* chore: Add changeset log

* fix: Fixed multiple wallets conficts resulting in undetectable issues. (#51)

* docs: Add test result table to PULL_REQUEST_TEMPLATE

* fix: fixed multiple wallet conflicts resulting in undetectable issues

* chore: Add changeset log

* chore: update versions (alpha) (#52)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: Fixed TrustWallet will automatically reconnect after reloading the page.  (#53)

* docs: Add test result table to PULL_REQUEST_TEMPLATE

* fix: fixed multiple wallet conflicts resulting in undetectable issues

* chore: Add changeset log

* chore: update versions (alpha) (#54)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: add `action` prop to WalletKitButton & WalletKitButton.Custom to support the case of adding network.

* Add `action` prop to WalletKitButton & WalletKitButton.Custom to support the case of adding network. (#56)

* docs: Add test result table to PULL_REQUEST_TEMPLATE

* fix: fixed multiple wallet conflicts resulting in undetectable issues

* chore: Add changeset log

* feat: add `action` prop to WalletKitButton & WalletKitButton.Custom to support the case of adding network.

* chore: update versions (alpha) (#57)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: fix theme configuration naming error issue

* docs: Add changeset docs

* build: release

* fix: Fixed modal flickering issue in grid layout.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: Remove changeset log

* docs: Update release docs

* docs: Remove changeset logs

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@wenty22 wenty22 merged commit 8c42e28 into main Dec 15, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant