aesirxio / sso-template

GNU General Public License v3.0
18 stars 5 forks source link

Bump @web3modal/ethereum from 2.1.3 to 2.2.2 #63

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @web3modal/ethereum from 2.1.3 to 2.2.2.

Release notes

Sourced from @​web3modal/ethereum's releases.

2.2.2

What's Changed

  • Update dependencies
  • Fix injected wallet name resolutions
  • Expose web3modal version for debugging
  • Expose types for web3modal config / props
  • closes #943
  • All examples have been simplified and de-coupled from monorepo. They are now available at https://github.com/WalletConnect/web3modal-examples

Full Changelog: https://github.com/WalletConnect/web3modal/compare/2.2.1...2.2.2

2.2.1

Changes

  • Preload custom theme assets, closes #935
  • Handle balance display edge case where less than 6 chars were present, closes #923
  • Fix issue where account modal didn't close when user disconnected from within wallet
  • Add explicit dependency of @web3modal/standalone to react and html packages so that there is no conflict between modal sub-dependencies in wagmi's ethereum-provider (between ui and core packages).

New Contributors

Full Changelog: https://github.com/WalletConnect/web3modal/compare/2.2.0...2.2.1

2.2.0

Breaking Changes

  • Wagmi CoinbaseConnector was removed from defaults in modalConnectors() (now w3mConnectors) utility
  • Renamed modalConnectors to w3mConnectors
  • Renamed walletConnectProvider to w3mProvider
  • w3mConnectors() utility option for version now expects number (1 or 2) instead of string ('1' or '1')
  • w3mConnectors() utility option for version is now required
  • w3mConnectors() utility option for appName was removed
  • w3mConnectors() utility option for projectId is now required
  • Following options were removed in favour of new themeVariables option:
    • removed themeColor, use --w3m-accent-color inside themeVariables option instead
    • removed themeBackground, use --w3m-background-color and/or --w3m-background-image-url inside themeVariables option instead
    • removed themeZIndex, use --w3m-z-index inside themeVariables option instead
  • Minimum wagmi version is now 0.12.x and @wagmi/core is 0.10.x
  • WebGL animated gradient was removed, after plentiful user feedback and new theming options we decided to remove this part of the modal due to additional size and performance hit. (~50kb size reduction)

Changes

  • (make modal scrollable in smaller landscape screens) closes #886
  • (extended modal customisation through theme variabloes) closes #893
  • (update legal notice text) closes #884
  • (silence errors for image preloading) closes #860
  • (add enableExplorer feature flag) closes #875
  • (enable single chain switching, if user is on unsupported network) closes #878
  • (skip fetching ens if mainnet is not present in chains) closes #908
  • (added option to hide/show avatar in web3button component) closes #910
  • (update to wagmi 0.12.x / 0.10.x) closes #920 closes #921

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)